View Single Post
mveplus's Avatar
Posts: 66 | Thanked: 77 times | Joined on Jul 2010 @ intheclouds
#9
you can get list of all installed programs/games doing so:
Code:
dpkg -l
if it's to long you can write the output to file:
Code:
dpkg -l > lap
you can open it with
Code:
vi lap
find the game name and then dpkg -r and the exact name