Subscribe to UbuntuBuzz Telegram Channel to get article updates directly.
1. Add Iridium Repo Key
Adding new repo in Ubuntu requires adding its key, for your security. Do this command line:
wget -qO - https://downloads.iridiumbrowser.de/ubuntu/iridium-release-sign-01.pub|sudo apt-key add -
2. Add Iridium Repo Address
Just add these two Iridium address lines into your sources.list:
deb [arch=amd64] https://downloads.iridiumbrowser.de/deb/ stable main
#deb-src https://downloads.iridiumbrowser.de/deb/ stable main
To add them, the easy method is this single command (copy & paste it into Terminal):
sudo echo -e "deb [arch=amd64] https://downloads.iridiumbrowser.de/deb/ stable main\n#deb-src https://downloads.iridiumbrowser.de/deb/ stable main" >> /etc/apt/sources.list
3. Get Iridium Repo Index
Do $ sudo apt-get update command line to introduce your system to new repo.
4. Install Iridium
Do $ sudo apt-get install iridium-browser to download the browser & install it. At March 29th I got version 54 with 55MB of download.
5. Run Iridium
Now, Iridium Browser icon should be available on your desktop menu.
References
- Web: https://iridiumbrowser.de/index.html
- Installation: https://iridiumbrowser.de/downloads/linux.html
- Source code: https://github.com/iridium-browser