On Tue, Aug 14, 2012 at 2:40 AM, David Kalnischkies
wrote:
> For the record: Packages listed in this file are marked as auto-installed
> (Auto-Installed: 1). Packages not listed or with Auto-Installed: 0 are marked
> as manual. So what you say here is that packages are randomly marked
> as automat
I have this same problem. Packages randomly appear as manually
installed. This annoys me so much that I have set up a script to
monitor this.
$ cat /etc/apt/manual_package_update.sh
#!/bin/bash
FILE=/etc/apt/manual_packages
NEW=${FILE}.new
set -e
/usr/bin/apt-mark showmanual > $NEW
/usr/bin/diff
2 matches
Mail list logo