Changes between Initial Version and Version 1 of Ticket #15703


Ignore:
Timestamp:
Feb 10, 2020, 11:58:29 AM (5 years ago)
Author:
pmatos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15703 – Description

    initial v1  
    22
    33I have now done:
    4 $ pkgman full-sync
    5 $ pkgman install gdb
    6 
     4{{{
     5~> pkgman full-sync
     6~> pkgman install gdb
     7}}}
    78then i tried running gdb and it cannot find it.
    89
    910Obviously this is all I get now:
     11{{{
    1012~> pkgman install gdb
    1113100% repochecksum-1 [65 bytes]
     
    1719~> gdb
    1820-bash: gdb: command not found
     21}}}