GNU-IceCat package for Debian based distro's.
FOR BUG REPORTS, VISIT: bug-gnuzilla
Tested and working on Ubuntu 19.10
Should work on other Debian based distro's, such as Linux Mint.
$ sudo curl -SsL -o /etc/apt/sources.list.d/tmiland.list https://deb.tmiland.com/debian/tmiland.list
$ curl -SsL https://deb.tmiland.com/debian/KEY.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/tmiland.gpg >/dev/null
$ sudo apt update
$ sudo apt install icecat
Note
Package gnu-icecat
has changed to icecat
To reinstall:
$ sudo apt remove gnu-icecat && sudo apt install icecat
For most recent version, use the repo
IceCat hasn't been uploaded to their repo since 2019, and the repo option will install from icecat from home:losuler:icecat project
Repo: deb.tmiland.com
Make sure you have the "menu" package and git:
$ sudo apt-get install menu && sudo apt-get install git
Using git, grab the latest code for the GNU-IceCat browser package builder:
$ git clone https://github.com/tmiland/GNU-IceCat.git
CD into the newly cloned git folder, and execute the build tool to generate a new package.
$ cd GNU-IceCat
$ ./package.sh
Package.sh will build a DEB package according to your Architecture Type.
Use the dpkg command in terminal to install:
$ sudo dpkg -i gnu-icecat_amd64.deb
or
$ sudo dpkg -i gnu-icecat_i386.deb
Uninstall the GNU IceCat browser with:
$ sudo apt-get remove gnu-icecat