Forum › Forums › New users › New Users and General Questions › [solved] E: Unable to locate package simple-scan
- This topic has 5 replies, 4 voices, and was last updated May 6-6:13 pm by ModdIt.
-
AuthorPosts
-
May 6, 2022 at 8:25 am #82751Member
andfree
$ sudo apt-get install simple-scan Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package simple-scanRepos: Active apt repos in: /etc/apt/sources.list.d/antix.list 1: deb http://ftp.cc.uoc.gr/mirrors/linux/mx/antix/bullseye bullseye main nosystemd nonfree Active apt repos in: /etc/apt/sources.list.d/bullseye-backports.list 1: deb http://deb.debian.org/debian bullseye-backports main contrib non-free Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list 1: deb http://mirror.eu.oneandone.net/debian/ bullseye-updates main contrib non-free Active apt repos in: /etc/apt/sources.list.d/debian.list 1: deb http://ftp.de.debian.org/debian/ bullseye main contrib non-free 2: deb http://security.debian.org/ bullseye-security main contrib non-free No active apt repos in: /etc/apt/sources.list.d/various.list- This topic was modified 12 months ago by andfree.
May 6, 2022 at 8:51 am #82752MemberRobin
::Try:
sudo apt-get update sudo apt-get install simple-scanantiX drops the locally cached apt database in Live and frugal mode on shutdown for performance reasons, so you need to always refresh it before you can use apt. (You should do this anyway, even on installed systems, since you might get outdated packages otherwise)
In case this doesn’t work for a program try to check for the package and installable versions for your architecture:
apt-cache policy simple-scan rmadison simple-scanMaybe it is not available for your architecture or for the specific antiX (debian) version you run.
In case a program was installed before on your system, and you want to know the proper corresponding package name:
which simple-scan
(shows you the true filename of the executable)Then enter the true filename of the executable to find the package in which it came.
apt-file search simple-scan
(this needs apt-file to be installed on your system. don’t forget apt-file update before using it)Windows is like a submarine. Open a window and serious problems will start.
May 6, 2022 at 2:51 pm #82755Memberandfree
::Try:
sudo apt-get update
sudo apt-get install simple-scanUnexpectedly for me, it worked. Unexpectedly, because I had already run an update, then a dist-upgrade, an autoremove to delete unnecessary stuff, a “Yes, do that!” or something like this, & last I had tried to install simple-scan, but without success. After the new update, I installed it without any problems. Many thanks.
May 6, 2022 at 2:58 pm #82757Moderator
Brian Masinick
::Hmm, the dialogue, “Yes, do that!” is an interaction that I’ve personally experienced ONLY with the PCLinuxOS distribution.
They DO use apt, but their packages are actually in .rpm format, not in .deb format. Has anyone else ever seen the dialogue string “Yes, do that!” on our distribution, or any OTHER distribution besides PCLinuxOS?I’m glad it worked; just surprised at the package interaction for this package.
--
Brian MasinickMay 6, 2022 at 6:09 pm #82759MemberModdIt
::Maybe andree had a repo or time synch problem, even only a temporary glitch can cause issues.
Real Experience here with RTWH Aachen which in recent times is occasionaly not in synch..
To find out what happened /var/log/apt/history.log is the place to check rather than speculating.May 6, 2022 at 6:13 pm #82760MemberModdIt
::Maybe andree had a repo or time synch problem, even only a temporary glitch can cause issues.
Real Experience here with RTWH Aachen which in recent times is occasionaly not in synch..
To find out what happened /var/log/apt/history.log is the place to check rather than guessing. -
AuthorPosts
- You must be logged in to reply to this topic.