Learn how to install furiusisomount with the command sudo apt-get install furiusisomount on Ubuntus.
Ads
Quick installation of furiusisomount:
Step 1: Update system:
sudo apt-get update
Step 2: Install: furiusisomount
Ater updaing the OS run following command to install the packae:
sudo apt-get install furiusisomount
Package Details | |
Package: | furiusisomount |
Version: | 0.11.3.1~repack0-1 |
Maintainer: | Ubuntu Developers |
Home page: | https://launchpad.net/furiusisomount |
Description: | ISO, IMG, BIN, MDF and NRG image management utility Furius ISO Mount is a simple application for mounting ISO, IMG, BIN, MDF and NG image files even without burning them to disk. . It provides the following features: - Automatically Mounts ISO, IMG, BIN, MDF and NRG image files. - Automatically creates a mount point in your home directory. - Automatically Unmounts the Image files. - Automatically removes the mount directory to return your home directory to its previous state. - Automatically saves the history of the last 10 images mounted. - Mounts multiple images. - Burn ISO and IMG Files to optical disk. - Generate Md5 and SHA1 checksums. - Automatically retrieves any previously unmounted images. - Automatically generates a log file of all commands needed to mount and unmount images manually. Homepage: https://launchpad.net/furiusisomount |
Distro: | Ubuntu 12.04 LTS |
Release: | |
Repo/Section: | universe/utils |
First of all update your system with the command:
sudo apt-get update
Ads
Above command will download the package lists for Ubuntu 12.04 LTS on your system. This will update the list of newest versions of packages and its dependencies on your system.
After downloading the latest package list with the help of above you can run the installation process.
If furiusisomount is not installed on your compter then the command 'dpkg -L furiusisomount' will give followin error.
deepak@deepak-VirtualBox:~$ dpkg -L furiusisomount Package `furiusisomount' is not installed. Use dpkg --info (= dpkg-deb --info) to examine archive files, and dpkg --contents (= dpkg-deb --contents) to list their contents. deepak@deepak-VirtualBox:~$
Installing furiusisomount:
After system update use the following command to install furiusisomount:
sudo apt-get install furiusisomount
Above command will confirm before installing the package on your Ubuntu 12.04 LTS Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your system.
Now we will see the commands for uninstalling the furiusisomount from Ubuntu 12.04 LTS. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.
To remove the furiusisomount following command is used:
sudo apt-get remove furiusisomount
Following command is used to remove the furiusisomount package along with its dependencies:
sudo apt-get remove --auto-remove furiusisomount
This will remove furiusisomount and all its dependent packages which is no longer needed in the system.
Completely removing furiusisomount with all configuration files:
Following command should be used with care as it deletes all the configuration files and data:
sudo apt-get purge furiusisomount
or you can use following command also:
sudo apt-get purge --auto-remove furiusisomount
Above command will remove all the configuration files and data associated with furiusisomount package. You can can't recover the delete data, so, use this command with care.