feverish
Posts: 486
Joined: Wed Jun 27, 2012 2:29 pm

removing an app

Sat Mar 16, 2013 5:00 pm

I can install the version of Lazarus in the repository by using apt-get install lazarus. However, I can't afterwards remove it by using apt-get remove lazarus, even though the display says I have. Should I be in the lazarus directory before issuing that 'remove' command? Thanks for any help.
If discrimination is not challenged then we are effectively in collusion with the perpetrators of such behaviour:-Oxford dictionaries

elatllat
Posts: 1337
Joined: Sat Dec 17, 2011 5:05 pm

Re: removing an app

Wed Mar 20, 2013 1:57 am

no, try purge,autoremove,autoclean

Code: Select all

man apt-get
SBC with 32GB RAM: https://hardkernel.com

FAQ : https://raspberrypi.stackexchange.com

Unanswered: https://www.raspberrypi.org/forums/search.php?search_id=unanswered

User avatar
tonyhughes
Posts: 951
Joined: Wed Dec 26, 2012 3:46 am

Re: removing an app

Wed Mar 20, 2013 1:59 am

Try

Code: Select all

sudo apt-get --purge remove lazarus

feverish
Posts: 486
Joined: Wed Jun 27, 2012 2:29 pm

Re: removing an app

Wed Mar 20, 2013 10:40 am

Thanks to both. I'll put those by for next time. Crudely, this time, I re-flashed the SD card, something I don't want to keep doing when the advertised way doesn't work.
If discrimination is not challenged then we are effectively in collusion with the perpetrators of such behaviour:-Oxford dictionaries

Return to “Beginners”