Then I
figured that I would reinstall them one-at-a-time, using dpkg,
or moving to apt, aptitude, whatever, to finish up.
I already had the package you named, but I thought, well, let's
download a fresh one, just to be sure mine isn't corrupt. Now ... mind
you ... I had already purged the old package from my system. Yet when I
tried to reinstall apt-utils_2.6.1devuan1_amd64, I get this message:
dpkg: version 2.6.1devuan1 of apt already installed, skipping
Probably because your purge was told to purge apt_2.6.1devuan1_amd64
which is not a package name.
So, it is uninstalled, yet it is also already
installed? There must be
some traces left in the system that makes dpkg say it is already
installed. Maybe this is a clue; maybe even a useful clue.
"dpkg -l | grep apt | cut -b-78" will tell us where things stand.
--Mike
sudo dpkg -l | grep apt | cut -b-78
Here is the output:
iU apt 2.6.1devuan1
ii apt-config-icons 0.16.1-2
iU apt-file 3.3
ii apt-listchanges 3.24
ii apt-mirror 0.5.4-2
iU aptitude 0.8.13-5
ii aptitude-common 0.8.13-5
ii devuan-apt-mirror-config-override 2.6
ii feedbackd 0.0.3-1
ii klaptopdaemon-trinity
4:14.1.2-0debian12.0.0 ii kmilo-trinity
4:14.1.2-0debian12.0.0 ii laptop-detect
0.16
ii libaec0:amd64 1.0.6-1+b1
ii libapt-pkg-perl 0.1.40+b2
ii libapt-pkg6.0:amd64 2.2.4+devuan1
ii libatk-adaptor:amd64 2.46.0-5
ii libcapture-tiny-perl 0.48-2
ii libfeedback-0.0-0:amd64 0.0.3-1
ii libfreeaptx0:amd64 0.1.1-2
ii liblavfile-2.1-0:amd64 1:2.1.0+debian-7
ii liblavjpeg-2.1-0:amd64 1:2.1.0+debian-7
ii liblavplay-2.1-0:amd64 1:2.1.0+debian-7
ii libmjpegutils-2.1-0:amd64 1:2.1.0+debian-7
ii libmpeg2encpp-2.1-0:amd64 1:2.1.0+debian-6
ii libmplex2-2.1-0:amd64 1:2.1.0+debian-6
ii libopencore-amrnb0:amd64 0.1.6-1
ii libopencore-amrwb0:amd64 0.1.6-1
ii libpcap0.8:amd64 1.10.3-1
ii libraptor2-0:amd64 2.0.15-4
ii libsz2:amd64 1.0.6-1+b1
ii mjpegtools 1:2.1.0+debian-7
ii mjpegtools-gtk 1:2.1.0+debian-7
ii python-apt-common 2.6.0
ii python3-apt 2.6.0
ii python3-wrapt 1.14.1-2+b2
ii r-cran-doparallel 1.0.17-1
ii r-cran-earth 5.3.2-1
ii r-cran-maptools 1:1.1-6+dfsg-1
ii r-cran-rcmdcheck 1.4.0-2
iU synaptic 0.91.3
ii task-laptop 3.73devuan1
I am dying to hear what's up.