If you have this kind of warning message :
dpkg: serious warning: files list file for package `package’ missing, assuming package has no files currently installed.
You only need to remove and install again the 'package' .
sudo apt-get remove package
sudo apt-get install package
No comments:
Post a Comment