After running the following code
sudo add-apt-repository ppa:webupd8team/y-ppa-manager
sudo apt-get update
sudo apt-get install y-ppa-manager
couldn't access to y-ppa-manager
, the program doesn't exist on my system.
What should I do?
After running the following code
sudo add-apt-repository ppa:webupd8team/y-ppa-manager
sudo apt-get update
sudo apt-get install y-ppa-manager
couldn't access to y-ppa-manager
, the program doesn't exist on my system.
What should I do?
Install using deb packages that you can download using browser.
double click to install it. if it says unmet dependency then you find it on same page of this link.
Download link for Y-PPA MAnager
y-ppa-manager
in the terminal? – Registered User Dec 04 '14 at 06:03sudo apt-get install y-ppa-manager
, it will ask you to install it if it's not already and if it's installed it will simply tell you this package is already installed. :) – Alvar Dec 04 '14 at 06:06apt-cache policy y-ppa-manager
say? – muru Dec 04 '14 at 06:29