The server version of Ubuntu does not have the add-apt-repository
command. How can I add a Personal Package Archive (PPA) to the server without this command?
Ubuntu – How to add a PPA on a server
ppaserver
ppaserver
The server version of Ubuntu does not have the add-apt-repository
command. How can I add a Personal Package Archive (PPA) to the server without this command?
Best Answer
You can simply add the
add-apt-repository
command. In 13.10 and later, you also need to run this command:Side note: in 11.04 they added a symlink to
add-apt-repository
so it can be run asapt-add-repository
which totally makes more sense to me. Everything else apt starts with "apt".NOTE: It's part of the
python-software-properties
package (before 13.10):