Debian4.0 dpkg: seriouswarning error Solution

Source: Internet
Author: User
Dpkg: seriouswarning error solution in Debian4.0-Debian information of Linux release technology. For details, refer to the following. Dpkg: serious warning: files list file for package "*********" missing, assuming package has no files currently installed.

This error usually occurs in the following situations. After you use dpkg-I to install the deb package, all related directories and files of the program are directly deleted, however, the dpkg library retains information about the program.

Therefore, when executing the apt command, dpkg will find related files lost during self-check, so an error in the title is reported.

The solution is as follows:
Dpkg-l | grep ***** # Check the residual File Installation information in the current dpkg Library
Sudo dpkg-r *********** # manually delete all packages. In this step, related error messages may still be reported.
Sudo dpkg-P ********* # This step is very important to completely clear any information related to the *** package.

If you run dpkg-l | grep *** again, no error message is returned. If you run other installation programs, no error is returned.

Environment: the original Debian 4.0 software package is installed using dpkg-I **. deb.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.