Thursday, June 16, 2016

software installation - How to install Winusb?




I want to install winusb software on ubuntu 13.10. Installation via PPA method doesn't work.



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


To install do this. just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:



sudo add-apt-repository ppa:colingille/freshlight

sudo apt-get update
sudo apt-get install winusb


It has been tested, and it works OK. See image below



enter image description here
Before 13.10 was added to the PPA, a work around is to do the following:



sudo add-apt-repository ppa:colingille/freshlight

sudo nano /etc/apt/sources.list.d/colingille-freshlight-saucy.list
(change saucy to raring)
sudo apt-get update
sudo apt-get install winusb

No comments:

Post a Comment

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...