0

I want to add commands 'apt-fast' and 'apt-spy' (apt-spy2) into Ubuntu 15.04 - these commands are contained in Debian. How do I find out the suiting ppa repository where they are located at ? With google I had no success. 'apt-fast' is solved then (after type-error) - but 'apt-spy' is still to be solved, after 'apt-spy2' did not help too.

dschinn1001
  • 3,829

1 Answers1

1

You can install apt-fast this way

sudo apt-add-repository ppa:saiarcot895/myppa
sudo apt-get update
sudo apt-get install apt-fast

I see that you tried it and it did not work. But I tested and it works.

You need to be connected to internet to add the repository and also setup proxy if you use one.

Pilot6
  • 90,100
  • 91
  • 213
  • 324
  • apparently there was an empty-space character too much at first attempt - second attempt here was then successful too ... – dschinn1001 Sep 21 '15 at 19:22