Open Plyply99 opened 3 weeks ago
Typing copr in terminal no longer works.
copr
Expected to be able to work with copr repos.
rpm-ostree status
ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-gnome:unstable Digest: sha256:ec532730eef6b7fda3c4808db1e461cb3bf51a6ecc4c84af4ec338fec5bcaad8 Version: unstable-41.20241101.1 (2024-11-02T00:28:31Z)
No response
The copr command is a script that references dnf #!/bin/bash exec dnf copr "$@"
dnf
#!/bin/bash exec dnf copr "$@"
Bazzite 41 uses dnf5
dnf5
Describe the bug
Typing
copr
in terminal no longer works.What did you expect to happen?
Expected to be able to work with copr repos.
Output of
rpm-ostree status
ostree-image-signed:docker://ghcr.io/ublue-os/bazzite-gnome:unstable Digest: sha256:ec532730eef6b7fda3c4808db1e461cb3bf51a6ecc4c84af4ec338fec5bcaad8 Version: unstable-41.20241101.1 (2024-11-02T00:28:31Z)
Hardware
No response
Extra information or context
The
copr
command is a script that referencesdnf
#!/bin/bash exec dnf copr "$@"
Bazzite 41 uses
dnf5