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
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