09-27-2017, 12:42 AM
I think I goofed... change "ndeb" to "deb."
I open Thunar as root:
Enter password, and Thunar, the File Manager, opens in "Super User" mode, with a warning to be careful.
Navigate to etc/apt/sources and find the file named sources.list. Right-click on the file and open it with Text Editor.
Add this line to the the bottom of the sources.list file:
Save and close the file. Then run the following command to import Ubuntuzilla public key to your keyring so that
the integrity of packages downloaded from this repository can be verified by APT.
Inn the terminal type:
[/pre][pre]
And then
[/pre][pre]
That's the quickest and easiest way. Seamonkey installs and is now included in updates from the Ubuntuzilla repository.
I hope I've cleared it all up.
[size=2em]You'll LOVE Seamonkey!
[/size]
[/pre]
I open Thunar as root:
Code:
sudo thunar
Enter password, and Thunar, the File Manager, opens in "Super User" mode, with a warning to be careful.
Navigate to etc/apt/sources and find the file named sources.list. Right-click on the file and open it with Text Editor.
Add this line to the the bottom of the sources.list file:
Quote:[pre]deb http://downloads.sourceforge.net/project...ozilla/apt all main[/pre][pre]
Save and close the file. Then run the following command to import Ubuntuzilla public key to your keyring so that
the integrity of packages downloaded from this repository can be verified by APT.
Inn the terminal type:
[/pre]
Code:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2667CA5C
And then
[/pre]
Code:
sudo apt-get update sudo apt-get install seamonkey-mozilla-build
That's the quickest and easiest way. Seamonkey installs and is now included in updates from the Ubuntuzilla repository.
I hope I've cleared it all up.
[size=2em]You'll LOVE Seamonkey!
[/size]
[/pre]