How to install new version of tar under solaris 9


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers How to install new version of tar under solaris 9
# 1  
Old 05-28-2010
How to install new version of tar under solaris 9

Hello,

I'm trying to install new version of tar under solaris "tar-1.23-sol9-sparc-local.gz" in Solaris, I downloaded this version from sunfreeware.com


I unzip it and I found only binaire file no Readme...
some one vcan help ??

Thanks

# 2  
Old 05-29-2010
Assuming you got it from here (Index of /ftp/pub/freeware/sparc/9), then the .message file in the parent directory says that it's most likely a gzipped pkgadd file, hence I guess it can be installed with the pkgadd command (Man Page for pkgadd)

---------- Post updated at 05:42 ---------- Previous update was at 05:36 ----------

Also check this: Download and Installation Instructions. There I found following:
Code:
cd /tmp
gunzip foo-1.00-sol8-sparc-local.gz
pkgadd -d foo-1.00-sol8-sparc-local


Last edited by pseudocoder; 05-29-2010 at 12:42 AM..
# 3  
Old 05-31-2010
Thx for answer, I add it with pkgadd but I still get this error :
Quote:
ld.so.1: tar: fatal: libintl.so.8: open failed: No such file or directory
Killed

I guess I have to open new topic
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

How to check tar version in Solaris?

for pkg in `pkginfo | grep tar | grep application | awk '{print $2}'`; do pkginfo -l $pkg | grep VERSION; done Please use CODE tags as required by forum rules! (2 Replies)
Discussion started by: svijayas
2 Replies

2. Fedora

How to download latest version of cmake using tar xzf?

...... (3 Replies)
Discussion started by: larry burns
3 Replies

3. Linux

How to install *.pkg.tar.tar on Linux?

Hi Guys, I need some suggestion as how to install openssl-1.0.1.g-1-i686.pkg.tar.tar openssl-1.0.1.g-1-x86_64.pkg.tar.tar on Linux system? is for 32bit system and other is for 64 bit system linux machine. How to untar them? I tried few commands but did not work. I need to upgrade to... (5 Replies)
Discussion started by: manalisharmabe
5 Replies

4. Solaris

Solaris 10 install dvd drive boots, but not recoginized by install process

I am trying to build a Sun Ultra 10 with solaris 10. This computer is one of a collection that was donated to the non-profic company I work for. All media was wiped before I recieved them, so I am starting from stratch. I downloaded the Solaris 10 ISO and burned a DVD. The computer came with a... (4 Replies)
Discussion started by: gwillhight
4 Replies

5. AIX

tar version

Hi How to find the version of tar installed in my aix box ? (1 Reply)
Discussion started by: samsungsamsung
1 Replies

6. AIX

install two different compiler version

Hi all. I have a simple question. There's a way to install under AIX system (5.3) two different compiler version, i.e. ibm xlf fortran 11 and 12? Seems that smitty doesn't allows user to change the default installation path; it only allows you to save the replaced files of the superseded... (1 Reply)
Discussion started by: poldo000
1 Replies

7. Solaris

After update Solaris version, HBA driver still need to install?

Hi all I had update a server from Solaris 8 to Solaris 10 is it the HBA driver still need to reinstall? since i can get the driver info as below: root@sgerpdev # fcinfo hba-port HBA Port WWN: 21000003ba9b58a3 OS Device Name: /dev/cfg/c1 Manufacturer: QLogic Corp. ... (1 Reply)
Discussion started by: SmartAntz
1 Replies

8. UNIX for Advanced & Expert Users

tar: how to preserve atime? (also on extracted version, not just original)

How do I make tar set the correct atime on the extracted version? The option --atime-preserve works just on the original, not on the extracted file. The extracted files always have current time as atime, which is bad. (10 Replies)
Discussion started by: frankie06
10 Replies

9. HP-UX

HP tar version

Guys, I need to know what version of tar i am using in our HP B11.11 box (model = 9000/800/rp8420 ). We have created a tar file and i wanted to know if the tar version i used supported 8GB-sized files (Check sanity of the archived file). As you know old version of tar is limited to files... (0 Replies)
Discussion started by: marlonus999
0 Replies

10. UNIX for Dummies Questions & Answers

How can I tell what version of tar I have?

I know this should be easy, but Google is not turning up any results: How can I find out what version of software (like tar and gzip) I have installed on my Sun box? Thanks! (3 Replies)
Discussion started by: FredSmith
3 Replies
Login or Register to Ask a Question