I know how to add a PPA to Ubuntu. But I don't know what this ppa:x/y
PPA format means!
For instance :
# (VLC PPA)
sudo add-apt-repository -y ppa:videolan/stable-daily
What is videolan
and what is stable-daily
?
I know how to add a PPA to Ubuntu. But I don't know what this ppa:x/y
PPA format means!
For instance :
# (VLC PPA)
sudo add-apt-repository -y ppa:videolan/stable-daily
What is videolan
and what is stable-daily
?
This is the format:
In your case:
videolan
is the user name. You can open http://launchpad.net/~videolan to see its pagestable-daily
is the package archive nameThis user has two package archives:
In
ppa:X/Y
the valueX
is the user name of the PPA's owner at launchpad.net, andY
is the name of the PPA.The PPA's web page is always at
and the package archive is at
For example for
the web page is
and the package archive is