Aix Toolbox For Linux Cd Download
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.
Backgammon game free download for mobile. Is there any way that I can install this wget
package by automatically downloading the required dependencies from the internet?
You have to prove you are entitled via: Customer number, Machine serial numbers or SWMA. The Entitled Software Support Download User Guide can be downloaded here: ftp://public.dhe.ibm.com/systems/support/planning/essreg/I1128814.pdf. Then you can download the AIX media, Expansion Packs, Linux Toolbox and. tbox-l AIX Toolbox for Linux. Somehow, a customer running AIX 4.3.3 was routed to us and is looking for a way to get the AIX Toolbox for Linux Applications on CD instead of having to download it all. The installation instructions mention a CD but I could not find any information about where to order it. AIX Toolbox for Linux Applications licensing and installation instruction information. By downloading a particular package you agree to accept and comply with the license terms that accompany such package. No Warranty: The Code is provided 'As is.' To the extent permitted by applicable law, IBM disclaims all.
Aix Linux Toolbox Cd Download
1 Answer
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:
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).
Aix Toolbox For Linux Applications Cd Download
Not the answer you're looking for? Browse other questions tagged software-installationwgetaix or ask your own question.
Book Name: The Linux Programmer’s Toolbox
Author: John Fusco
ISBN-10: 0132198576
Year: 2007
Pages: 656
Language: English
File size: 4.39 MB
File format: PDF
The Linux Programmer’s Toolbox Book Description:
Master the Linux Tools That Will Make You a More Productive, Effective Programmer
The Linux Programmer’s Toolbox helps you tap into the vast collection of open source tools available for GNU/Linux. Author John Fusco systematically describes the most useful tools available on most GNU/Linux distributions using concise examples that you can easily modify to meet your needs.
You’ll start by learning the basics of downloading, building, and installing open source projects. You’ll then learn how open source tools are distributed, and what to look for to avoid wasting time on projects that aren’t ready for you. Next, you’ll learn the ins and outs of building your own projects. Fusco also demonstrates what to look for in a text editor, and may even show you a few new tricks in your favorite text editor.
You’ll enhance your knowledge of the Linux kernel by learning how it interacts with your software. Fusco walks you through the fundamentals of the Linux kernel with simple, thought-provoking examples that illustrate the principles behind the operating system. Then he shows you how to put this knowledge to use with more advanced tools. He focuses on how to interpret output from tools like sar, vmstat, valgrind, strace, and apply it to your application; how to take advantage of various programming APIs to develop your own tools; and how to write code that monitors itself.
Next, Fusco covers tools that help you enhance the performance of your software. He explains the principles behind today’s multicore CPUs and demonstrates how to squeeze the most performance from these systems. Finally, you’ll learn tools and techniques to debug your code under any circumstances.
Coverage includes
- Maximizing productivity with editors, revision control tools, source code browsers, and “beautifiers”
- Interpreting the kernel: what your tools are telling you
- Understanding processes–and the tools available for managing them
- Tracing and resolving application bottlenecks with gprof and valgrind
- Streamlining and automating the documentation process
- Rapidly finding help, solutions, and workarounds when you need them
- Optimizing program code with sar, vmstat, iostat, and other tools
- Debugging IPC with shell commands: signals, pipes, sockets, files, and IPC objects
- Using printf, gdb, and other essential debugging tools