Difference between revisions of "Dpkg error"

From Crop Genomics Lab.
Jump to: navigation, search
(Created page with "dpkg error is due to packages which were not fully installed we can see the packages have problem by followed command {| class="wikitable" |- | '''dpkg -l | grep -v ^ii''' ...")
 
 
Line 2: Line 2:
  
 
we can see the packages have problem by followed command
 
we can see the packages have problem by followed command
{| class="wikitable"
+
 
|-
+
'''dpkg -l | grep -v ^ii
'''dpkg -l | grep -v ^ii'''  
+
'''
|}
+
  
 
then, we can remove or purge these packages
 
then, we can remove or purge these packages

Latest revision as of 06:24, 21 November 2013

dpkg error is due to packages which were not fully installed

we can see the packages have problem by followed command

dpkg -l | grep -v ^ii

then, we can remove or purge these packages

dpkg --remove package or dpkg --purge package

if we cannot remove them, we should remove package's file from /var/lib/dpkg/info