Installation an application on AIX


 
Thread Tools Search this Thread
Operating Systems AIX Installation an application on AIX
# 1  
Old 03-24-2008
Installation an application on AIX

Hi all
I'm newbie
In this forum, i have posted some topics about zip and unzip a file on AIX system.
And i have some answers so that AIX can not work with zip file, and they tell me some files to zip and unzip my files on AIX such as:

zip-2.3-3.aix4.3.ppc.rpm
unzip-5.51-1.aix5.1.ppc.rpm
unzip-5.50-3.aix5.1.ppc.rpm

Can you tell me what type of those files?
and how can i use it to zip and unzip my files on AIX?
Is it an application, how can i install it and use it?

Sorry my english.
thanks a lot.
# 2  
Old 03-24-2008
i am not sure about zip on aix. but if you download either the .tar or .gz
versions of these files then you can use "tar" and "gunzip" respectively (or both if its a .gz.tar) to expand these files.
refer to "tar" and "gunzip" commands for the format.

regards.
# 3  
Old 03-24-2008
leenguyen0101,

The three files you list are rpm's and can be installed on AIX with the command "rpm -i filename.rpm". rpm will use wild cards so if those are th e only 3 rpm's you want to install then cd to the directory they are in and enter "rpm -i *rpm" and every rpm in the directory will try to install. Be very careful with wildcards though. It is safer to not use them until you are confident.

Once those three rpm's are installed then you should be able to use zip and gzip and their variants.


Quote:
Originally Posted by leenguyen0101
Hi all
I'm newbie
In this forum, i have posted some topics about zip and unzip a file on AIX system.
And i have some answers so that AIX can not work with zip file, and they tell me some files to zip and unzip my files on AIX such as:

zip-2.3-3.aix4.3.ppc.rpm
unzip-5.51-1.aix5.1.ppc.rpm
unzip-5.50-3.aix5.1.ppc.rpm

Can you tell me what type of those files?
and how can i use it to zip and unzip my files on AIX?
Is it an application, how can i install it and use it?

Sorry my english.
thanks a lot.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Username and installed application on AIX.

Hi, I am looking to get a list of applications and corresponding user who installed the same (owner) on AIX host. Can anyone confirm how can this information be retrieved? We can use "rpm" to get list of packages available on AIX, but is there a way to get the corresponding user as well for... (2 Replies)
Discussion started by: Vipin Batra
2 Replies

2. AIX

Windows IDE for AIX application

I'm working on a C application based on AIX 5.3 using VI as an editor I need a windows IDE (open source or commercial) that can help me: modify the source code more easily compile as if I'm under AIX manage multiuser access and synchronization I found out about Rational Developer for AIX... (0 Replies)
Discussion started by: SteAlma
0 Replies

3. AIX

Developing application software on the AIX

I am a programmer who works on an IBM i (including AS/400, iSeries, System i and Power). In developing application software on the IBMi we use languages such as RPG/ILE and CLLE. There is a need also to use PF, LF, DSPF & PRTF to represent the physical/logical database and screen/print objects.... (0 Replies)
Discussion started by: Elias
0 Replies

4. AIX

Migrating C Application from AIX to Linux

Hi All, I am currently facing new problem of migrating C(c language) application from AIX machine to Linux machine. We are using GCC to compile the source code.. But facing with the compilation issues, with lot of GCC C libs differing between AIX box to Linux box... Pls help me... (3 Replies)
Discussion started by: karthikc
3 Replies

5. Infrastructure Monitoring

AIX & Nagios like application.

Hello to all. I am working as a Linux System Administrator since 5 Years & Now,my company is going to purchase 3 numbers of IBM-P Series Server with AIX support. We will install Oracle Database Application on AIX version 5 OS Platform. Now,my questions is: Is it possible to install NAGIOS... (2 Replies)
Discussion started by: nishithvyas
2 Replies

6. AIX

Application Performance on AIX Box

Hello. I have couple of applications installed on my AIX server. Since yesterday the admins have installed one more software installed on it. I am asked to monitor the performance and to conclude if the new application is really affecting the performance for all the applications users. Could... (3 Replies)
Discussion started by: panchpan
3 Replies

7. AIX

AIX Memory used by an Application

Hi, Is there any way to find the Memory allocated to an Application in AIX server (2 Replies)
Discussion started by: tinivt
2 Replies

8. UNIX for Advanced & Expert Users

Application Servers Installation and Users

Hi, When most of the server applications get installed, they create their own user. I believe this is to not use the "root" account. For example, Apache when installed creates a user called "apache". And the directories which it uses are all owned by this user. This seems to be the... (2 Replies)
Discussion started by: srikanths
2 Replies

9. AIX

Issue while installing a Application on AIX

All, I am trying to install a application called Microstrategy on AIX 5.1 box.This is the first time I am working on AIX.The installation fails after some 10% complete.Given below is the text from the installation log file.Do any one of you have any idea what might be the problem? (Jan 19,... (8 Replies)
Discussion started by: apu78
8 Replies

10. UNIX for Dummies Questions & Answers

UNIX Database / Application Installation

Greetings, forgive me if this is listed in another thread somewhere, I am short on time. I am being interviewed for the position of UNIX Database and Job code installer for a consulting firm. I have never installed or worked on a native UNIX system. I have been running Linux (RH,SuSE,Slackware)... (3 Replies)
Discussion started by: OllieTech
3 Replies
Login or Register to Ask a Question