Mounty – Mount disk images (iso, img, bin, mdf, nrg) from app indicator
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
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
Thanks for you suggestion and i have updated our article
That isn’t recognized as a real repository by my system.
It fails indeed.
I installed it by following the steps at http://download.learnfree.eu/repository/skss/
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”