View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#8
Originally Posted by Janniman View Post
managed to get the script loaded ok now, and first command goes through all apps, however, second command for extras devel doesnt do anything. does that mean Ive removed all the devel and testing?
also how do i save the output to the computer?
The first command shouldn't print anything out at all, it should just create the sources.txt file. If not, you've probably typed in something wrong - don't forget the '>' character.

If it did work correctly and has created the sources.txt file (you can use "ls" to get a listing of the files in the directory), then you can double check the list of repositories you have software installed from by running:
Code:
cut -f1 sources.txt | sort | uniq
If you connect to your PC in mass storage mode, the sources.txt file will be in the root directory of the mapped drive. If you use PC Suite mode, it'll be in the Data subdirectory.