General :: Tarball Does Not Uncompress In Debian 5.0

Sep 29, 2009

Upon attempting to uncompress a tarball with

Code:

View 3 Replies


ADVERTISEMENT

General :: Uncompress Zip File?

Apr 23, 2009

I ftp upload a zip file to a linux pc, for example, somefile.zip, can I uncompress the zip file use "#tar zvf somefile.zip",

View 5 Replies View Related

General :: Uncompress Gzipped Encrypted File?

Mar 15, 2011

I have got a backfile with extension .tar.gz.enc. After fooling around I found out that it is encrypted gzipped tarball.

View 2 Replies View Related

General :: RHEL 5.6 Tikanga - Missing Utility No Uncompress

Jul 18, 2011

I'm running a script and the response is, missing utility no uncompress. Please install this utility. The system searched in /usr/sbin; /usr/bin/; /bin.

where I can receive a uncompress (which I guess is a .rpm) or utility that will work with my version of RHEL 5.6?

Running I386 GNU/LINUX
2.6.18-238.el5 #1 SMP

View 2 Replies View Related

Debian :: Packaging Tarball Which Already Has A Directory?

Apr 4, 2011

I have an upstream source tarball which, by coincidence, already contains a directory named "debian", but which has nothing to do with the "debian" directory for packaging. Assume also that renaming this directory would be difficult, for example because many other parts of the code would need to be modified. On an rpm based system, this poses no problem to the packager, since the rpm build process is driven by an external spec file and never has to modify the original source. What would be the best way to package this on a debian system? Is it absolutely necessary to rename the original "debian" directory? Or can I make the dpkg build tools operate out of a different directory?

View 5 Replies View Related

General :: Force The SGUID Even In Copy And Uncompress Commands Automatically?

May 11, 2010

I have a folder and its contents with the following permissions: 2750 (sguid bit). With this I ensure that a newly created file or folder inside that folder will adopt the SGUID. The problem is that if I copy files into that folder, these copied files don't adopt the SGUID. So I have to execute constantly the command: chgrp -R thegroup nameofthefolder everytime I copy or uncompress something into that folder. Is there any way to achieve this (force the SGUID even in copy and uncompress commands) automatically?

View 5 Replies View Related

General :: Bash Script Help Required - Move Uncompress And Rename

Sep 19, 2009

I want to search a directory recursively looking for new .rar/ .zip files. When a new file is found I want to extract the contents to another directory. To top things off would like to rename the source file as something like original.rar.extracted.

View 8 Replies View Related

Ubuntu :: Where To Download Bluecurve Debian Tarball?

Jul 10, 2010

Is there any other site where I can download the Bluecurve Debian Tarball? When I try to download from the Freshmeat site it gives me a 404 not found. I search the site, and nothing. Can Anyone Help Please?

View 5 Replies View Related

Debian :: Tarball System Backup Always Corrupts Libc6-dev?

Aug 3, 2011

With tar, it is possible to back up your desktop system like so (probably best done from runlevel 1 or a live medium):

# cd / # or wherever your root directory is mounted
# tar --exclude=dev/* --exclude=proc/* --exclude=sys/* --exclude=tmp/* --exclude=backup.tar.gz -czvpf backup.tar.gz .

[code]....

View 4 Replies View Related

General :: How To Install A Tarball

Feb 23, 2011

how to install a tar.gz file in Ubuntu. I just reinstalled Ubuntu from scratch, so I don't have any additional software.

View 5 Replies View Related

General :: Unable To Extract The Tarball

Mar 17, 2010

I need to extract a tarball but unfortunately this error occurred when I tried it

# tar zxvf toolchain.tar.gz
tar: Skipping to next header
gzip: stdin: invalid compressed data--format violated
tar: Child returned status 1

[code]....

Is there a way that I can recover or extract the tarball? I tried to gunzip first but to no avail as well.

View 2 Replies View Related

General :: How To Create A Folder Inside A Tarball

Jun 9, 2011

I created a tarball with multiple files. The rpm generator requires those files to be inside a folder. I don't want to move the files before generating the tar. Is there a way to create this folder while generating the tar or after it?

View 1 Replies View Related

General :: Compile Mplayer From Tarball With Lot Of Options

Jun 21, 2010

I installed opencore-amr-0.1.2.tar.gz. In usual way

[code]...

I read all above somewhere & wanted to disseminate. You can point my mistakes OR give ways to add functionality in mplayer.

View 2 Replies View Related

General :: Installing Program TarBall - Cannot Make It Work

Jan 28, 2010

I know there is lots of documentation out there for installing tar balls but I can't make it work I am trying to work with this file sauerbraten_2009_05_04_trooper_edition_linux.tar.bz2 in file:///home/Nemesis/Downloads/sauerbraten_2009_05_04_trooper_edition_linux.tar.bz2

I am running Fedora 12, the gnome desktop if the desktop matters. I have been running Fedora almost elusively for 2 years and off n on before that but in my many attempts at trying to Install a TARBALL I have always failed hard.

View 17 Replies View Related

General :: Installing Ffmpeg From Tarball With Libx264 Enabled?

Jun 19, 2010

(1)I got ffmpeg-checkout tarball dated 5 june 2010 . It was bigger than ffmpeg-export of same date but I noticed the binary ffmpeg & ffplay generated after './configure' & 'make' are same size.

(2)I am using ubuntu 8.04 with GNOME. I am able to compile ffmpeg with following options

[Code]....

Do I have to get tarballs (of libx264 & libtheora) & compile them .

View 6 Replies View Related

General :: When Extract The Tarball - Forgot The '-C' Option Of The Command 'tar'

Apr 23, 2010

I tried to install gfortran on my computer. When I extract the tarball, I forgot the '-C' option of the command 'tar', which should be added, according to the instruction of installation.

That is to say, I wrote in the mp directory:

Then, the tarball creates a '/usr' directory under '/tmp' directory, and it contains only a /local directory, which contains only a /gfortran directory.

The thing is, when I modify the name of this directory, for example, from /usr to /usr-modi, I found that the name of the directory /usr under the root directory is also changed from /usr to /usr-modi.

How can I delete this annoying /usr directory under /tmp, without tragically affect /usr under the root directory?

View 4 Replies View Related

General :: Code Tarball Build Failing In Gnaupps (coreutils, Grep) On A FC7?

Mar 17, 2010

I am not sure which thread this fits in, I am facing a strange problem. There is a code tarball that I cross-compile on a Fedora Core 9 machine and it builds fine. But when I do the same thing on a (heavily used) Fedora Core 7 machine, the build keeps failing in the gnuapp folders grep, coreutils etc. I have tried 'make distclean', and clearing the config.cache but no impact.

Note: I export the PATH variable (to the local cross-compiler) before starting the build. The cross compilation is for the MIPS processor and GNU makefiles are used.

View 1 Replies View Related

Ubuntu :: How To Uncompress KGB File

Mar 11, 2010

As the thread title says: "How can I uncompressed a .KGB file?"

View 1 Replies View Related

Software :: Uncompress A .xz File

Jun 5, 2011

I intend on installing a version of Freebsd 8.2 under a virtual machine running on centos 5.6.The dvd image image is FREEBSD-8.2....xz. I would like to uncompress it so that I can burn it to a DVD, but have never confronted such a format. Can someone suggest which utility under Linux would be used to uncompress it?

View 4 Replies View Related

OpenSUSE :: How To Uncompress Zipx Files?

Jun 9, 2010

I was given a 1.9GB zipx file. I googled it but could not find a way to uncompress it natively on Linux (only on Windows with the latest release of Winzip).

View 1 Replies View Related

Software :: Uncompress Zipx Files?

Jun 11, 2010

I have been given a 1.9GB zipx file (created with a recent version of winzip). I can't find a way (and yes I googled it) to open it on Linux.

View 2 Replies View Related

Ubuntu :: Can't Uncompress A File In A Network Attached Storage?

Jul 5, 2011

I have a fairly simple setup for my Network attached storage. I have a 1TB external hard drive connected to my Asus RT-N16 router through USB. I have enabled file sharing in the router, and thus the hard drive shows up on the network as a shared folder. No hassles, I can read and write to it.

Because I want to use this hard drive for networked backups, I tried to get it to mount on boot with fstab. Here is the line in my fstab file :

Code:
//192.168.1.1/SharedFolder /media/SharedFolder smbfs guest,_netdev 0 0

It mounts fine, no problems, and once again I'm able to read and write files to it. The problem occurs when I try to access the mounted drive and uncompress an archive file for the duplicity backup program. It gives me a list of messages showing that all the files inside the archive failed to uncompress because of error messages like these :

[Code]...

If I try to extract the same archive by manually going to Network > RT-N16 (Router) > Shared Folder, it extracts fine. But I need this folder to be mounted on boot because I use it very frequently. I tried changing smbfs to cifs and it still didn't work. Please not that my knowledge of samba, network storage and file systems is very basic. I tried searching the internet for more information about this but wasn't able to find much information that pertains to this particular problem. Hoping the linux pros here could give me some pointers ..

View 2 Replies View Related

Slackware :: How To Install ImageMagick - Can't Run ./configure After Uncompress The File

Feb 14, 2011

How to install ImageMagick on slackware? I can't run ./configure after I uncompress the file. I was trying to install a software and it says Imagemagick is not installed but when if I run identify -version there is some kind of version displayed but I'm not sure if it is installed.

View 3 Replies View Related

General :: Find Will Go Through The Content Of Tarball As Well And List All Content

Oct 5, 2010

I am using find to search for .tgz files modified more than 7 days ago and delete them.find /directory/ -iname backup*.tgz -daystart -mtime +7 -exec rm -rf {} My problem is that find will go through the content of tarball as well and list all content. I want to only search main tarball and delete it if older than 7 days.

View 4 Replies View Related

Fedora :: How To Get D Rpm Or Tarball?

Mar 1, 2010

Read about Moksha & would love to install it on f12. how do i go about getting d rpm or tarball.

View 1 Replies View Related

Fedora :: Configuring Homebank From The Tarball?

Aug 21, 2010

I am trying to install Homebank, a money manager. No problems untarring it. But I'm stuck on ./configure. When I run that command, I get this output:

Quote:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/Tom/Downloads/homebank-4.3/missing: Unknown `--run' option

[code]....

I'm guessing it's a simple matter of installing gtk and glib, but I just want to double check before I go any further.

View 4 Replies View Related

Fedora :: Installing Software From A Tarball?

Mar 9, 2011

using YUM to install an .rpm but I have a couple of bots of software that come only as a tarball- I am interested in the latest RC of Firefox as an example. Having downloaded a t tarball, how do I go about installing it in fedora

View 1 Replies View Related

Ubuntu :: How To Build Driver Tarball

Apr 4, 2010

my dads decided to try out ubuntu on his pc, so far everythings up and running smoothly. i am trying to get the video capture card working with tvtime. I have ran "lspci" in the terminal which has detected the following.

00:00.0 Host bridge: Intel Corporation 82875P/E7210 Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82875P Processor to AGP Controller (rev 02)
00:03.0 PCI bridge: Intel Corporation 82875P/E7210 Processor to PCI to CSA Bridge (rev 02)

[code]....

I get as far as "make KDIR=/path/to/kernel/source/tree" and got lost, i am running ubuntu 9.10. What do i put where =KDIR is?

View 3 Replies View Related

Ubuntu :: MD5 Checksum Tarball Contents?

Jul 22, 2011

I have a large tarball which is bz2 compressed, and I would like to get a md5 sum of the files contained in it, as I have a separate directory on another server containing what I think are the same files. I want to check to see if the tarballs files are the same as the uncompressed files on the remote server. The files are big 10gb+ so I was wondering if there was a quick way without having to uncompress them all and then md5 them.

View 4 Replies View Related

Software :: Installing Aircrack-ng From Tarball?

Jun 18, 2010

i downloaded a souce tarball for aircrack-ng from linux, when i extract it and move the terminal to its directory and run make and make install it gives me errors like the following

Code:
>make
make -C src all
make[1]: Entering directory `/home/baronobeefdip/aircrack-ng-1.1/src'
make -C osdep

[Code]...

as you can see by the little icon next to my penguin i am using fedora (goddard) but i want to know how to install this in several other distros other than fedora because tarballs are universal with linux distros and i wanna know how to install it without using the internet (just want to know how to install it from tarball)

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved