Unable to install yum on cpanel server
Clash Royale CLAN TAG#URR8PPP
I recently signed up on godaddy and have a user account on cpanel
I can successfully use ssh to login to my server
this is my operating system details when i use uname -a
Linux a2plcpnl0360.prod.iad2.secureserver.net 2.6.32-531.29.2.lve1.3.11.10.el6.x
86_64 #1 SMP Fri Jun 12 15:09:02 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
I am not a centos specialist (more of a debian user)
I am trying to install some python packages (such as mysql) using yum
this is my command line
yum install MySQL-python
this is the error
-bash:yum command not found
I tried using which yum
but it returns nothing
Also I attempted to download the yum package manually and installed with rpm
but rpm isn't installed...
Some help will be appreciated..
linux centos yum cpanel
add a comment |
I recently signed up on godaddy and have a user account on cpanel
I can successfully use ssh to login to my server
this is my operating system details when i use uname -a
Linux a2plcpnl0360.prod.iad2.secureserver.net 2.6.32-531.29.2.lve1.3.11.10.el6.x
86_64 #1 SMP Fri Jun 12 15:09:02 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
I am not a centos specialist (more of a debian user)
I am trying to install some python packages (such as mysql) using yum
this is my command line
yum install MySQL-python
this is the error
-bash:yum command not found
I tried using which yum
but it returns nothing
Also I attempted to download the yum package manually and installed with rpm
but rpm isn't installed...
Some help will be appreciated..
linux centos yum cpanel
1
This was answered in a different forum: Installing software on a shared linux godaddy server.
– Thomas Dickey
Dec 20 '15 at 20:32
add a comment |
I recently signed up on godaddy and have a user account on cpanel
I can successfully use ssh to login to my server
this is my operating system details when i use uname -a
Linux a2plcpnl0360.prod.iad2.secureserver.net 2.6.32-531.29.2.lve1.3.11.10.el6.x
86_64 #1 SMP Fri Jun 12 15:09:02 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
I am not a centos specialist (more of a debian user)
I am trying to install some python packages (such as mysql) using yum
this is my command line
yum install MySQL-python
this is the error
-bash:yum command not found
I tried using which yum
but it returns nothing
Also I attempted to download the yum package manually and installed with rpm
but rpm isn't installed...
Some help will be appreciated..
linux centos yum cpanel
I recently signed up on godaddy and have a user account on cpanel
I can successfully use ssh to login to my server
this is my operating system details when i use uname -a
Linux a2plcpnl0360.prod.iad2.secureserver.net 2.6.32-531.29.2.lve1.3.11.10.el6.x
86_64 #1 SMP Fri Jun 12 15:09:02 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
I am not a centos specialist (more of a debian user)
I am trying to install some python packages (such as mysql) using yum
this is my command line
yum install MySQL-python
this is the error
-bash:yum command not found
I tried using which yum
but it returns nothing
Also I attempted to download the yum package manually and installed with rpm
but rpm isn't installed...
Some help will be appreciated..
linux centos yum cpanel
linux centos yum cpanel
asked Dec 20 '15 at 20:13
repzerorepzero
339311
339311
1
This was answered in a different forum: Installing software on a shared linux godaddy server.
– Thomas Dickey
Dec 20 '15 at 20:32
add a comment |
1
This was answered in a different forum: Installing software on a shared linux godaddy server.
– Thomas Dickey
Dec 20 '15 at 20:32
1
1
This was answered in a different forum: Installing software on a shared linux godaddy server.
– Thomas Dickey
Dec 20 '15 at 20:32
This was answered in a different forum: Installing software on a shared linux godaddy server.
– Thomas Dickey
Dec 20 '15 at 20:32
add a comment |
2 Answers
2
active
oldest
votes
I'm pulling in the serverfault answer given by nce, just to give this Q a proper answer.
It seems that you are not allowed to gain root (superuser/su) privilege. Otherwise you may have received another different password from godaddy, for (your) root account.
It is not uncommon for shared hosting solutions to permit you ssh/shell access, but deny you root privilege.
You could either directly download the software you want to install, and go on with the linux building process (configure && make && make install
). But I assume, without root, you will fail there too (depends on the software you want to install). And please read your TOS and stick to them. Installing software might be prohibited.
The best option would be to contact the support. Ask them, if they could install the software you need.
An upgrade of your hosting plan, to a dedicated/vps solution (with real root access) might be the last option.
add a comment |
That is completely accurate. You are unable to install anything via SSH, or anything outside Installitron on CPanel w/ GoDaddy due to the Shared hosting. They state that it takes too many resources and you need a VPS or Dedicated server to do anything at that level.
add a comment |
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
);
);
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%2f250586%2funable-to-install-yum-on-cpanel-server%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I'm pulling in the serverfault answer given by nce, just to give this Q a proper answer.
It seems that you are not allowed to gain root (superuser/su) privilege. Otherwise you may have received another different password from godaddy, for (your) root account.
It is not uncommon for shared hosting solutions to permit you ssh/shell access, but deny you root privilege.
You could either directly download the software you want to install, and go on with the linux building process (configure && make && make install
). But I assume, without root, you will fail there too (depends on the software you want to install). And please read your TOS and stick to them. Installing software might be prohibited.
The best option would be to contact the support. Ask them, if they could install the software you need.
An upgrade of your hosting plan, to a dedicated/vps solution (with real root access) might be the last option.
add a comment |
I'm pulling in the serverfault answer given by nce, just to give this Q a proper answer.
It seems that you are not allowed to gain root (superuser/su) privilege. Otherwise you may have received another different password from godaddy, for (your) root account.
It is not uncommon for shared hosting solutions to permit you ssh/shell access, but deny you root privilege.
You could either directly download the software you want to install, and go on with the linux building process (configure && make && make install
). But I assume, without root, you will fail there too (depends on the software you want to install). And please read your TOS and stick to them. Installing software might be prohibited.
The best option would be to contact the support. Ask them, if they could install the software you need.
An upgrade of your hosting plan, to a dedicated/vps solution (with real root access) might be the last option.
add a comment |
I'm pulling in the serverfault answer given by nce, just to give this Q a proper answer.
It seems that you are not allowed to gain root (superuser/su) privilege. Otherwise you may have received another different password from godaddy, for (your) root account.
It is not uncommon for shared hosting solutions to permit you ssh/shell access, but deny you root privilege.
You could either directly download the software you want to install, and go on with the linux building process (configure && make && make install
). But I assume, without root, you will fail there too (depends on the software you want to install). And please read your TOS and stick to them. Installing software might be prohibited.
The best option would be to contact the support. Ask them, if they could install the software you need.
An upgrade of your hosting plan, to a dedicated/vps solution (with real root access) might be the last option.
I'm pulling in the serverfault answer given by nce, just to give this Q a proper answer.
It seems that you are not allowed to gain root (superuser/su) privilege. Otherwise you may have received another different password from godaddy, for (your) root account.
It is not uncommon for shared hosting solutions to permit you ssh/shell access, but deny you root privilege.
You could either directly download the software you want to install, and go on with the linux building process (configure && make && make install
). But I assume, without root, you will fail there too (depends on the software you want to install). And please read your TOS and stick to them. Installing software might be prohibited.
The best option would be to contact the support. Ask them, if they could install the software you need.
An upgrade of your hosting plan, to a dedicated/vps solution (with real root access) might be the last option.
edited Apr 13 '17 at 12:13
community wiki
2 revs
Jeff Schaller
add a comment |
add a comment |
That is completely accurate. You are unable to install anything via SSH, or anything outside Installitron on CPanel w/ GoDaddy due to the Shared hosting. They state that it takes too many resources and you need a VPS or Dedicated server to do anything at that level.
add a comment |
That is completely accurate. You are unable to install anything via SSH, or anything outside Installitron on CPanel w/ GoDaddy due to the Shared hosting. They state that it takes too many resources and you need a VPS or Dedicated server to do anything at that level.
add a comment |
That is completely accurate. You are unable to install anything via SSH, or anything outside Installitron on CPanel w/ GoDaddy due to the Shared hosting. They state that it takes too many resources and you need a VPS or Dedicated server to do anything at that level.
That is completely accurate. You are unable to install anything via SSH, or anything outside Installitron on CPanel w/ GoDaddy due to the Shared hosting. They state that it takes too many resources and you need a VPS or Dedicated server to do anything at that level.
answered Dec 3 '16 at 19:32
Josh RitcheyJosh Ritchey
1
1
add a comment |
add a comment |
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%2f250586%2funable-to-install-yum-on-cpanel-server%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
1
This was answered in a different forum: Installing software on a shared linux godaddy server.
– Thomas Dickey
Dec 20 '15 at 20:32