• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To Install WinUSB On Ubuntu 16.04

How To Install WinUSB On Ubuntu 16.04

By Sourabh / August 30, 2016 Category: How To, Ubuntu

How to install WinUSB on Ubuntu 16.04/16.10 Systems. WinUSB lets you create Windows Startup USB Disks on Ubuntu Linux. WinUSB tool enables to create usb stick windows installer from an iso image or a real DVD.

WinUSB package contains two programs:
WinUSB-gui: a graphical interface which is very easy to use.
WinUSB: the command line tool.

Install WinUSB in Ubuntu 14.04/14.10

Ubuntu 14.04/14.10 users can install the WinUSB PPA (Personal Package Archives) using the following command :

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

Then, you can simply use this apt-url to install WinUSB : apt://winusb.

Install WinUSB in Ubuntu 16.04

Although WinUSB hasn’t been updated for Ubuntu 16.04 Systems, users can install WinUSB on Ubuntu 16.04 by compiling the WinUSB source code.

Before you begin to install WinUSB, run the command given below to install the dependencies:

sudo apt-get install gcc build-essential libwxbase3.0-dev libwxgtk3.0-dev

Once the dependencies are installed, run the command below to download the WinUSB package and extract it accordingly:

wget ftp://ftp.ru.debian.org/gentoo-distfiles/distfiles/winusb-1.0.11.tar.gz
tar zxf winusb-1.0.11.tar.gz
cd winusb*/src
sed -i -- 's#wxStandardPaths().GetInstallPrefix()#wxStandardPaths::Get().GetInstallPrefix()#g' findFile.cpp
sed -i -- 's#wxStandardPaths().GetDataDir()#wxStandardPaths::Get().GetDataDir()#g' findFile.cpp

Now it’s time to compile winusb-1.0.11 bu running the commands given below:

cd ..
./configure
make
sudo make install
cd ..
rm -rf winusb-1.0.11

Once installed, open the WinUSB from Ubuntu Dash or Terminal

Credit:

  • http://en.congelli.eu/prog_info_WinUSB.html

Tags: How to Install WinUSB on Ubuntu, How to Install WinUSB on Ubuntu 16.04, How to Install WinUSB on Ubuntu 16.10, Install WinUSB on Ubuntu 16.04, Ubuntu 16.04 Install WinUSB, Ubuntu 16.10 Install WinUSB, WinUSB Ubuntu 16.04

Primary Sidebar

Latest Posts

Using Linux Terminal How To Get Total Disk Size In GB

Count And Find Number Of Files In A Linux Directory Using Command

Check How Many Users Are Created In Linux Ubuntu

How To Check User Permissions In Linux Using Command

Check Which Folder Is Taking More Space In Ubuntu Linux

How to Install Claude Desktop App in Ubuntu Linux

Job Scheduling Using At Command In Linux With Examples

How To Check Permissions Of A Directory In Linux Command

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap