Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 4, 2020 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/644c8796c8e3d87482ffcabdeea8aa3f to your computer and use it in GitHub Desktop.
Save r-ryantm/644c8796c8e3d87482ffcabdeea8aa3f to your computer and use it in GitHub Desktop.
/nix/store/x920wj1js0xx2snfw4a2qhf7ysvi8kfx-xbps-0.58
├── bin
│   ├── xbps-alternatives
│   ├── xbps-checkvers
│   ├── xbps-create
│   ├── xbps-dgraph
│   ├── xbps-digest
│   ├── xbps-fbulk
│   ├── xbps-fetch
│   ├── xbps-install
│   ├── xbps-pkgdb
│   ├── xbps-query
│   ├── xbps-reconfigure
│   ├── xbps-remove
│   ├── xbps-rindex
│   ├── xbps-uchroot
│   ├── xbps-uhelper
│   └── xbps-uunshare
├── include
│   ├── xbps
│   │   ├── xbps_array.h
│   │   ├── xbps_bool.h
│   │   ├── xbps_data.h
│   │   ├── xbps_dictionary.h
│   │   ├── xbps_number.h
│   │   ├── xbps_object.h
│   │   └── xbps_string.h
│   └── xbps.h
├── lib
│   ├── libxbps.a
│   ├── libxbps.so -> libxbps.so.4.1.0
│   ├── libxbps.so.4 -> libxbps.so.4.1.0
│   ├── libxbps.so.4.1.0
│   └── pkgconfig
│   └── libxbps.pc
└── share
├── bash-completion
│   └── completions
│   ├── xbps
│   ├── xbps-checkvers -> xbps
│   ├── xbps-create -> xbps
│   ├── xbps-dgraph -> xbps
│   ├── xbps-install -> xbps
│   ├── xbps-pkgdb -> xbps
│   ├── xbps-query -> xbps
│   ├── xbps-reconfigure -> xbps
│   ├── xbps-remove -> xbps
│   └── xbps-rindex -> xbps
├── keys
│   └── 60:ae:0c:d6:f0:95:17:80:bc:93:46:7a:89:af:a3:2d.plist
├── man
│   ├── man1
│   │   ├── xbps-alternatives.1.gz
│   │   ├── xbps-checkvers.1.gz
│   │   ├── xbps-create.1.gz
│   │   ├── xbps-dgraph.1.gz
│   │   ├── xbps-digest.1.gz
│   │   ├── xbps-fbulk.1.gz
│   │   ├── xbps-fetch.1.gz
│   │   ├── xbps-install.1.gz
│   │   ├── xbps-pkgdb.1.gz
│   │   ├── xbps-query.1.gz
│   │   ├── xbps-reconfigure.1.gz
│   │   ├── xbps-remove.1.gz
│   │   ├── xbps-rindex.1.gz
│   │   ├── xbps-uchroot.1.gz
│   │   └── xbps-uunshare.1.gz
│   └── man5
│   └── xbps.d.5.gz
├── xbps.d
│   ├── 00-repository-main.conf
│   └── xbps.conf
└── zsh
└── site-functions
├── _xbps
└── _xbps_src
15 directories, 60 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment