Tagged Questions
9
votes
4answers
29k views
How do I install Myunity on 12.10?
Basically as is the title how do you install Myunity on 12.10? I've tried adding the repository ppa:myunity/ppa and performing:
sudo add-apt-repository ppa:myunity/ppa
sudo apt-get update
sudo ...
0
votes
0answers
19 views
Used add-apt-repository ppa:mozillateam/firefox-next. Installed Firefox 15. How can I reverse everything and install Firefox 14? [duplicate]
Possible Duplicate:
How do I remove a PPA added via command-line?
I'm really new to this. Just finished my installation of Linux Mint, and decided to update Firefox. A tutorial told me to ...
3
votes
0answers
945 views
How to fix “couldn't connect to host” error installing Unity Webapps?
I get the following errors when I try to install Unity Webapp on Ubuntu 12.04:
root@detro-X101H:/home/detro# sudo add-apt-repository ppa:webapps/preview
Traceback (most recent call last):
File ...
17
votes
4answers
13k views
How can I get a list of all repositories and PPAs from the command line?
I know how to list all packages installed on my system.
But how could I get a list of all repositories and PPA's?
I know I can look into /etc/apt/sources.list and /etc/apt/sources.list.d, but I'm ...
0
votes
1answer
1k views
No gpg key from behind a firewall
Just stumbled over this closed thread here:
GPG Error while running apt-get
Same problem here, Ubuntu 12.04 behind a firewall and proxy.
I dont think that matter is duplicate of the given topic.
So ...
5
votes
7answers
11k views
I can't add PPA repositories!
For example, after running this command:
sudo add-apt-repository ppa:tualatrix/ppa
I get the following output :
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 125, ...
1
vote
0answers
183 views
Cannot add repository due to “couldn't connect to host” error [duplicate]
Possible Duplicate:
How do I get add-apt-repository to work through a proxy?
I am unable to add repositories in my ubuntu 12.04.
I am getting an error whenever I try to add ...
1
vote
0answers
1k views
Ubuntu HUD - PPA for precise only? [duplicate]
Possible Duplicate:
What is the Unity HUD and how can I install it on my system?
I read Marks blog regarding HUD Hud - Blog I went to install the PPA from here Hud PPA.
I used the usual ...
1
vote
1answer
283 views
Screen turns gray on boot after install of a PPA
Problem
I recently added ppa:eugenesan/ppa to my maverick installation to install smartgit. Right after apt-get listed a bunch of updates that I immediately installed. After rebooting I noticed that ...
6
votes
4answers
2k views
How to install ppa packages in an apt-get style
I want to install ppa packages in a sudo apt-get install <program> style. I don't want to google for the ppa name and I don't want to execute add-apt-repository before executing apt-get. I just ...
7
votes
2answers
383 views
How can I figure out the add-apt-repository command by looking at a launchpad project?
To install programs from launchpad, you can add a repository to the software sources list...
I know how to look at a launchpad page and add the repository & public key through the "Software ...
1
vote
3answers
1k views
nginx PPA does not work?
I want to use the newest version of nginx, so I wanted to add the nginx/stable ppa
sudo add-apt-repository ppa:nginx/stable
sudo apt-get update
However, the upgrade command says that there are no ...
