How can I run rpm and yum on RHEL?64bit rpm can not resolve 32bit dependenciesWhere do installed RPMs go?How...

Will change of address affect direct deposit?

How does Howard Stark know this?

Guns in space with bullets that return?

How old is Captain America at the end of "Avengers: Endgame"?

We are two immediate neighbors who forged our own powers to form concatenated relationship. Who are we?

What are the ramifications of setting ARITHABORT ON for all connections in SQL Server?

Pre-1993 comic in which Wolverine's claws were turned to rubber?

Was there a contingency plan in place if Little Boy failed to detonate?

51% attack - apparently very easy? refering to CZ's "rollback btc chain" - How to make sure such corruptible scenario can never happen so easily?

Is there enough time to Planar Bind a creature conjured by a 1-hour-duration spell?

Delta TSA-Precheck status removed

Was the Highlands Ranch shooting the 115th mass shooting in the US in 2019

Unit Test - Testing API Methods

What does it mean with the ask price is below the last price?

Why was this sacrifice sufficient?

What are some possible reasons that a father's name is missing from a birth certificate - England?

Was this a power play by Daenerys?

Is it a bad idea to replace pull-up resistors with hard pull-ups?

Are there variations of the regular runtimes of the Big-O-Notation?

Is it a Munchausen Number?

Set a camera to free fall like a Rigid Body?

Can I use my laptop, which says 240V, in the USA?

"Fīliolō me auctum scito, salva Terentia"; what is "me" role in this phrase?

Ubuntu won't let me edit or delete .vimrc file



How can I run rpm and yum on RHEL?


64bit rpm can not resolve 32bit dependenciesWhere do installed RPMs go?How do I create an RPM package that would fail a YUM transaction if certain creteria are metHow can I resolve “duplicates” in yum?Is there a way to use epel and local yum togetheryum/rpm inconsistenciesyum + how to know to which site yum download the packages?How to install X desktop on a custom Linux distribution without X in the official yum repo?Red Hat Enterprise Linux 6.9 - Cannot Find or Install RPM Python Bindings?How to easily convert Debian script to RPM script?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I'm trying to do some debugging on my remote server via SSH. I need to install a few packages before I begin. The provider I'm using has Red Hat Linux on their servers.



The problem I'm having is that I can't install packages at all. When I try to run yum, I get the following message:




yum: command not found.




I tried to resolve this by using wget to get the yum rpm. I attempted to to install the yum rpm, but this didn't work either. When I used rpm in bash, I got:




rpm: command not found




I'm not sure how to proceed. I've never run into a problem like this before. I'd welcome any help.










share|improve this question









New contributor



J'Zargo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • What does the output of echo $PATH and find / -name rpm -print give you?

    – chicks
    24 mins ago











  • Is the system managed by cpanel?

    – Jeff Schaller
    15 mins ago











  • Yes the system is managed by cpanel. echo $PATH gives: >/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin:/opt/cpanel/composer/bin:/home/[domain]/.local/bin:/home/[domain]/bin

    – J'Zargo
    6 mins ago











  • and find / -name rpm -print gives a long list of paths with "permission denied"

    – J'Zargo
    5 mins ago


















0















I'm trying to do some debugging on my remote server via SSH. I need to install a few packages before I begin. The provider I'm using has Red Hat Linux on their servers.



The problem I'm having is that I can't install packages at all. When I try to run yum, I get the following message:




yum: command not found.




I tried to resolve this by using wget to get the yum rpm. I attempted to to install the yum rpm, but this didn't work either. When I used rpm in bash, I got:




rpm: command not found




I'm not sure how to proceed. I've never run into a problem like this before. I'd welcome any help.










share|improve this question









New contributor



J'Zargo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • What does the output of echo $PATH and find / -name rpm -print give you?

    – chicks
    24 mins ago











  • Is the system managed by cpanel?

    – Jeff Schaller
    15 mins ago











  • Yes the system is managed by cpanel. echo $PATH gives: >/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin:/opt/cpanel/composer/bin:/home/[domain]/.local/bin:/home/[domain]/bin

    – J'Zargo
    6 mins ago











  • and find / -name rpm -print gives a long list of paths with "permission denied"

    – J'Zargo
    5 mins ago














0












0








0








I'm trying to do some debugging on my remote server via SSH. I need to install a few packages before I begin. The provider I'm using has Red Hat Linux on their servers.



The problem I'm having is that I can't install packages at all. When I try to run yum, I get the following message:




yum: command not found.




I tried to resolve this by using wget to get the yum rpm. I attempted to to install the yum rpm, but this didn't work either. When I used rpm in bash, I got:




rpm: command not found




I'm not sure how to proceed. I've never run into a problem like this before. I'd welcome any help.










share|improve this question









New contributor



J'Zargo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I'm trying to do some debugging on my remote server via SSH. I need to install a few packages before I begin. The provider I'm using has Red Hat Linux on their servers.



The problem I'm having is that I can't install packages at all. When I try to run yum, I get the following message:




yum: command not found.




I tried to resolve this by using wget to get the yum rpm. I attempted to to install the yum rpm, but this didn't work either. When I used rpm in bash, I got:




rpm: command not found




I'm not sure how to proceed. I've never run into a problem like this before. I'd welcome any help.







rhel yum rpm






share|improve this question









New contributor



J'Zargo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










share|improve this question









New contributor



J'Zargo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








share|improve this question




share|improve this question








edited 32 mins ago







J'Zargo













New contributor



J'Zargo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








asked 44 mins ago









J'ZargoJ'Zargo

11




11




New contributor



J'Zargo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




New contributor




J'Zargo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • What does the output of echo $PATH and find / -name rpm -print give you?

    – chicks
    24 mins ago











  • Is the system managed by cpanel?

    – Jeff Schaller
    15 mins ago











  • Yes the system is managed by cpanel. echo $PATH gives: >/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin:/opt/cpanel/composer/bin:/home/[domain]/.local/bin:/home/[domain]/bin

    – J'Zargo
    6 mins ago











  • and find / -name rpm -print gives a long list of paths with "permission denied"

    – J'Zargo
    5 mins ago



















  • What does the output of echo $PATH and find / -name rpm -print give you?

    – chicks
    24 mins ago











  • Is the system managed by cpanel?

    – Jeff Schaller
    15 mins ago











  • Yes the system is managed by cpanel. echo $PATH gives: >/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin:/opt/cpanel/composer/bin:/home/[domain]/.local/bin:/home/[domain]/bin

    – J'Zargo
    6 mins ago











  • and find / -name rpm -print gives a long list of paths with "permission denied"

    – J'Zargo
    5 mins ago

















What does the output of echo $PATH and find / -name rpm -print give you?

– chicks
24 mins ago





What does the output of echo $PATH and find / -name rpm -print give you?

– chicks
24 mins ago













Is the system managed by cpanel?

– Jeff Schaller
15 mins ago





Is the system managed by cpanel?

– Jeff Schaller
15 mins ago













Yes the system is managed by cpanel. echo $PATH gives: >/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin:/opt/cpanel/composer/bin:/home/[domain]/.local/bin:/home/[domain]/bin

– J'Zargo
6 mins ago





Yes the system is managed by cpanel. echo $PATH gives: >/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin:/opt/cpanel/composer/bin:/home/[domain]/.local/bin:/home/[domain]/bin

– J'Zargo
6 mins ago













and find / -name rpm -print gives a long list of paths with "permission denied"

– J'Zargo
5 mins ago





and find / -name rpm -print gives a long list of paths with "permission denied"

– J'Zargo
5 mins ago










0






active

oldest

votes












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






J'Zargo is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f518353%2fhow-can-i-run-rpm-and-yum-on-rhel%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








J'Zargo is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















J'Zargo is a new contributor. Be nice, and check out our Code of Conduct.













J'Zargo is a new contributor. Be nice, and check out our Code of Conduct.












J'Zargo is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f518353%2fhow-can-i-run-rpm-and-yum-on-rhel%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...