How to install the wget package on AIX server 7.1 without having a local repository?
up vote
2
down vote
favorite
I have remote access to my AIX 7.1 server. It has no local repository.
It has internet access but I cannot use wget
command in this machine as the wget
package is not installed. I downloaded a tar file from the internet and transferred it to this AIX machine. But while doing ./configure
, it asks for a gcc compiler, which is also not installed.
I tried to install by downloading the rpm package as well, but since wget
has many dependencies, I cannot install through rpm package.
Is there any way that I can install this wget
package by automatically downloading the required dependencies from the internet?
software-installation wget aix
|
show 1 more comment
up vote
2
down vote
favorite
I have remote access to my AIX 7.1 server. It has no local repository.
It has internet access but I cannot use wget
command in this machine as the wget
package is not installed. I downloaded a tar file from the internet and transferred it to this AIX machine. But while doing ./configure
, it asks for a gcc compiler, which is also not installed.
I tried to install by downloading the rpm package as well, but since wget
has many dependencies, I cannot install through rpm package.
Is there any way that I can install this wget
package by automatically downloading the required dependencies from the internet?
software-installation wget aix
1
Have you used this repository? perzl.org/aix
– Rui F Ribeiro
May 4 '17 at 10:34
i haven't used that repository. can you please explain me a little more about this? can i download and install packages via shell itself? like in this case i want to install wget. how can i do that?
– sagar limbu
May 4 '17 at 15:44
1
They are repositories of open source binaries for AIX (already compiled). Unfortunately I have not used AIX for almost 2 decades now, and cant give you a hand on the specifics.
– Rui F Ribeiro
May 4 '17 at 15:47
1
www-03.ibm.com/systems/power/software/aix/linux should work
– Jeff Schaller
May 5 '17 at 16:34
1
Just for completeness, the easiest thing to also obtain all required packages would be from Bull Freeware, they enable you to easily obtain a .zip archive with all the required packages. Check e.g. bullfreeware.com/affichage.php?id=3503 for their latest wget package, you can see all the dependencies in the lower left and you can download them all together. They are also usually more current compared to the packages from the IBM linux toolbox. But you can not directly use that as an actual "repository" to directly download via shell.
– doktor5000
May 17 '17 at 19:19
|
show 1 more comment
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I have remote access to my AIX 7.1 server. It has no local repository.
It has internet access but I cannot use wget
command in this machine as the wget
package is not installed. I downloaded a tar file from the internet and transferred it to this AIX machine. But while doing ./configure
, it asks for a gcc compiler, which is also not installed.
I tried to install by downloading the rpm package as well, but since wget
has many dependencies, I cannot install through rpm package.
Is there any way that I can install this wget
package by automatically downloading the required dependencies from the internet?
software-installation wget aix
I have remote access to my AIX 7.1 server. It has no local repository.
It has internet access but I cannot use wget
command in this machine as the wget
package is not installed. I downloaded a tar file from the internet and transferred it to this AIX machine. But while doing ./configure
, it asks for a gcc compiler, which is also not installed.
I tried to install by downloading the rpm package as well, but since wget
has many dependencies, I cannot install through rpm package.
Is there any way that I can install this wget
package by automatically downloading the required dependencies from the internet?
software-installation wget aix
software-installation wget aix
edited Dec 3 at 20:08
Jeff Schaller
37.9k1053123
37.9k1053123
asked May 4 '17 at 7:42
sagar limbu
1115
1115
1
Have you used this repository? perzl.org/aix
– Rui F Ribeiro
May 4 '17 at 10:34
i haven't used that repository. can you please explain me a little more about this? can i download and install packages via shell itself? like in this case i want to install wget. how can i do that?
– sagar limbu
May 4 '17 at 15:44
1
They are repositories of open source binaries for AIX (already compiled). Unfortunately I have not used AIX for almost 2 decades now, and cant give you a hand on the specifics.
– Rui F Ribeiro
May 4 '17 at 15:47
1
www-03.ibm.com/systems/power/software/aix/linux should work
– Jeff Schaller
May 5 '17 at 16:34
1
Just for completeness, the easiest thing to also obtain all required packages would be from Bull Freeware, they enable you to easily obtain a .zip archive with all the required packages. Check e.g. bullfreeware.com/affichage.php?id=3503 for their latest wget package, you can see all the dependencies in the lower left and you can download them all together. They are also usually more current compared to the packages from the IBM linux toolbox. But you can not directly use that as an actual "repository" to directly download via shell.
– doktor5000
May 17 '17 at 19:19
|
show 1 more comment
1
Have you used this repository? perzl.org/aix
– Rui F Ribeiro
May 4 '17 at 10:34
i haven't used that repository. can you please explain me a little more about this? can i download and install packages via shell itself? like in this case i want to install wget. how can i do that?
– sagar limbu
May 4 '17 at 15:44
1
They are repositories of open source binaries for AIX (already compiled). Unfortunately I have not used AIX for almost 2 decades now, and cant give you a hand on the specifics.
– Rui F Ribeiro
May 4 '17 at 15:47
1
www-03.ibm.com/systems/power/software/aix/linux should work
– Jeff Schaller
May 5 '17 at 16:34
1
Just for completeness, the easiest thing to also obtain all required packages would be from Bull Freeware, they enable you to easily obtain a .zip archive with all the required packages. Check e.g. bullfreeware.com/affichage.php?id=3503 for their latest wget package, you can see all the dependencies in the lower left and you can download them all together. They are also usually more current compared to the packages from the IBM linux toolbox. But you can not directly use that as an actual "repository" to directly download via shell.
– doktor5000
May 17 '17 at 19:19
1
1
Have you used this repository? perzl.org/aix
– Rui F Ribeiro
May 4 '17 at 10:34
Have you used this repository? perzl.org/aix
– Rui F Ribeiro
May 4 '17 at 10:34
i haven't used that repository. can you please explain me a little more about this? can i download and install packages via shell itself? like in this case i want to install wget. how can i do that?
– sagar limbu
May 4 '17 at 15:44
i haven't used that repository. can you please explain me a little more about this? can i download and install packages via shell itself? like in this case i want to install wget. how can i do that?
– sagar limbu
May 4 '17 at 15:44
1
1
They are repositories of open source binaries for AIX (already compiled). Unfortunately I have not used AIX for almost 2 decades now, and cant give you a hand on the specifics.
– Rui F Ribeiro
May 4 '17 at 15:47
They are repositories of open source binaries for AIX (already compiled). Unfortunately I have not used AIX for almost 2 decades now, and cant give you a hand on the specifics.
– Rui F Ribeiro
May 4 '17 at 15:47
1
1
www-03.ibm.com/systems/power/software/aix/linux should work
– Jeff Schaller
May 5 '17 at 16:34
www-03.ibm.com/systems/power/software/aix/linux should work
– Jeff Schaller
May 5 '17 at 16:34
1
1
Just for completeness, the easiest thing to also obtain all required packages would be from Bull Freeware, they enable you to easily obtain a .zip archive with all the required packages. Check e.g. bullfreeware.com/affichage.php?id=3503 for their latest wget package, you can see all the dependencies in the lower left and you can download them all together. They are also usually more current compared to the packages from the IBM linux toolbox. But you can not directly use that as an actual "repository" to directly download via shell.
– doktor5000
May 17 '17 at 19:19
Just for completeness, the easiest thing to also obtain all required packages would be from Bull Freeware, they enable you to easily obtain a .zip archive with all the required packages. Check e.g. bullfreeware.com/affichage.php?id=3503 for their latest wget package, you can see all the dependencies in the lower left and you can download them all together. They are also usually more current compared to the packages from the IBM linux toolbox. But you can not directly use that as an actual "repository" to directly download via shell.
– doktor5000
May 17 '17 at 19:19
|
show 1 more comment
1 Answer
1
active
oldest
votes
up vote
0
down vote
Option 1: manually download and transfer the following RPMs from the AIX Toolbox for Linux Applications site:
- bash
- gettext
- info
- libiconv
- wget
... and copy them to their own directory and install them in one command:
sudo rpm -i bash*.rpm gettext*.rpm info*.rpm libiconv*.rpm wget*.rpm
I used a separate directory and wildcards in order to pick up any version of the RPM, to keep the answer flexible. You'll have specific versions of each RPM.
Option 2: (untested) download and use the yum.sh script to "download and install rpm.rte and all the packages needed for yum" and then simply yum install wget
(untested).
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',
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%2f362981%2fhow-to-install-the-wget-package-on-aix-server-7-1-without-having-a-local-reposit%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Option 1: manually download and transfer the following RPMs from the AIX Toolbox for Linux Applications site:
- bash
- gettext
- info
- libiconv
- wget
... and copy them to their own directory and install them in one command:
sudo rpm -i bash*.rpm gettext*.rpm info*.rpm libiconv*.rpm wget*.rpm
I used a separate directory and wildcards in order to pick up any version of the RPM, to keep the answer flexible. You'll have specific versions of each RPM.
Option 2: (untested) download and use the yum.sh script to "download and install rpm.rte and all the packages needed for yum" and then simply yum install wget
(untested).
add a comment |
up vote
0
down vote
Option 1: manually download and transfer the following RPMs from the AIX Toolbox for Linux Applications site:
- bash
- gettext
- info
- libiconv
- wget
... and copy them to their own directory and install them in one command:
sudo rpm -i bash*.rpm gettext*.rpm info*.rpm libiconv*.rpm wget*.rpm
I used a separate directory and wildcards in order to pick up any version of the RPM, to keep the answer flexible. You'll have specific versions of each RPM.
Option 2: (untested) download and use the yum.sh script to "download and install rpm.rte and all the packages needed for yum" and then simply yum install wget
(untested).
add a comment |
up vote
0
down vote
up vote
0
down vote
Option 1: manually download and transfer the following RPMs from the AIX Toolbox for Linux Applications site:
- bash
- gettext
- info
- libiconv
- wget
... and copy them to their own directory and install them in one command:
sudo rpm -i bash*.rpm gettext*.rpm info*.rpm libiconv*.rpm wget*.rpm
I used a separate directory and wildcards in order to pick up any version of the RPM, to keep the answer flexible. You'll have specific versions of each RPM.
Option 2: (untested) download and use the yum.sh script to "download and install rpm.rte and all the packages needed for yum" and then simply yum install wget
(untested).
Option 1: manually download and transfer the following RPMs from the AIX Toolbox for Linux Applications site:
- bash
- gettext
- info
- libiconv
- wget
... and copy them to their own directory and install them in one command:
sudo rpm -i bash*.rpm gettext*.rpm info*.rpm libiconv*.rpm wget*.rpm
I used a separate directory and wildcards in order to pick up any version of the RPM, to keep the answer flexible. You'll have specific versions of each RPM.
Option 2: (untested) download and use the yum.sh script to "download and install rpm.rte and all the packages needed for yum" and then simply yum install wget
(untested).
answered Dec 3 at 20:06
Jeff Schaller
37.9k1053123
37.9k1053123
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f362981%2fhow-to-install-the-wget-package-on-aix-server-7-1-without-having-a-local-reposit%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
Have you used this repository? perzl.org/aix
– Rui F Ribeiro
May 4 '17 at 10:34
i haven't used that repository. can you please explain me a little more about this? can i download and install packages via shell itself? like in this case i want to install wget. how can i do that?
– sagar limbu
May 4 '17 at 15:44
1
They are repositories of open source binaries for AIX (already compiled). Unfortunately I have not used AIX for almost 2 decades now, and cant give you a hand on the specifics.
– Rui F Ribeiro
May 4 '17 at 15:47
1
www-03.ibm.com/systems/power/software/aix/linux should work
– Jeff Schaller
May 5 '17 at 16:34
1
Just for completeness, the easiest thing to also obtain all required packages would be from Bull Freeware, they enable you to easily obtain a .zip archive with all the required packages. Check e.g. bullfreeware.com/affichage.php?id=3503 for their latest wget package, you can see all the dependencies in the lower left and you can download them all together. They are also usually more current compared to the packages from the IBM linux toolbox. But you can not directly use that as an actual "repository" to directly download via shell.
– doktor5000
May 17 '17 at 19:19