How to add ppa repositories? [duplicate]

Solution 1:

You can add a PPA location with the command

sudo add-apt-repository ppa:<ppa_name>

For example sudo add-apt-repository ppa:gnome-desktop

You can find some help on Ubuntu Documentation