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;
}
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
New contributor
add a comment |
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
New contributor
What does the output ofecho $PATH
andfind / -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
andfind / -name rpm -print
gives a long list of paths with "permission denied"
– J'Zargo
5 mins ago
add a comment |
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
New contributor
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
rhel yum rpm
New contributor
New contributor
edited 32 mins ago
J'Zargo
New contributor
asked 44 mins ago
J'ZargoJ'Zargo
11
11
New contributor
New contributor
What does the output ofecho $PATH
andfind / -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
andfind / -name rpm -print
gives a long list of paths with "permission denied"
– J'Zargo
5 mins ago
add a comment |
What does the output ofecho $PATH
andfind / -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
andfind / -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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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.
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
What does the output of
echo $PATH
andfind / -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