Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.42 KB

README.distributions.md

File metadata and controls

49 lines (34 loc) · 1.42 KB

NetBSD pkgsrc

source package

    $ uname
    NetBSD
    $ cd /usr/pkgsrc/editors/fileobj/
    $ make install
    $ pkg_info | grep fileobj
    fileobj-0.7.108     Curses based hex editor with vi interface

binary package

    $ uname
    NetBSD
    $ pkg_add fileobj
    $ pkg_info | grep fileobj
    fileobj-0.7.108     Curses based hex editor with vi interface

FreeBSD ports

source package

    $ uname
    FreeBSD
    $ cd /usr/ports/editors/fileobj/
    $ make install
    $ pkg info | grep fileobj
    fileobj-0.7.108                Portable hex editor with vi like interface

binary package

    $ uname
    FreeBSD
    $ pkg install fileobj
    $ pkg info | grep fileobj
    fileobj-0.7.108                Portable hex editor with vi like interface

DragonFlyBSD dports