How to recreate /var/lib/dpkg/status?
I have deleted some files around /var/lib/dpkg/, namely:
I have deleted some files around /var/lib/dpkg/, namely:
I’ve created a deb package which installs a service.
When I type dpkg -l | grep xserver-xorg, I get list of installed packages and their versions:
We have the unattended-upgrades package upgrading our servers with security upgrades every Monday and it works great. Today though, it upgraded all of our servers with a new version of PHP5. Because we have moved the default PHP5-FPM configuration file, apt complains that the file has been moved, and what would we like to do (Install new version, keep old version, show differences, start shell) about it. Since unattended-upgrades didn’t know how to deal with this, it just aborted and we were left with dozens of machines down until PHP5-FPM was restarted by monitoring.
I’m working with a Raspberry Pi B+ and Raspbian 5/5/2015 and some guides that are a few years old. I’ve got an external NTFS HDD hooked up to the Pi. Due to the articles age(s), common practices have changed, and it turns out that certain packages and features and functions are now built-in and/or automatic.
I’m trying to create a Debian package that doesn’t delete an empty directory after it’s purged. Specifically, I’m creating my own package containing some CA certificates I trust.
Is it possible to install a .deb package completely under my home directory at debian?