![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Application Servers Installation and Users | srikanths | UNIX for Advanced & Expert Users | 2 | 04-10-2008 12:56 AM |
| CEP as the EDA Application Server? | iBot | Complex Event Processing RSS News | 0 | 02-09-2008 07:20 PM |
| installation of Solaris: installation bypasses network config. | cadmiumgreen | SUN Solaris | 2 | 07-15-2005 10:31 PM |
| sms application | parvathy | IP Networking | 1 | 05-29-2005 12:42 AM |
| UNIX Database / Application Installation | OllieTech | UNIX for Dummies Questions & Answers | 3 | 08-19-2003 11:02 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
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. |
|
||||
|
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. |
|
||||
|
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:
|
| Sponsored Links | ||
|
|