Active Topics

 


Reply
Thread Tools
Posts: 318 | Thanked: 735 times | Joined on Oct 2009
#1
Hello,

I've some problem on making a clean uninstall of my package ( quick-launch, ver. 0.9 in svn ).
All the package's files are removed, but the app still shows up when I run dpkg -l and it is marked as 'rc'.
Also when I run dpkg -L the output is : Package `quick-launch' does not contain any files (!)
Any hints on how to make a clean uninstall ?
Thanks.
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#2
You need to purge the install completely:
Code:
dpkg --purge quick-launch
 
Posts: 318 | Thanked: 735 times | Joined on Oct 2009
#3
Originally Posted by Rob1n View Post
You need to purge the install completely:
Code:
dpkg --purge quick-launch
Yes by running dpkg --purge everything is clean.
But I want to avoid this, I want (if it's possible) to make a clean uninstall, so users doesn't have to run dpkg --purge (I presume appmanager never run this command).
 
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#4
Originally Posted by b0unc3 View Post
Yes by running dpkg --purge everything is clean.
But I want to avoid this, I want (if it's possible) to make a clean uninstall, so users doesn't have to run dpkg --purge (I presume appmanager never run this command).
No; note that rc means "application uninstalled; configuration files left behind". What this means is that if you reinstall it, it will reuse those configuration files.
 
Posts: 318 | Thanked: 735 times | Joined on Oct 2009
#5
Originally Posted by javispedro View Post
No; note that rc means "application uninstalled; configuration files left behind". What this means is that if you reinstall it, it will reuse those configuration files.
Uhm... and why dpkg -L says : Package `quick-launch' does not contain any files (!) ?
 
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#6
Originally Posted by b0unc3 View Post
Uhm... and why dpkg -L says : Package `quick-launch' does not contain any files (!) ?
Because you didn't define any configuration file, probably.
 

The Following User Says Thank You to javispedro For This Useful Post:
Posts: 318 | Thanked: 735 times | Joined on Oct 2009
#7
So, I should release it as is and go ahead ?
 
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#8
Yes, nothing wrong.
 

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


 
Forum Jump


All times are GMT. The time now is 17:08.