Install single package from Rawhide

前端 未结 2 1298
野性不改
野性不改 2021-02-02 11:52

How can one install a single Rawhide package, without upgrading the entire operating system?

Example package

2条回答
  •  [愿得一人]
    2021-02-02 12:21

    This is the top search result for this inquiry. Key signing has changed for F27 on, so to pull a package from rawhide use the following:

    sudo dnf install fedora-repos-rawhide -y
    sudo dnf --disablerepo=* --enablerepo=rawhide --releasever=[next release #, e.g. if you're on 27 use 28] install [package name]
    

    You can also import the key manually from the Fedora website or force an unauthenticated upgrade to the newest fedora-repos.

提交回复
热议问题