Winusb Deb 2017

Winusb Deb 2017 Average ratng: 5,0/5 29votes

Apr 20, 2016 How to compile and install WinUSB on Ubuntu 16.04 LTS using. 2017-12-25T20:45:48Z WinUSB is. WinUSB could be installed from existing DEB packages. Install WinUSB in Ubuntu 14.04: It 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-gui: a graphical interface which is very easy to use winusb: the command line tool. Currently there is no version for Ubuntu 14.04 in Ubuntu Repository.

Winusb Setup

It’s been years since I use Windows OS. However, many users are still using Windows for various purpose especially for gaming.

If you’re one of them, then might useful for you. WinUSB is simple, open source graphical tool to create Windows installer bootable USB disks using ISO images, or real CD/DVD installer disks in Ubuntu and it’s derivatives. Using WinUSB, we can create startup disks for Windows Vista, 7, 8, and Windows PE. WinUSB contains two programs: • WinUSB-gui: a graphical interface which is very easy to use. • Winusb: the command line tool. Installation You can install WinUSB on Ubuntu 13.10/13.04/12.10/12.04 using PPA.

Sudo add-apt-repository -r ppa:colingille/freshlight sudo apt-get update sudo apt-get install winusb But, on Ubuntu 14.04, and 14.10, there is no PPA. So, download the Saucy packages, and install them manually from Terminal. On 32bit Ubuntu: wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_i386.deb.

On 64bit Ubuntu: wget Now, install winusb using command: sudo dpkg -i winusb_1.0.11+saucy1* sudo apt-get install -f Usage Launch WinUSB either from Unity or Menu. Usage is very simple and straight forward. Insert the USB disk, select the source image either ISO or real CD/DVD disks, and click Install button. Take your USB drive and install Windows like a boss. If you need to create Linux startup disks, then you can use,and it’s available on Ubuntu default repositories.

WinUSB is probably the only GUI tool that allows you to create bootable USB drives with Windows from Linux. It hasn't been updated for a long time and there are no packages for newer Ubuntu versions. Until the release of 16.04, WinUSB could be installed from existing DEB packages for previous Ubuntu releases. But things have changed with the update of wxWidgets to version 3.0 in the default repositories. WinUSB GUI depends on wxWidgets >2.8.4 and all curent builds are based on 2.8 releases of the library. Let's mention again that WinUSB can't make UEFI bootable drives!

Inventory Management And Production Planning And Scheduling Ebook. Only the old MBR type and only NTFS formatted. This guide has also been tested on Ubuntu 16.10. If you're using an older version of Ubuntu you may get WinUSB working by following. Otherwise, you need to compile it with wxWidgets 3.0.

This article will describe the procedure plus the extra tweaks you must make to ensure WinUSB works as it should. The first thing you will need is a. Grab one from the nearest mirror.

To make things easier, I made a script that will patch the obsolete code and compile WinUSB. #!/bin/bash sudo apt-get install gcc build-essential libwxbase3.0-dev libwxgtk3.0-dev tar zxf winusb-1.0.11.tar.gz cd winusb-1.0.11/src sed -i -- 's#wxStandardPaths().GetInstallPrefix()#wxStandardPaths::Get().GetInstallPrefix()#g' findFile.cpp sed -i -- 's#wxStandardPaths().GetDataDir()#wxStandardPaths::Get().GetDataDir()#g' findFile.cpp cd../configure make sudo make install cd. Rm -rf winusb-1.0.11 Save this into a text file with.sh extension, make it executable and run it in the same folder with the source archive you downloaded. It will install required build libraries and tools the compile the source.