Skip to content

Python script to fix "dpkg: warning: files list file for package 'xyz' missing;"

Notifications You must be signed in to change notification settings

boerredus/FixDpkgWarning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FixDpkgWarning

Python script to fix "dpkg: warning: files list file for package 'xyz' missing;"

Usage

  • Copy all the errors (e.g dpkg: warning: files list file for package 'libxcb-xkb1:amd64' missing; assuming package has no files currently installed) to the packages file (separated by a linebreak).

  • Execute python app.py, on Terminal.

  • Run chmod +x fix_script.sh and ./fix_script.sh on Terminal.

The Terminal will, then, reinstall all packages. That's it. Enjoy!!

Based on this answer.

About

Python script to fix "dpkg: warning: files list file for package 'xyz' missing;"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages