command line - How to purge package configuration file? - Ask Ubuntu
i try install midori web browser,but appears
sudo apt-get install midori reading package lists... done building dependency tree reading state information... done midori newest version (0.5.11-ds1-2). following packages automatically installed , no longer required: libllvm3.8:i386 linux-headers-4.4.0-31 linux-headers-4.4.0-31-generic linux-headers-4.4.0-38 linux-headers-4.4.0-38-generic linux-image-4.4.0-31-generic linux-image-4.4.0-38-generic linux-image-extra-4.4.0-31-generic linux-image-extra-4.4.0-38-generic use 'sudo apt autoremove' remove them. 0 upgraded, 0 newly installed, 0 remove , 35 not upgraded. 1 not installed or removed. after operation, 0 b of additional disk space used. want continue? [y/n] y setting matlab-support (0.0.21) ... no default matlab path found. exiting. dpkg: error processing package matlab-support (--configure): subprocess installed post-installation script returned error exit status 1 errors encountered while processing: matlab-support e: sub-process /usr/bin/dpkg returned error code (1)
sudo apt-get remove matlab-suport reading package lists... done building dependency tree reading state information... done e: unable locate package matlab-suport
i have tried install matlab support,now not know how rid of this.it appears time.what should try?
to remove package completely, can use
apt-get purge packagename
in case be
apt-get purge matlab-support
Comments
Post a Comment