Is apt-file
part of apt
? I have apt
installed by default, but no apt-file
.
How about apt-cache
? I don't remember whether mine was installed by default or me.
Is apt-file
part of apt
? I have apt
installed by default, but no apt-file
.
How about apt-cache
? I don't remember whether mine was installed by default or me.
apt-file
is its own separate program that is not part of apt
, but has interactions with apt
components, more specifically it pulls a list of 'files' known in packages and then searches the data in those lists of files to find certain searched-for terms and parameters. It has apt
-like functions but it's its own package in the Universe (non-main, community-contributed and supported) repositories.
apt-cache
however is part of the apt
packages/suite, and is a 'standard' apt
utility/program that is installed with every Ubuntu installation.
sudo apt install apt
reveals: apt is already the newest version (1.2.24).
– WinEunuuchs2Unix
Apr 03 '18 at 23:22
sudo apt remove apt
, sudo apt remove dkpg
and then sudo apt-get remove apt-get
(this last one I'm not sure about).
– WinEunuuchs2Unix
Apr 03 '18 at 23:42
apt list apt-get
. I guess you would have to sudo apt remove dpkg
before sudo apt remove apt
. Again just a thought experiment, nothing important....
– WinEunuuchs2Unix
Apr 04 '18 at 01:32
apt-file
. – David Foerster Apr 05 '18 at 21:08