sudo apt-get install trac no longer finds trac. sudo apt-git install pip no longer finds pip, but python has the command: python -m ensurepip that is supposed to do the same thing but instead advises you to try something like: sudo apt-git install python-trac which fails because there is no such package. sudo apt-get install python-pip doesn not find pip