equivalence of apt-get source vim in rpm camp?
by centguy from LinuxQuestions.org on (#5C787)
Recently I learned apt-get source vim; apt-get build-dep vim (just an example).
The equivalence of apt-get build-dep vim in CentOS is
yum-builddep vim
but I cannot find the equivalence of apt-get source vim.
The closest i get is
yumdownloader vim
but after
Quote:
i still not see the source files but the precompiled binary, which is not what
I want.


The equivalence of apt-get build-dep vim in CentOS is
yum-builddep vim
but I cannot find the equivalence of apt-get source vim.
The closest i get is
yumdownloader vim
but after
Quote:
rpm2cpio ./vim-enhanced-7.4.629-8.el7_9.x86_64.rpm | cpio -idmv |
I want.