Notices


Reply
Thread Tools
Posts: 28 | Thanked: 2 times | Joined on Nov 2010
#1
I have installed .deb games and i want to unistall them.!!! does anyone know how to do it ??? do you use x-term?? what do you write??
 
Posts: 458 | Thanked: 274 times | Joined on Mar 2010 @ Finland
#2
dpkg -r (the games name)
Remember that the name is case sensitive!
 

The Following User Says Thank You to MiK546 For This Useful Post:
Posts: 28 | Thanked: 2 times | Joined on Nov 2010
#3
do you follow the same path where you have saved it as when you do the install??? and you just type dpkg -r (the name ).deb and hit enter...???? it says that i have to write exactly the name of all the files i want to unistall..
 
Posts: 458 | Thanked: 274 times | Joined on Mar 2010 @ Finland
#4
It doesn't matter what folder your in, you have to write the games name (for example, if the game is called Abcd, you write dpkg -r Abcd), not the name of the games installation file.
 
Posts: 28 | Thanked: 2 times | Joined on Nov 2010
#5
i did it and it says dpkg - warning: ignoring request to remove assassins which isn't installed...
 
Posts: 5,795 | Thanked: 3,151 times | Joined on Feb 2007 @ Agoura Hills Calif
#6
Originally Posted by soultmich View Post
do you follow the same path where you have saved it as when you do the install??? and you just type dpkg -r (the name ).deb and hit enter...???? it says that i have to write exactly the name of all the files i want to unistall..
You could take ten seconds and investigate.

You could use wildcards like * to get more files with one shot, some of which might be the wrong files.
__________________
All I want is 40 acres, a mule, and Xterm.
 
Posts: 458 | Thanked: 274 times | Joined on Mar 2010 @ Finland
#7
Then the game isn't probably called assassins, try typing dpkg -l and try to find the games name from the list.
 
Posts: 28 | Thanked: 2 times | Joined on Nov 2010
#8
can you explain a little bit more ??? an example ???
 
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
 
Posts: 28 | Thanked: 2 times | Joined on Nov 2010
#10
Originally Posted by MiK546 View Post
Then the game isn't probably called assassins, try typing dpkg -l and try to find the games name from the list.
i typed dpkg -l and the name of the game as shown in the menu....
and it doesn't do anything...
 
Reply


 
Forum Jump


All times are GMT. The time now is 12:23.