Size: 1638
Comment: added protocol to keyserver request
|
Size: 1580
Comment: use TLS, full fingerprints, drop apt-transport-https as it was merged into apt
|
Deletions are marked like this. | Additions are marked like this. |
Line 13: | Line 13: |
1. Edit your /etc/apt/sources.list file and add the following line to it: '''deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main''' | 1. Edit your /etc/apt/sources.list file and add the following line to it: '''deb https://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main''' |
Line 15: | Line 15: |
1. Apt will redirect to a secure URL '''https://versaweb.dl.sourceforge.net/project/ubuntuzilla/mozilla/apt''' when you run '''apt update''', which requires '''apt-transport-https''' to be installed with '''sudo apt install apt-transport-https''' 1. Run '''sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com 2667CA5C''' |
1. Apt will redirect to a secure URL '''https://versaweb.dl.sourceforge.net/project/ubuntuzilla/mozilla/apt''' when you run '''apt update'''. 1. Run '''sudo apt-key adv --recv-keys --keyserver hkps://keyserver.ubuntu.com "C772 05F7 194A 3E1A BE2D F9A4 B7B9 C16F 2667 CA5C"''' |
Line 20: | Line 20: |
The repository is maintained by nanotube on [[http://sourceforge.net/projects/ubuntuzilla|Sourceforge]]. Although it also has Firefox and Thunderbird in it, the package names are different from standard ones and so should not conflict with existing packages you have installed. | The repository is maintained by nanotube on [[https://sourceforge.net/projects/ubuntuzilla|Sourceforge]]. Although it also has Firefox and Thunderbird in it, the package names are different from standard ones and so should not conflict with existing packages you have installed. |
Using third-party repositories as recommended below is not supported by the Debian project and could break your system now or when you upgrade later. Use with caution at your own risk!
There are two ways you can install Seamonkey on Debian.
The first way is to acquire the 64-bit source tarball from seamonkey-project.org and install it following the instructions. This method can be problematic and does little to ensure that you will get proper updates on time.
The other way is far easier.
Edit your /etc/apt/sources.list file and add the following line to it: deb https://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main
If not already installed, may need to run sudo apt install dirmngr to import keys
Apt will redirect to a secure URL https://versaweb.dl.sourceforge.net/project/ubuntuzilla/mozilla/apt when you run apt update.
Run sudo apt-key adv --recv-keys --keyserver hkps://keyserver.ubuntu.com "C772 05F7 194A 3E1A BE2D ?F9A4 ?B7B9 C16F 2667 CA5C"
Run sudo apt update
Run sudo apt install seamonkey-mozilla-build
The repository is maintained by nanotube on Sourceforge. Although it also has Firefox and Thunderbird in it, the package names are different from standard ones and so should not conflict with existing packages you have installed.
CategorySoftware | CategoryNetworkApplication | CategoryWebBrowser