Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created July 31, 2020 08:47
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/7753bb4c2cb9aa93b794e31c2798f351 to your computer and use it in GitHub Desktop.
Save r-ryantm/7753bb4c2cb9aa93b794e31c2798f351 to your computer and use it in GitHub Desktop.
/nix/store/25cbnysgjr1f7wycxlp8388nis3psh51-rpm-ostree-2020.4
├── bin
│   └── rpm-ostree
├── etc
│   └── rpm-ostreed.conf
├── lib
│   ├── girepository-1.0
│   │   └── RpmOstree-1.0.typelib
│   ├── librpmostree-1.la
│   ├── librpmostree-1.so -> librpmostree-1.so.1.0.0
│   ├── librpmostree-1.so.1 -> librpmostree-1.so.1.0.0
│   ├── librpmostree-1.so.1.0.0
│   ├── rpm-ostree
│   │   ├── libdnf.so.2
│   │   └── rpm-ostree-0-integration.conf
│   └── systemd
│   └── system
│   ├── rpm-ostree-bootstatus.service
│   ├── rpm-ostreed-automatic.service
│   ├── rpm-ostreed-automatic.timer
│   └── rpm-ostreed.service
├── libexec
│   └── rpm-ostreed
└── share
├── bash-completion
│   └── completions
│   └── rpm-ostree
├── dbus-1
│   ├── interfaces
│   │   └── org.projectatomic.rpmostree1.xml
│   ├── system.d
│   │   └── org.projectatomic.rpmostree1.conf
│   └── system-services
│   └── org.projectatomic.rpmostree1.service
└── polkit-1
└── actions
└── org.projectatomic.rpmostree1.policy
17 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment