Tuesday, March 10, 2015

Install Winusb in Linux Lite / Ubuntu 14.04

Install Winusb in Linux Lite / Ubuntu 14.04

WinUSB is a simple tool that enables you to create your own usb stick windows installer from an iso image or a real DVD.

This package contains two programs:

  • winusb: it is a  command line tool
  • WinUSB-gui: it is a graphical interface which is very easy to use

Currently there is no version for Ubuntu 14.04 / "Linux Lite" in Ubuntu Repository. To successfully install Winusb on Ubuntu 14.04, you need to install the Saucy version and run the dependencies fix switch to fix the dependencies.

Install Winusb

32bit
wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_i386.deb
64bit
wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_amd64.deb
- Install Winusb
sudo dpkg -i winusb_1.0.11+saucy1*
- Fix dependencies errors
sudo apt-get -f install

0 comments: