Mount disk images (iso, img, bin, mdf, nrg) from app indicator
Install Mounty on ubuntu 11.04/10.10
Open the terminal and run the following commands
sudo add-apt-repository "http://download.learnfree.eu/repository/skss / #SKSS"
wget http://download.learnfree.eu/repository/skss/repo.pub.asc -q -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install mounty
Incoming search terms:
- mounty ubuntu
- how to mount img in ubuntu
- disk mount bin
- ubuntu mount iso app
- ubuntu mount bin
- ubuntu img app
- sudo apt-get install mounty
- skss repository
- mount img linux
- img ubuntu





Hi, I’m the author of Mounty. I suggest installing Mounty from my repository (which is NOT hosted on launchpad), bacause the version in ppa:tldm217/tahutek.net is outdated.
sudo add-apt-repository "http://download.learnfree.eu/repository/skss / #SKSS"
wget http://download.learnfree.eu/repository/skss/repo.pub.asc -q -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install mounty
[Reply]
admin Reply:
June 18th, 2011 at 9:00 am
Thanks for you suggestion and i have updated our article
[Reply]
That isn’t recognized as a real repository by my system.
[Reply]
It fails indeed.
I installed it by following the steps at http://download.learnfree.eu/repository/skss/
[Reply]
The line to add the repository is missing “deb” before the URL, it should read;
sudo add-apt-repository “deb http://download.learnfree.eu/repository/skss / #SKSS”
[Reply]