Get RedNotebook for Ubuntu
Jonathan Wiltshire has created a repository for Ubuntu. You can use that repository and always get the latest RedNotebook version automatically. Enable the repository either by using a graphical or command line approach. If anything is unclear, just drop me a note in the forum.
New: Jonathan has enabled SSL for the repository, so you can now use https:// instead of http:// for maximum security (the apt-transport-https package, which is needed for that, is installed by default in Ubuntu)
Karmic Koala:
If you’re using Ubuntu Karmic, you find RedNotebook in the Software-Center. You can also install from command line by doing:
sudo apt-get install rednotebook
Deb Packages:
If you don’t want to use the repository, you can also directly navigate to the Hardy, Intrepid, Jaunty, and Karmic directories and download the latest .deb files there.
Repository (Graphical Tools):
Instructions on adding a new repository can also be found in the Ubuntu Documentation.
- Open → → and select Third Party Software.
- Click Add to add a new repository.
- Enter the appropriate APT line for the RedNotebook repository.
Hardy: deb http://robin.powdarrmonkey.net/ubuntu hardy/
Intrepid: deb http://robin.powdarrmonkey.net/ubuntu intrepid/
Jaunty: deb http://robin.powdarrmonkey.net/ubuntu jaunty/
Karmic: deb http://robin.powdarrmonkey.net/ubuntu karmic/
- Click Add Source and then click Close to save your changes.
- You might be notified that the information about available software is out-of-date. Click Reload.
- A RedNotebook package from the new repository should now be available in your package manager.
GPG Key
As a security measure, the repository uses a GPG key to digitally sign the files. This makes it easy to check that the files have not been tampered with since their creation. In order for your package manager to be able to check this, you need the public key that corresponds to the signatures.
Download the GPG key. Then, click → → , select the Authentication tab, click Import Key File and select the GPG key to be imported.
Repository (Command Line):
- Open a terminal and call
"sudo gedit /etc/apt/sources.list".
- Add the appropriate line to the opened file and save the file:
Hardy: deb http://robin.powdarrmonkey.net/ubuntu hardy/
Intrepid: deb http://robin.powdarrmonkey.net/ubuntu intrepid/
Jaunty: deb http://robin.powdarrmonkey.net/ubuntu jaunty/
Karmic: deb http://robin.powdarrmonkey.net/ubuntu karmic/
(If you have the apt-transport-https package installed, you can change the http to https for more security)
- Then type the following in a terminal to download the gpg key and install RedNotebook:
sudo apt-key adv --keyserver pgp.mit.edu --recv-key FF95D333
sudo apt-get update
sudo apt-get install rednotebook