Every time I want to install something with terminal it shows this warning message but it continue to install, what's the problem?
dpkg: warning: files list file for package 'linux-generic' missing; assuming package has no files currently installed
Every time I want to install something with terminal it shows this warning message but it continue to install, what's the problem?
dpkg: warning: files list file for package 'linux-generic' missing; assuming package has no files currently installed
I had the same problem with another package after some funny things with apt. The solution is relative simple.
Open a terminal with Ctrl+Alt+T and type:
sudo apt-get install --reinstall linux-generic