Friday, April 26, 2024
14
rated 0 times [  14] [ 0]  / answers: 1 / hits: 39646  / 1 Year ago, fri, march 31, 2023, 8:06:07

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

More From » software-installation

 Answers
3

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

[#28261] Sunday, April 2, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ideobedi

Total Points: 121
Total Questions: 108
Total Answers: 107

Location: United States Minor Outlying Island
Member since Sat, May 28, 2022
2 Years ago
;