Reply
Thread Tools
RenaldoTT's Avatar
Posts: 511 | Thanked: 128 times | Joined on Aug 2010 @ Trinidad and Tobago
#21
Alright going to do that now. If I run into any problems I'll let you know. I'll be sure to be very cautious because I don't like bothering people all the time. So thank you again for all your help
 
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#22
Originally Posted by RenaldoTT View Post
Alright going to do that now. If I run into any problems I'll let you know. I'll be sure to be very cautious because I don't like bothering people all the time. So thank you again for all your help
No worries.. just be careful.

And just do this if you can't uninstall them in any other way. To find if they are on the system you could.

1. sudo gainroot
2. dpkg -l | grep <program/theme name> (the "-l" is an small "L")
3. find / | grep <program/theme name>

Do uninstall completly

4. dpkg -P <program/theme name> (make sure to write big "P")
__________________
You like what i do? Donate!

Make your desktop look awesome - use the AwOken Theme with the AwOken Icon Theme.

Add me on twitter @almehdin
Visit the swedish maemo/meego community forums

Last edited by AlMehdi; 2010-09-27 at 20:22.
 
RenaldoTT's Avatar
Posts: 511 | Thanked: 128 times | Joined on Aug 2010 @ Trinidad and Tobago
#23
Ok I got the job done with no problems. Now my mind is clear because now I basically can delete anything I don't want any more and yes it is risky but usually those things will just be files left behind after uninstalling something. Thank you very much AIMehdi. The Caribbean owes you much love lol
 
RenaldoTT's Avatar
Posts: 511 | Thanked: 128 times | Joined on Aug 2010 @ Trinidad and Tobago
#24
Originally Posted by AlMehdi View Post
No worries.. just be careful.

And just do this if you can't uninstall them in any other way. To find if they are on the system you could.

1. sudo gainroot
2. dpkg -l | grep <program/theme name> (the "-l" is an small "L")
3. find / | grep <program/theme name>

Do uninstall completly

4. dpkg -P <program/theme name> (make sure to write big "P")
Wait wait, the <program/theme name part, give me an example Thanks

Oh wait I think I got what you're saying. You're saying program or theme name. Ahh I get it now.
I'm going to make some notes about this stuff for later.
Handy codes for noobs
 
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#25
"dpkg -l" = will show you a list of all your programs.. including those not visible in app manager.
"dpkg -P" = Removes and purgers the program and all it's configuration files...
"find /" = serach for a file or folder in the complete system
"find /home/user/" = serach for a file or folder in /home/user/ and its subfolders
"| grep <name>" = what to "grep". In this case what to look for.
__________________
You like what i do? Donate!

Make your desktop look awesome - use the AwOken Theme with the AwOken Icon Theme.

Add me on twitter @almehdin
Visit the swedish maemo/meego community forums

Last edited by AlMehdi; 2010-09-27 at 20:35.
 
RenaldoTT's Avatar
Posts: 511 | Thanked: 128 times | Joined on Aug 2010 @ Trinidad and Tobago
#26
does the ''tab'' fuction work here also when searching for files to uninstall?
 
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#27
Lol!.. just remembered that "dpkg -l" could look little ugly.. a nicer way would be to add awk to it.

dpkg -l | awk '{print $2}' | grep theme
__________________
You like what i do? Donate!

Make your desktop look awesome - use the AwOken Theme with the AwOken Icon Theme.

Add me on twitter @almehdin
Visit the swedish maemo/meego community forums
 
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#28
Originally Posted by RenaldoTT View Post
does the ''tab'' fuction work here also when searching for files to uninstall?
"tab" will complete when you try to write an directory or path.. so it's perfect to go up and down in the file system.. but not if you want to find a word.
__________________
You like what i do? Donate!

Make your desktop look awesome - use the AwOken Theme with the AwOken Icon Theme.

Add me on twitter @almehdin
Visit the swedish maemo/meego community forums
 
RenaldoTT's Avatar
Posts: 511 | Thanked: 128 times | Joined on Aug 2010 @ Trinidad and Tobago
#29
There are spaces between that line right? Just making sure and what will that grep themes look like?
 
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#30
You could actually do both

|grep <name>
| grep <name>
| grep "<name>"

I put a space to make it more visible.. so to be safe to exactly as i wrote above.

edit: will go to sleep now.. later
__________________
You like what i do? Donate!

Make your desktop look awesome - use the AwOken Theme with the AwOken Icon Theme.

Add me on twitter @almehdin
Visit the swedish maemo/meego community forums
 

The Following User Says Thank You to AlMehdi For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 07:27.