[Linux] Create usb install windows on linux

Installing on Ubuntu WinUsb 14.04

On Ubuntu 14.04 when installed with a little change, to perform specific 4 command:

sudo add-apt-repository ppa:colingille/freshlight
sudo sh -c "sed -i 's/trusty/saucy/g' /etc/apt/sources.list.d/colingille-freshlight-trusty.list"
sudo apt-get update
sudo apt-get install winusb

I'm using Linux Mint and no windows. That makes it difficult to create your usb install windows for those of you neighbors and friends. But now I've found winusb, a software to help her do it.

Settings: You can install the software center or installed using the following command:

sudo add-apt-repository ppa:colingille/freshlight
sudo apt-get update
sudo apt-get install winusb

win usb install on linux