Skip to main content
Bumped by Community user
Bumped by Community user
edited tags
Link
Sajuuk
  • 481
  • 1
  • 7
  • 20
Source Link
Sajuuk
  • 481
  • 1
  • 7
  • 20

How to use yumdownloader to download specific version of a source rpm?

by using folloing command:

yumdownloader --source 'package-name-without-version'

It will only download the newest source rpm of said software.

how do I download specified version of source rpm using yumdownloader?