Comments on: How to Download RPM Without Installing on RHEL 8 / CentOS 8 https://www.linuxtechi.com/download-rpm-without-installing-rhel-centos/ Sun, 09 Apr 2023 19:45:57 +0000 hourly 1 By: antonio https://www.linuxtechi.com/download-rpm-without-installing-rhel-centos/#comment-51576 Sun, 09 Apr 2023 19:45:57 +0000 http://www.linuxtechi.com/?p=4581#comment-51576 In reply to Mukesh Kumar.

you must edit your repository to have just “rhel-7-server-optional-rpms” available, then you make and update/upgrade with redirection to a file and use download of yum command to parse that file.

]]>
By: Marco https://www.linuxtechi.com/download-rpm-without-installing-rhel-centos/#comment-46927 Mon, 19 Dec 2022 16:50:13 +0000 http://www.linuxtechi.com/?p=4581#comment-46927 It’s possible to download an entire repository?

]]>
By: kundan.kaushik https://www.linuxtechi.com/download-rpm-without-installing-rhel-centos/#comment-22882 Wed, 17 Mar 2021 10:38:44 +0000 http://www.linuxtechi.com/?p=4581#comment-22882 wow it’s help alot,thanku so much

]]>
By: Pradeep Kumar https://www.linuxtechi.com/download-rpm-without-installing-rhel-centos/#comment-22309 Tue, 10 Nov 2020 02:21:42 +0000 http://www.linuxtechi.com/?p=4581#comment-22309 In reply to Akshay.

Hi Akshay,

Did you download ntp package along with its dependencies, if not then download those dependencies too. Example is shown below :
# yumdownloader ntp –destdir /opt/downloaded_rpms –resolve

]]>
By: Akshay https://www.linuxtechi.com/download-rpm-without-installing-rhel-centos/#comment-22302 Mon, 09 Nov 2020 13:10:57 +0000 http://www.linuxtechi.com/?p=4581#comment-22302 how to download ntp using rpm, I tried above and download all the packages. still its failed due to
:- “error: Failed dependencies:libcrypto.so.10(OPENSSL_1.0.2)(64bit)” Can anyone help me in this.

]]>
By: Mukesh Kumar https://www.linuxtechi.com/download-rpm-without-installing-rhel-centos/#comment-11348 Wed, 19 Jun 2019 07:59:37 +0000 http://www.linuxtechi.com/?p=4581#comment-11348 How to download all rpms of “rhel-7-server-optional-rpms” repository on our server which we can use offline?

]]>
By: Sagar Patil https://www.linuxtechi.com/download-rpm-without-installing-rhel-centos/#comment-6064 Thu, 04 Oct 2018 07:44:00 +0000 http://www.linuxtechi.com/?p=4581#comment-6064 This artical is easy to understand and very helpful to us.
Thanks!

]]>
By: Pradeep Kumar https://www.linuxtechi.com/download-rpm-without-installing-rhel-centos/#comment-549 Thu, 13 Oct 2016 03:33:39 +0000 http://www.linuxtechi.com/?p=4581#comment-549 In reply to Rameshbabu.M.

Hi ,

you can use the rpm command to install samba packages. Go to the directory where you have downloaded the samba rpms and run the command :

# rpm -ivh *.rpm

OR You can also use yum command to install rpm

#yum localinstall “*.rpm”

]]>
By: Rameshbabu.M https://www.linuxtechi.com/download-rpm-without-installing-rhel-centos/#comment-548 Wed, 12 Oct 2016 04:00:07 +0000 http://www.linuxtechi.com/?p=4581#comment-548 That all okey.Now we have samba.rpm and it’s dependencies.how do we install all dependency at a time.

]]>