Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 7, 2020 03:59
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 ryantm/90f17e7cd4269d2eb787ed6c58014063 to your computer and use it in GitHub Desktop.
Save ryantm/90f17e7cd4269d2eb787ed6c58014063 to your computer and use it in GitHub Desktop.
/nix/store/9r8drzkmx82hpmg0ikmii9wvw64bak5p-opkg-0.4.2
├── bin
│   ├── opkg
│   ├── opkg-check-config
│   └── opkg-key
├── lib
│   ├── libopkg.la
│   ├── libopkg.so -> libopkg.so.1.0.0
│   ├── libopkg.so.1 -> libopkg.so.1.0.0
│   ├── libopkg.so.1.0.0
│   └── pkgconfig
│   └── libopkg.pc
└── share
├── man
│   ├── man1
│   │   ├── opkg.1.gz
│   │   └── opkg-key.1.gz
│   └── man5
│   └── opkg.conf.5.gz
└── opkg
└── intercept
├── depmod
├── ldconfig
└── update-modules
9 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment