Monday 10 August 2015

Install WintoUSB di Linux Mint

Currently WinUSB is not in the Ubuntu Software Center for Ubuntu 14.04 and there is no PPA for installing WinUSB in Ubuntu 14.04 either, so you have to install the Ubuntu 13.10 version.
  1. Open the terminal using the keyboard combination Ctrl+Alt+T.
  2. Download the winusb package that is compatible with your operating system's architecture:
    for Ubuntu 32-bit:
    wget https://launchpad.net/~colingille/+archive/freshlight/+files
    /winusb_1.0.11+saucy1_i386.deb
    
    for Ubuntu 64-bit:
    wget https://launchpad.net/~colingille/+archive/freshlight/+files
    /winusb_1.0.11+saucy1_amd64.deb  
    
  3. Install winusb:
    sudo dpkg -i winusb_1.0.11+saucy1*
    
  4. Fix dependencies errors:
    sudo apt-get -f install
    
These four steps will install the WinUSB graphical interface and the WinUSB command line tool. The WinUSB GUI is much easier to use than the WinUSB command line tool.
WinUSB is a tool for creating a bootable USB flash drive used for installing Windows. For creating a bootable USB flash drive for installing Ubuntu use the built-in Startup Disk Creator application. For creating a bootable USB flash drive for installing other Linux distros use UNetbootin from the Ubuntu Software Center.