Thanks a lot friend. I am searching over internet from long time nothing works. You are awesome 😍
@TomAllnatt Жыл бұрын
Yum and DNF executes the same command in RHEL 8. Both are symlinked to a file called dnf-3. This is why the output is the same. Why are copying everything to the HD when it is already available from the mounted ISO? Instead of pointing the yum config to the directory you copied the files too just save precious time by pointing it to your iso mount point. Using home isn't the Linux standard for location to hold these types of files. It's like installing applications in the C:\Users folder in Windows. You can but the filesystem hierarchy tree isn't meant for those kinds of files to be placed there.
@stalinengoma76802 жыл бұрын
Nice video
@nishandhananjaya24734 жыл бұрын
Thanks a lot Subscribed, expecting new videos
@razforever2 жыл бұрын
Hi Rimaan, Thanks for the video ... Do you have Text version of your above procedure ?
@juikchangteng96563 жыл бұрын
Thanks a lot my friend ..
@Me-em4bs3 жыл бұрын
I did copy everything over cp -ivr /mnt/BaseOS/* /home/BaseOS/ cp -ivr /mnt/AppStream/* /home/AppStream/ umount /mnt
@dinform9992 жыл бұрын
You mean to say Using this method we'll be able to install packages without internet.. Offline..???? Plz reply.. In my case it's not working..
@kimpoy03103 жыл бұрын
Thank you!
@johnny-mnemonic134 жыл бұрын
Thanks!
@Me-em4bs3 жыл бұрын
I created a separate repo file for BaseOS and AppStream: [AppStream] name=AppStream baseurl=file:///home/AppStream enabled=1 gpgcheck=0 #gpgkey=file:///mnt/RPM-GPG-KEY-redhat-release [BaseOS] name=BaseOS baseurl=file:///home/BaseOS/ enabled=1 gpgcheck=0 #gpgkey=file:///mnt/RPM-GPG-KEY-redhat-release I've tried it with gpgkey but that didn't work either.
@mouradbenahmeddaho3562 жыл бұрын
if you have the key, GPGCHECK value should be equal 1 | else equals 0 So, in your exemple, set both gpgcheck to 1 (gpgcheck=1)
@Me-em4bs3 жыл бұрын
yum repolist Updating Subscription Management repositories. Unable to read consumer identity This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. repo id repo name AppStream AppStream BaseOS BaseOS