View Single Post
Old 7th October 2017
PapaParrot's Avatar
PapaParrot PapaParrot is offline
parrot
 
Join Date: Jul 2015
Location: Durango, Mx.
Posts: 472
Default

After running 'pkg_delete'
Code:
pkg_delete keepassx
Try the :
Code:
 pkg_info -Q keepassx
again. If it still shows the 3 files/packages,
Code:
keepassx-2.0.3p1
keepassxc-2.2.0-yubikeyp1
keepassxc-2.2.0p1
delete each one using pkg_delete.
Keep in mind to run 'pkg_delete" it must be done as root.

=============
You DO NOT want to delete those other dependencies listed:
Code:
$ pkg_info -f 'keepassx->=2.0.3' | grep '^@depend' | cut -f 3 -d :
desktop-file-utils-0.23
shared-mime-info-1.9
libgcrypt-1.8.1
gtk-update-icon-cache-3.22.21p0
qt4-4.8.7p13
All though keeppassx depends on them as well, there probably are other packages/programs that
also depend on those.
Quote:
bsd007>>----snip---but I can't find keepassx in the menu

or in the terminal. When I type keepass and tab it doesn't autocomplete.
Since you aborted the installation, and it never completely installed , it would not be able to run,
and would not be in any menu, but also many packages/programs do not just automatically show in
any menus, they sometimes need to be added to the menu manually.
__________________
My best friends are parrots

Last edited by PapaParrot; 7th October 2017 at 06:31 PM.
Reply With Quote