Saturday, May 18, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 15409  / 3 Years ago, wed, july 14, 2021, 10:43:42

I got a tar.bz2 file but the help I found didn't help so I thought I'd ask here.



I downloaded the linux 32-bit file on their main site. My system is 64-bit.



The link on that site downloaded these files:



downloaded files


More From » 18.04

 Answers
2

I can recommend to install SeaMonkey browser using UbuntuZilla APT repository. This package will be updated on every apt upgrade.



You need to execute the following commands to add repository, its key and package installation:



cat <<EOF | sudo tee /etc/apt/sources.list.d/mozilla.list
deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main
EOF

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2667CA5C
sudo apt-get update
sudo apt-get install seamonkey-mozilla-build


You will get SeaMonkey 2.53.2 with this method.


[#7040] Wednesday, July 14, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nnaisdio

Total Points: 369
Total Questions: 112
Total Answers: 108

Location: Kenya
Member since Mon, Jun 14, 2021
3 Years ago
;