https://github.com/wandapeter/rpm-copr
⏳ rpm-copr | rpm-copr is a Command Line Interface that ports the COPR dnf command to immutable (OSTree) images.
https://github.com/wandapeter/rpm-copr
cobra copr dnf fedora go kionite rpm-ostree rpm-packages silverblue
Last synced: 16 days ago
JSON representation
⏳ rpm-copr | rpm-copr is a Command Line Interface that ports the COPR dnf command to immutable (OSTree) images.
- Host: GitHub
- URL: https://github.com/wandapeter/rpm-copr
- Owner: wandapeter
- License: mit
- Created: 2023-11-20T20:58:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-21T22:28:37.000Z (over 1 year ago)
- Last Synced: 2025-04-13T08:12:53.090Z (16 days ago)
- Topics: cobra, copr, dnf, fedora, go, kionite, rpm-ostree, rpm-packages, silverblue
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# ⏳ rpm-copr
rpm-copr is a Command Line Interface that ports the COPR dnf command to immutable (OSTree) images. This makes it possible for Fedora Silverblue and Fedora Kyonite users to use COPR repositories in a safe and intuitive way.
## Install
```bash
curl -L https://github.com/34N0/rpm-copr/releases/download/v0.9-beta/rpm-copr-v0.9-beta-linux-amd64.tar.gz | sudo tar zx -C /usr/local/bin
```## Usage
```
Usage:
rpm-copr [command]Available Commands:
completion Generate the autocompletion script for the specified shell
disable Disable the copr repository
enable Enable the copr repository
help Help about any command
list List local copr repositories
remove Remove the copr repositoryFlags:
-h, --help help for rpm-copr
-v, --version version for rpm-copr
```## Contributing
Feel free to open issues or pull requests for improvements, bug fixes, or new features. We welcome your contributions!