I decided to install Quake2 for Ubuntu Linux...not a great idea. I'm an experienced admin (Unix)...but this issue has me scratching my head. I've started several "fix its" from different forums but I'm afraid I'm going to lose track of my changes.
sudo apt-get install quake2 game-data-packager
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package quake2-full-data needs to be reinstalled, but I can't find an archive for it.
I get this error after having "successfully" (I guess) installed quake2 - I first knew there was an issue when gdebi (you need gdebi to install the .deb files of quake2) complained of another update process running concurrently.
I've tried:
rm /var/lib/apt/lists/* -vf
dpkg --remove --force-remove-reinstreq quake2
gedit /var/lib/dpkg/status (and removed quake2 section)
My Ubuntu version is: Linux hostname 5.3.0-42-generic #34~18.04.1-Ubuntu SMP Fri Feb 28 13:42:26 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
sudo apt update
before installing the package? Also please checkcat /etc/apt/sources.list
and make sure your sources list is correct for your release. – Raffa May 03 '20 at 19:38sudo apt update
orsudo apt-get update
to update its cache. Please refer to this answer and make sure your repositories list is correct. – Raffa May 03 '20 at 19:49Reading state information... Done E: The package quake2-full-data needs to be reinstalled, but I can't find an archive for it. – DaveUnix May 03 '20 at 19:58
quake2-full-data
isn't a package from the repository, it is locally created. Check this question if it can help you – jpalecek May 03 '20 at 20:02apt remove quake2-full-data
. Or regenerate the package, install it withdpkg -i
and play Quake! – jpalecek May 03 '20 at 21:55Reading state information... Done E: The package quake2-full-data needs to be reinstalled, but I can't find an archive for it. – DaveUnix May 04 '20 at 12:43
/etc/apt/sources.list.d/***
– Knud Larsen May 04 '20 at 15:36