• 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

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

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

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