Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 24, 2018 02:46
Show Gist options
  • Save ryantm/4a1e708a95cfd0d8b2a57a21fad9cbbb to your computer and use it in GitHub Desktop.
Save ryantm/4a1e708a95cfd0d8b2a57a21fad9cbbb to your computer and use it in GitHub Desktop.
/nix/store/f7zfw68i8ayj9jxgfhg92vzw4z74npgy-rpm-4.14.2
├── bin
│   ├── gendiff
│   ├── rpm
│   ├── rpm2archive
│   ├── rpm2cpio
│   ├── rpmbuild
│   ├── rpmdb
│   ├── rpmgraph
│   ├── rpmkeys
│   ├── rpmquery -> /nix/store/f7zfw68i8ayj9jxgfhg92vzw4z74npgy-rpm-4.14.2/bin/rpm
│   ├── rpmsign
│   ├── rpmspec
│   └── rpmverify -> /nix/store/f7zfw68i8ayj9jxgfhg92vzw4z74npgy-rpm-4.14.2/bin/rpm
├── lib
│   ├── librpmbuild.la
│   ├── librpmbuild.so -> librpmbuild.so.8.1.0
│   ├── librpmbuild.so.8 -> librpmbuild.so.8.1.0
│   ├── librpmbuild.so.8.1.0
│   ├── librpmio.la
│   ├── librpmio.so -> librpmio.so.8.1.0
│   ├── librpmio.so.8 -> librpmio.so.8.1.0
│   ├── librpmio.so.8.1.0
│   ├── librpm.la
│   ├── librpmsign.la
│   ├── librpmsign.so -> librpmsign.so.8.1.0
│   ├── librpmsign.so.8 -> librpmsign.so.8.1.0
│   ├── librpmsign.so.8.1.0
│   ├── librpm.so -> librpm.so.8.1.0
│   ├── librpm.so.8 -> librpm.so.8.1.0
│   ├── librpm.so.8.1.0
│   ├── python2.7
│   │   └── site-packages
│   │   └── rpm
│   │   ├── __init__.py
│   │   ├── _rpmb.la
│   │   ├── _rpmb.so
│   │   ├── _rpm.la
│   │   ├── _rpms.la
│   │   ├── _rpm.so
│   │   ├── _rpms.so
│   │   └── transaction.py
│   ├── rpm
│   │   ├── brp-compress
│   │   ├── brp-java-gcjcompile
│   │   ├── brp-python-bytecompile
│   │   ├── brp-python-hardlink
│   │   ├── brp-strip
│   │   ├── brp-strip-comment-note
│   │   ├── brp-strip-shared
│   │   ├── brp-strip-static-archive
│   │   ├── check-buildroot
│   │   ├── check-files
│   │   ├── check-prereqs
│   │   ├── check-rpaths
│   │   ├── check-rpaths-worker
│   │   ├── config.guess
│   │   ├── config.sub
│   │   ├── debugedit
│   │   ├── debuginfo.prov
│   │   ├── desktop-file.prov
│   │   ├── elfdeps
│   │   ├── fileattrs
│   │   │   ├── debuginfo.attr
│   │   │   ├── desktop.attr
│   │   │   ├── elf.attr
│   │   │   ├── font.attr
│   │   │   ├── libtool.attr
│   │   │   ├── metainfo.attr
│   │   │   ├── mono.attr
│   │   │   ├── ocaml.attr
│   │   │   ├── perl.attr
│   │   │   ├── perllib.attr
│   │   │   ├── pkgconfig.attr
│   │   │   ├── python.attr
│   │   │   └── script.attr
│   │   ├── find-debuginfo.sh
│   │   ├── find-lang.sh
│   │   ├── find-provides
│   │   ├── find-requires
│   │   ├── fontconfig.prov
│   │   ├── libtooldeps.sh
│   │   ├── macros
│   │   ├── macros.d
│   │   ├── macros.perl
│   │   ├── macros.php
│   │   ├── macros.python
│   │   ├── metainfo.prov
│   │   ├── mkinstalldirs
│   │   ├── mono-find-provides
│   │   ├── mono-find-requires
│   │   ├── ocaml-find-provides.sh
│   │   ├── ocaml-find-requires.sh
│   │   ├── perl.prov
│   │   ├── perl.req
│   │   ├── pkgconfigdeps.sh
│   │   ├── platform
│   │   │   ├── aarch64-linux
│   │   │   │   └── macros
│   │   │   ├── alphaev56-linux
│   │   │   │   └── macros
│   │   │   ├── alphaev5-linux
│   │   │   │   └── macros
│   │   │   ├── alphaev67-linux
│   │   │   │   └── macros
│   │   │   ├── alphaev6-linux
│   │   │   │   └── macros
│   │   │   ├── alpha-linux
│   │   │   │   └── macros
│   │   │   ├── alphapca56-linux
│   │   │   │   └── macros
│   │   │   ├── amd64-linux
│   │   │   │   └── macros
│   │   │   ├── armv3l-linux
│   │   │   │   └── macros
│   │   │   ├── armv4b-linux
│   │   │   │   └── macros
│   │   │   ├── armv4l-linux
│   │   │   │   └── macros
│   │   │   ├── armv5tejl-linux
│   │   │   │   └── macros
│   │   │   ├── armv5tel-linux
│   │   │   │   └── macros
│   │   │   ├── armv5tl-linux
│   │   │   │   └── macros
│   │   │   ├── armv6hl-linux
│   │   │   │   └── macros
│   │   │   ├── armv6l-linux
│   │   │   │   └── macros
│   │   │   ├── armv7hl-linux
│   │   │   │   └── macros
│   │   │   ├── armv7hnl-linux
│   │   │   │   └── macros
│   │   │   ├── armv7l-linux
│   │   │   │   └── macros
│   │   │   ├── athlon-linux
│   │   │   │   └── macros
│   │   │   ├── geode-linux
│   │   │   │   └── macros
│   │   │   ├── i386-linux
│   │   │   │   └── macros
│   │   │   ├── i486-linux
│   │   │   │   └── macros
│   │   │   ├── i586-linux
│   │   │   │   └── macros
│   │   │   ├── i686-linux
│   │   │   │   └── macros
│   │   │   ├── ia32e-linux
│   │   │   │   └── macros
│   │   │   ├── ia64-linux
│   │   │   │   └── macros
│   │   │   ├── m68k-linux
│   │   │   │   └── macros
│   │   │   ├── mips64el-linux
│   │   │   │   └── macros
│   │   │   ├── mips64-linux
│   │   │   │   └── macros
│   │   │   ├── mips64r6el-linux
│   │   │   │   └── macros
│   │   │   ├── mips64r6-linux
│   │   │   │   └── macros
│   │   │   ├── mipsel-linux
│   │   │   │   └── macros
│   │   │   ├── mips-linux
│   │   │   │   └── macros
│   │   │   ├── mipsr6el-linux
│   │   │   │   └── macros
│   │   │   ├── mipsr6-linux
│   │   │   │   └── macros
│   │   │   ├── noarch-linux
│   │   │   │   └── macros
│   │   │   ├── pentium3-linux
│   │   │   │   └── macros
│   │   │   ├── pentium4-linux
│   │   │   │   └── macros
│   │   │   ├── ppc32dy4-linux
│   │   │   │   └── macros
│   │   │   ├── ppc64iseries-linux
│   │   │   │   └── macros
│   │   │   ├── ppc64le-linux
│   │   │   │   └── macros
│   │   │   ├── ppc64-linux
│   │   │   │   └── macros
│   │   │   ├── ppc64p7-linux
│   │   │   │   └── macros
│   │   │   ├── ppc64pseries-linux
│   │   │   │   └── macros
│   │   │   ├── ppc8260-linux
│   │   │   │   └── macros
│   │   │   ├── ppc8560-linux
│   │   │   │   └── macros
│   │   │   ├── ppciseries-linux
│   │   │   │   └── macros
│   │   │   ├── ppc-linux
│   │   │   │   └── macros
│   │   │   ├── ppcpseries-linux
│   │   │   │   └── macros
│   │   │   ├── riscv64-linux
│   │   │   │   └── macros
│   │   │   ├── s390-linux
│   │   │   │   └── macros
│   │   │   ├── s390x-linux
│   │   │   │   └── macros
│   │   │   ├── sh3-linux
│   │   │   │   └── macros
│   │   │   ├── sh4a-linux
│   │   │   │   └── macros
│   │   │   ├── sh4-linux
│   │   │   │   └── macros
│   │   │   ├── sh-linux
│   │   │   │   └── macros
│   │   │   ├── sparc64-linux
│   │   │   │   └── macros
│   │   │   ├── sparc64v-linux
│   │   │   │   └── macros
│   │   │   ├── sparc-linux
│   │   │   │   └── macros
│   │   │   ├── sparcv8-linux
│   │   │   │   └── macros
│   │   │   ├── sparcv9-linux
│   │   │   │   └── macros
│   │   │   ├── sparcv9v-linux
│   │   │   │   └── macros
│   │   │   └── x86_64-linux
│   │   │   └── macros
│   │   ├── pythondeps.sh
│   │   ├── pythondistdeps.py
│   │   ├── python-macro-helper
│   │   ├── rpm2cpio.sh
│   │   ├── rpm.daily
│   │   ├── rpmdb_loadcvt
│   │   ├── rpmdeps
│   │   ├── rpm.log
│   │   ├── rpmpopt-4.14.2
│   │   ├── rpmrc
│   │   ├── rpm.supp
│   │   ├── script.req
│   │   ├── sepdebugcrcfix
│   │   └── tgpg
│   └── rpm-plugins
│   ├── ima.la
│   ├── ima.so
│   ├── prioreset.la
│   ├── prioreset.so
│   ├── syslog.la
│   └── syslog.so
└── share
└── locale
├── ar
│   └── LC_MESSAGES
│   └── rpm.mo
├── br
│   └── LC_MESSAGES
│   └── rpm.mo
├── ca
│   └── LC_MESSAGES
│   └── rpm.mo
├── cmn
│   └── LC_MESSAGES
│   └── rpm.mo
├── cs
│   └── LC_MESSAGES
│   └── rpm.mo
├── da
│   └── LC_MESSAGES
│   └── rpm.mo
├── de
│   └── LC_MESSAGES
│   └── rpm.mo
├── el
│   └── LC_MESSAGES
│   └── rpm.mo
├── eo
│   └── LC_MESSAGES
│   └── rpm.mo
├── es
│   └── LC_MESSAGES
│   └── rpm.mo
├── fi
│   └── LC_MESSAGES
│   └── rpm.mo
├── fr
│   └── LC_MESSAGES
│   └── rpm.mo
├── id
│   └── LC_MESSAGES
│   └── rpm.mo
├── is
│   └── LC_MESSAGES
│   └── rpm.mo
├── it
│   └── LC_MESSAGES
│   └── rpm.mo
├── ja
│   └── LC_MESSAGES
│   └── rpm.mo
├── ko
│   └── LC_MESSAGES
│   └── rpm.mo
├── ms
│   └── LC_MESSAGES
│   └── rpm.mo
├── nb
│   └── LC_MESSAGES
│   └── rpm.mo
├── nl
│   └── LC_MESSAGES
│   └── rpm.mo
├── pl
│   └── LC_MESSAGES
│   └── rpm.mo
├── pt
│   └── LC_MESSAGES
│   └── rpm.mo
├── pt_BR
│   └── LC_MESSAGES
│   └── rpm.mo
├── ru
│   └── LC_MESSAGES
│   └── rpm.mo
├── sk
│   └── LC_MESSAGES
│   └── rpm.mo
├── sl
│   └── LC_MESSAGES
│   └── rpm.mo
├── sr
│   └── LC_MESSAGES
│   └── rpm.mo
├── sr@latin
│   └── LC_MESSAGES
│   └── rpm.mo
├── sv
│   └── LC_MESSAGES
│   └── rpm.mo
├── te
│   └── LC_MESSAGES
│   └── rpm.mo
├── tr
│   └── LC_MESSAGES
│   └── rpm.mo
├── uk
│   └── LC_MESSAGES
│   └── rpm.mo
├── vi
│   └── LC_MESSAGES
│   └── rpm.mo
├── zh_CN
│   └── LC_MESSAGES
│   └── rpm.mo
└── zh_TW
└── LC_MESSAGES
└── rpm.mo
146 directories, 206 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment