Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Can't find package I installed

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
fguy
Posts: 33
Joined: 2009-09-04 01:25

Can't find package I installed

#1 Post by fguy »

greetings - I am using the latest Debian Jessie with the Xfce desktop

I just installed this package: https://packages.debian.org/jessie/c++-annotations-html. It shows up in Synaptic as installed. But I can't figure out how to access the html document. I have searched backwards and forwards using find and locate with no success. Also nothing showed up in the menus.

Some assistance would be greatly appreciated

User avatar
dilberts_left_nut
Administrator
Administrator
Posts: 5346
Joined: 2009-10-05 07:54
Location: enzed
Has thanked: 12 times
Been thanked: 66 times

Re: Can't find package I installed

#2 Post by dilberts_left_nut »

AdrianTM wrote:There's no hacker in my grandma...

fguy
Posts: 33
Joined: 2009-09-04 01:25

Re: Can't find package I installed

#3 Post by fguy »

Thanks. I don't know why my searches didn't find the files, but all's well that ends well

dcihon
Posts: 279
Joined: 2012-09-23 16:18
Been thanked: 3 times

Re: Can't find package I installed

#4 Post by dcihon »

This worked for me:

Code: Select all

cihonm@cihonm:~$ sudo find / -name c++-*
/usr/share/doc-base/c++-annotations-html
/usr/share/doc/c++-annotations-html
/usr/share/doc/c++-annotations
find: ‘/run/user/1000/gvfs’: Permission denied
/var/cache/apt/archives/c++-annotations-html_10.9.0-1_all.deb
/var/lib/dpkg/info/c++-annotations-html.md5sums
/var/lib/dpkg/info/c++-annotations-html.list

Post Reply