Can I force dnf to install an old version of a package?

0x0584

I want to install an older version of package <x>, and when I use dnf it only shows the current version of the package <x>.

Is there any way to install an older versions using dnf ?

Dani_l

You can install using a specific name-version as described in the man page:

dnf install tito-0.5.6-1.fc22

Install package with specific version. If the package is already installed it will automatically try to downgrade or upgrade to specific version.

To view all versions of a package in your enabled repositories, use:

dnf --showduplicates list <package>

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

How do I force Maven to use maven-install-plugin version 2.5?

来自分类Dev

How can i install twilio package via pip?

来自分类Dev

How can I archive old git tags?

来自分类Dev

Fedora Core 24上的“ dnf install vidalia”?

来自分类Dev

Maven dependency with old version

来自分类Dev

Can I Update Meteor Underscore package?

来自分类Dev

Can I add a wildcard dependency to a deb package?

来自分类Dev

How can I force SSH to give an RSA key instead of ECDSA?

来自分类Dev

Is there any simple printer I can install on WINE?

来自分类Dev

How to install specific gdb (or other) package version using apt-cyg in Cygwin?

来自分类Dev

ACTION_INSTALL_PACKAGE

来自分类Dev

Git keeps mentioning my old username even if I can't find a trace of it

来自分类Dev

how can i solve ldconfig create link with version number

来自分类Dev

在yowsup上修复old_version

来自分类Dev

dnf极慢

来自分类Dev

Unable to install cachem package for R

来自分类Dev

Install local dist package into virtualenv

来自分类Dev

Is there any way to install a transient package?

来自分类Dev

i686和x86_64之间的dnf错误冲突软件包

来自分类Dev

How can I force Windows Server 2008 R2 to use a specific intermediate certificate over TLS for RDP?

来自分类Dev

In a Visual Studio package, can I simulate (DTE) GetService(typeof (DTE)) for tests?

来自分类Dev

How can I find out what version is passed to setup in setup.py?

来自分类Dev

How can I create a template version of this method that is used when template parameter is std::vector

来自分类Dev

“ npm install [package]”不会更新package.json

来自分类Dev

Install only one package from package.json?

来自分类Dev

How can I install a Node.js module under $HOME/bin

来自分类Dev

Can someone explain how I got a Windows EFI error message without trying to install Windows?

来自分类Dev

Can someone explain how I got a Windows EFI error message without trying to install Windows?

来自分类Dev

package.json与“ npm install%s -g”

Related 相关文章

  1. 1

    How do I force Maven to use maven-install-plugin version 2.5?

  2. 2

    How can i install twilio package via pip?

  3. 3

    How can I archive old git tags?

  4. 4

    Fedora Core 24上的“ dnf install vidalia”?

  5. 5

    Maven dependency with old version

  6. 6

    Can I Update Meteor Underscore package?

  7. 7

    Can I add a wildcard dependency to a deb package?

  8. 8

    How can I force SSH to give an RSA key instead of ECDSA?

  9. 9

    Is there any simple printer I can install on WINE?

  10. 10

    How to install specific gdb (or other) package version using apt-cyg in Cygwin?

  11. 11

    ACTION_INSTALL_PACKAGE

  12. 12

    Git keeps mentioning my old username even if I can't find a trace of it

  13. 13

    how can i solve ldconfig create link with version number

  14. 14

    在yowsup上修复old_version

  15. 15

    dnf极慢

  16. 16

    Unable to install cachem package for R

  17. 17

    Install local dist package into virtualenv

  18. 18

    Is there any way to install a transient package?

  19. 19

    i686和x86_64之间的dnf错误冲突软件包

  20. 20

    How can I force Windows Server 2008 R2 to use a specific intermediate certificate over TLS for RDP?

  21. 21

    In a Visual Studio package, can I simulate (DTE) GetService(typeof (DTE)) for tests?

  22. 22

    How can I find out what version is passed to setup in setup.py?

  23. 23

    How can I create a template version of this method that is used when template parameter is std::vector

  24. 24

    “ npm install [package]”不会更新package.json

  25. 25

    Install only one package from package.json?

  26. 26

    How can I install a Node.js module under $HOME/bin

  27. 27

    Can someone explain how I got a Windows EFI error message without trying to install Windows?

  28. 28

    Can someone explain how I got a Windows EFI error message without trying to install Windows?

  29. 29

    package.json与“ npm install%s -g”

热门标签

归档