I tried to add a new APT repository using this command:
add-apt-repository ppa:atareao/atareao
but I got a "command not found" error. I tried installing python-software-properties, but it's already installed:
root@debian:~# apt-get install python-software-properties
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-software-properties is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
So I decided to add the repository manually to source.list, but don't know how. How can I edit source.list directly?
