Install, Upgrade, Remove and Query Packages using rpm command.
@UnknownSend3r4 жыл бұрын
Hi there bro, I'm new to Linux and wanted to know if I wanted to add a repo with yum where can I get the website address of the repo ? Like, is there a website that links to all the other repos ?
@mohitjangir4 жыл бұрын
redhat decides where to copy files in which particular loc diff way to manage rpm redhat way of managing package management, way of packaging software, the name or extension of redhat soft is rpm
@TechArkit4 жыл бұрын
That's correct
@shuvojitroy80324 жыл бұрын
mount iso file is the same file which download for centos/redhat 8 iso file?or different iso have to download for mount
@TechArkit4 жыл бұрын
Same file which you have used to install the OS.
@chetanghadge30752 жыл бұрын
thanks sir. Nice explanation🙌🙌🙌.
@TechArkit Жыл бұрын
Keep watching
@ashishgupta37882 жыл бұрын
Sir, Is it possible to download packages in Centos 7 from Rhel 8 yum repo via ftp? please advise
@TechArkit2 жыл бұрын
Yes possible.
@ashishgupta37882 жыл бұрын
@@TechArkit can u please advise us ?
@shrikantrathod6750 Жыл бұрын
How to install rpm packages via folder
@TechArkit Жыл бұрын
rpm -ivh /folder/*.rpm
@UnknownSend3r4 жыл бұрын
Hey bro, great tutorial, I wanted to know where can I find repos to add ?
@TechArkit4 жыл бұрын
One is EPEL repository and another is Local repository using DVD media.
@UnknownSend3r4 жыл бұрын
I'm having difficulties with installing EPEL, shouldn't the command be: yum-config-install --add-repo Any reason why that doesn't work ? Could this be because I'm using Ubuntu and not redhat ? Thanks in advance.
@Ian-tg3vm4 жыл бұрын
Make a detailed video on yum . Why we need yum n repo all
@TechArkit4 жыл бұрын
It's already there
@abhishekgp36555 жыл бұрын
Very much useful video's
@TechArkit5 жыл бұрын
Thank you.
@sudharsanyessian82104 жыл бұрын
What is the difference between rpm and yum repository
@TechArkit4 жыл бұрын
in simple term. RPM - is used to install single packages without any dependencies YUM- is used to install package with its dependencies.