We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Due to Fedora Remix is a Remix the dnf copr enable messes up with the distribution name so we must specify it.
Instead of running like this:
sudo dnf copr enable copr_username/copr_projectname
Type this:
(source /etc/os-release && sudo dnf copr enable copr_username/copr_projectname ${ID_LIKE}-${VERSION_ID}-$(uname -m))
For example:
(source /etc/os-release && sudo dnf copr enable wslutilities/wslu ${ID_LIKE}-${VERSION_ID}-$(uname -m))