3

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

sajjad
  • 41
  • 1
  • 5

1 Answers1

2

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
A.B.
  • 90,397