Sponsored Content
Operating Systems BSD Xarchiver giving error messages Post 302356766 by TonyFullerMalv on Sunday 27th of September 2009 01:17:45 PM
Old 09-27-2009
I imagine that bsdtar is a link to tar but just to prove it run:
Code:
$ /usr/bin/bsdtar --version

If the output does not mention GNU then you do not have gnu tar installed, so will need to install it from here:
Tar - GNU Project - Free Software Foundation (FSF) then try Xarchiver again...
 

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

script giving error

Hi All, i have an small issue... echo " " eval x=$@ export x=`echo $x` echo $x ssh user@ipadrss; cd /mbbv/home/; cd /mbbv/home/orange/orange/ echo pwd bash samplescript.sh $x above is my script which will triger from server A and will connect to server B for some... (2 Replies)
Discussion started by: Shahul
2 Replies

2. UNIX and Linux Applications

apt-get install giving error

Hello when i am giving a command apt-get install I am getting error as below: " apt-get: error while loading shared libraries: libapt-pkg-libc6.3-6.so.3.11: cannot open shared object file: No such file or directory " can u suggest what to do. https://www.unix.com/images/misc/progress.gif... (1 Reply)
Discussion started by: pradeepreddy
1 Replies

3. Shell Programming and Scripting

bc giving error: (standard_in) 2: parse error

Below part of script, is working fine sometimes and gives error sometime. I am doing float operations, checking if x > y. ##########CODE########## THRESHOLD="1.25" ratio=$( echo "scale=2; ${prev}/${current}" | bc ) if ; then split_date=`echo ${line} | cut -d, -f2` fi ... (9 Replies)
Discussion started by: manishma71
9 Replies

4. Shell Programming and Scripting

Double bracket giving error

here is a small script I wrote: #! /bin/bash if ] then echo "argument is null" fi It is giving error: test.sh: any idea, why is it so? (2 Replies)
Discussion started by: vina201unx2011
2 Replies

5. AIX

multipath giving error

Hi, # lspath Missing hdisk0 fscsi0 Missing hdisk1 fscsi0 Missing hdisk2 fscsi0 Missing hdisk3 fscsi0 Missing hdisk4 fscsi0 Missing hdisk5 fscsi0 Missing hdisk6 fscsi0 Missing hdisk7 fscsi0 Missing hdisk8 fscsi0 Missing hdisk9 fscsi0 Missing hdisk10 fscsi0 Missing hdisk11... (2 Replies)
Discussion started by: JATA01
2 Replies
miniunzip(1)						      General Commands Manual						      miniunzip(1)

NAME
miniunzip - uncompress and examine ZIP archives SYNOPSIS
miniunzip [-exvlo] zipfile [ files_to_extract ] [-d tempdir] DESCRIPTION
minizip is a simple tool which allows the extraction of compressed file archives in the ZIP format used by the MS-DOS utility PKZIP. It was written as a demonstration of the zlib(3) library and therefore lack many of the features of the unzip(1) program. OPTIONS
A number of options are supported. With the exception of -d tempdir these must be supplied before any other arguments and are: -l , --v List the files in the archive without extracting them. -o Overwrite files without prompting for confirmation. -x Extract files (default). The zipfile argument is the name of the archive to process. The next argument can be used to specify a single file to extract from the ar- chive. Lastly, the following option can be specified at the end of the command-line: -d tempdir Extract the archive in the directory tempdir rather than the current directory. SEE ALSO
minizip(1), zlib(3), unzip(1). AUTHOR
This program was written by Gilles Vollant. This manual page was written by Mark Brown <broonie@sirena.org.uk>. The -d tempdir option was added by Dirk Eddelbuettel <edd@debian.org>. Nov 7, 2001 miniunzip(1)
All times are GMT -4. The time now is 04:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy