Create ISO images (bootable USB stick) and Backups on Linux Ubuntu Systems. Download and install DD Utility tool on Linux Ubuntu 14.10/14.04 and Linux Mint Systems.
DD Utility can be used to write and backup OS IMG and ISO files on memory card or disk. In simple words, you can create bootable USB stick from ISO files of Linux installations and write disk image files to memory cards and removable storage.
Download DD Utility Tool
Download the dd Utility DEB file.Once downloaded, double click on the DEB file to open and install with the Ubuntu Software Center, or from the command line.
Install DD Utility Tool
To install dd utility 1.4 on Ubuntu, and other Linux Systems, you will have to download the ddutility 1.4 package from the website and install it via Terminal commands.
sudo apt-get install gdebi
wget https://www.thefanclub.co.za/sites/default/files/public/downloads/ddutility_1.4_all.deb
sudo gdebi ddutility_1.4_all.deb
To uninstall and remove ddutility, run the following command:
sudo apt-get remove ddutility