Quote:
Originally Posted by nick021
hi everybody ....
i configured and compile vlc player from source file vlc-0.8.5-i686.tgz using checkinstall.........
but how can i uninstall them using checkinstall............
|
Quote:
but still prob.. is that in some source file there is no make uninstall....
i heard that checkinstall is effective in removing such file.......
in checkinstall manual there is nothing written about how to remove such file......
can anyone help!!!!!!!!!!!
|
probably you are confused among .tgz and .tar files.
for .tar you may require checkinstall to remove them completely. But .tgz are slackwares own package. You just need the simple commands to install, upgrade and remove them.
install #installpkg <name of pkg>
upgrade #upgradepkg <name of pkg>
remove #removepkg <name of pkg>
regards