Can't find installed programs
Ralf Mardorf
silver.bullet at zoho.com
Sun Mar 26 14:14:46 UTC 2017
On Sun, 26 Mar 2017 06:32:01 -0700, John R. Sowden wrote:
>XUbuntu 16.04
>
>I cannot find a program called 'details' that I installed from the
>ubuntu software center. USC shows that it is installed, catfish
>cannot find it. so I removed it and reinstalled it. It is not in the
>application menu system, catfish still cannot find it.
Hi,
please open a terminal, copy and paste the following, but replace
"foo" with the package name. Perhaps the package name is "details",
but the package name not necessarily is "details". Post the complete
output, command + output of the command.
p="foo"
apt-cache depends $p
apt-cache show $p | grep Filename
dpkg -L $p | grep desktop
dpkg -L $p | grep -v share
dpkg -L $p | grep script
dpkg -L $p | grep py
The Ubuntu Package Search doesn't finds a package named "details",
there are several paths including or ending with "details". Exact
not case-sensitive file names "details" are seemingly no programs.
Is it a binary or a script?
Regards,
Ralf
More information about the ubuntu-users
mailing list