<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<font size="+1">john@sentry35:~$ p="Details"<br>
john@sentry35:~$ apt-cache depends $p<br>
E: No packages found<br>
john@sentry35:~$ apt-cache show $p | grep Filename<br>
E: No packages found<br>
john@sentry35:~$ dpkg -L $p | grep desktop<br>
dpkg-query: package 'details' is not installed<br>
Use dpkg --info (= dpkg-deb --info) to examine archive files,<br>
and dpkg --contents (= dpkg-deb --contents) to list their
contents.<br>
john@sentry35:~$ dpkg -L $p | grep -v share<br>
dpkg-query: package 'details' is not installed<br>
Use dpkg --info (= dpkg-deb --info) to examine archive files,<br>
and dpkg --contents (= dpkg-deb --contents) to list their
contents.<br>
john@sentry35:~$ dpkg -L $p | grep script<br>
dpkg-query: package 'details' is not installed<br>
Use dpkg --info (= dpkg-deb --info) to examine archive files,<br>
and dpkg --contents (= dpkg-deb --contents) to list their
contents.<br>
john@sentry35:~$ dpkg -L $p | grep py<br>
dpkg-query: package 'details' is not installed<br>
Use dpkg --info (= dpkg-deb --info) to examine archive files,<br>
and dpkg --contents (= dpkg-deb --contents) to list their
contents.<br>
john@sentry35:~$ <br>
</font><br>
<br>
<div class="moz-cite-prefix">On 03/26/2017 07:14 AM, Ralf Mardorf
wrote:<br>
</div>
<blockquote class=" cite" id="mid_20170326161446_0e5bc84c_utnubu"
cite="mid:20170326161446.0e5bc84c@utnubu" type="cite">
<pre wrap="">On Sun, 26 Mar 2017 06:32:01 -0700, John R. Sowden wrote:
</pre>
<blockquote class=" cite" id="Cite_6467465" type="cite">
<pre wrap="">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.
</pre>
</blockquote>
<pre wrap="">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
</pre>
</blockquote>
<br>
<br>
</body>
</html>