ubuntu dpkg: warning: files list file for package `*****' missing, assuming package has no files currently
sudo执行以下脚本#!/bin/bashset-e#Cleanout/var/cache/apt/archivesapt-getclean#Fillitwithallthe.debsweneedapt-get--reinstall-dyinstall$(dpkg--get-selections|grep'[[:space:]]install'|cut-f1)DIR=$(mktemp-d-tinf