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.
Asked
Active
Viewed 160 times
0
-
3possible duplicate of Search Launchpad for PPAs matching software or package name? – muru Sep 21 '15 at 20:21
-
@muru - hello I meant this here for certain commands not for packages in general. How can I find out, if a command is contained in a package like package 'bash' ?! – dschinn1001 Sep 21 '15 at 21:36
1 Answers
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