Learn how to install daa2iso with the command sudo apt-get install daa2iso on Ubuntus.
Ads
Quick installation of daa2iso:
Step 1: Update system:
sudo apt-get update
Step 2: Install: daa2iso
Ater updaing the OS run following command to install the packae:
sudo apt-get install daa2iso
Package Details | |
Package: | daa2iso |
Version: | 0.1.7e-1 |
Maintainer: | Ubuntu Developers |
Home page: | http://aluigi.org/mytoolz.htm#daa2iso |
Description: | The DAA files (Direct Access Archive) to ISO converting tool DAA2ISO is an open source command-line tool for converting single and multipart DAA file images to the original ISO format. . The DAA image (Direct Access Archive) in fact is just a compressed ISO which can be created through the commercial program PowerISO. Homepage: http://aluigi.org/mytoolz.htm#daa2iso |
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 daa2iso is not installed on your compter then the command 'dpkg -L daa2iso' will give followin error.
deepak@deepak-VirtualBox:~$ dpkg -L daa2iso Package `daa2iso' 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 daa2iso:
After system update use the following command to install daa2iso:
sudo apt-get install daa2iso
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 daa2iso 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 daa2iso following command is used:
sudo apt-get remove daa2iso
Following command is used to remove the daa2iso package along with its dependencies:
sudo apt-get remove --auto-remove daa2iso
This will remove daa2iso and all its dependent packages which is no longer needed in the system.
Completely removing daa2iso with all configuration files:
Following command should be used with care as it deletes all the configuration files and data:
sudo apt-get purge daa2iso
or you can use following command also:
sudo apt-get purge --auto-remove daa2iso
Above command will remove all the configuration files and data associated with daa2iso package. You can can't recover the delete data, so, use this command with care.