Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 15, 2020 16:22
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/e2f2b82d3cd826a1b26f99f88b29fec2 to your computer and use it in GitHub Desktop.
Save r-ryantm/e2f2b82d3cd826a1b26f99f88b29fec2 to your computer and use it in GitHub Desktop.
/nix/store/f9gljxxccc5phbpppmj4csfgy6f9292y-rpm-ostree-2020.8
├── 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