Tuesday, July 01, 2008

$ aptitude install opera

To install the Opera web browser do the following:

On the CLI:

$ sudo nano /etc/apt/sources.list

Add this to the end:

deb http://deb.opera.com/opera/ testing non-free

CTRL X

Y

ENTER/RETURN

$ sudo aptitude update

$ sudo aptitude install opera

No comments:

Post a Comment

EventId's in Nostr - from CGPT4

The mathematical operation used to derive the event.id in your getSignedEvent function is the SHA-256 hash function, applied to a string rep...