maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Games (https://talk.maemo.org/forumdisplay.php?f=12)
-   -   Does anyone know how to unistall .deb files.???? (https://talk.maemo.org/showthread.php?t=65928)

soultmich 2010-11-20 12:55

Does anyone know how to unistall .deb files.????
 
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??

MiK546 2010-11-20 12:58

Re: Does anyone know how to unistall .deb files.????
 
dpkg -r (the games name)
Remember that the name is case sensitive!

soultmich 2010-11-20 13:07

Re: Does anyone know how to unistall .deb files.????
 
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..

MiK546 2010-11-20 13:14

Re: Does anyone know how to unistall .deb files.????
 
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.

soultmich 2010-11-20 13:17

Re: Does anyone know how to unistall .deb files.????
 
i did it and it says dpkg - warning: ignoring request to remove assassins which isn't installed...

geneven 2010-11-20 13:19

Re: Does anyone know how to unistall .deb files.????
 
Quote:

Originally Posted by soultmich (Post 878738)
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.

MiK546 2010-11-20 13:20

Re: Does anyone know how to unistall .deb files.????
 
Then the game isn't probably called assassins, try typing dpkg -l and try to find the games name from the list.

soultmich 2010-11-20 13:21

Re: Does anyone know how to unistall .deb files.????
 
can you explain a little bit more ??? an example ???

mveplus 2010-11-20 13:21

Re: Does anyone know how to unistall .deb files.????
 
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

soultmich 2010-11-20 13:23

Re: Does anyone know how to unistall .deb files.????
 
Quote:

Originally Posted by MiK546 (Post 878757)
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...


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

vBulletin® Version 3.8.8