I'm trying to download http://apt.ubuntu.com/p/v-mobile-broadband from firefox on Ubuntu 14.04, but it give me a prompt that says choose the application to open the downloaded file, so I don't know what I should choose and why when installing other things from other websites it start download normally?
Asked
Active
Viewed 994 times
1 Answers
1
V Mobile Broadband is not in default Ubuntu Software Center repositary currenlty. You will have to install it from PPA. To add the PPA, run next commands in console:
sudo add-apt-repository ppa:crass/v-mobile-broadband
sudo apt-get update
then run
sudo apt-get install v-mobile-broadband
or open your link above with software-center from /usr/bin/.
Ruslan Gerasimov
- 3,895