Ubuntu :: Get Unpacked Size For A Packed File Without Unpacking?
Nov 25, 2010
Windows I have the abbility to right click on a zipped file and see what the unpacked size would be, even without unzipping the file first. Maybe it's plugin from one of the Unzip, Untar programs I got or maybe a windows tool, I don't know. Is there something similar in Ubuntu?So here's what I want to do:I have 1000 tar files and I want to know1) the file size of the packed files (which is easy as it's just the file size now)2) the file size of the unzipped files (and I really don't want to untar all files)Is there a nice command that can give the information I need to complete task 2)?
View 4 Replies
ADVERTISEMENT
Mar 23, 2011
I would love to start using the new Firefox. How would I go about adding the repository and installing? What would I add? Or better yet, what is the command for unpacking a tar.bz2 file?
View 14 Replies
View Related
Jun 11, 2010
I ran an update like I do every night and was informed that I have eight packages to be upgraded. I allowed the package manager to run these updates. However, it became stuck. The first thing to be upgraded is file-roller. I get the message "Unpacking replacement file-roller ..." and then nothing. I left it like this for about 30 minutes and then decided to stop it with ctrl-c. That didn't work. I rebooted and ended up having to fix the package manager as it was locked because it thought it was running. I tried to update again and after about ten minutes, it's still hung on the same spot.
View 2 Replies
View Related
Nov 23, 2010
i am trying to install symantec endpoint on a linux server by this command rpm -ivh sav-1.0.3-8.i386.rpm but it gives me the following error error: unpacking of archive failed on file /opt/Symantec/bin/navdefutil;4ceb8d6b: cpio: mkdir failed - No such file or directory
View 3 Replies
View Related
Aug 5, 2010
I'm not sure weather it's possible or not, but would it be possible to make a script that goes the the directory typed into the terminal, as I'm making a script that is newbie-friendly for compiling software. Anyway, would it be possible to make the script unzip the package typed into the terminal when prompted, and if so, how.
EDIT: Also, if the user says they've already extracted the archive, but haven't compiled, could it ask the user the location of the unpacked archive.
View 2 Replies
View Related
Jun 10, 2010
Are there software that can split big file size into small file size in Linux?
View 1 Replies
View Related
Oct 8, 2010
I am using ubuntu 10.04 and have been told the only way to install any software is by entering the command 'sudo apt-get install software_name' at the terminal, but really the command works when online I need just like windows to DOWNLOAD ONCE,SAVE AND INSTALL MANY TIMES so long as i have the same copy of the softwares without Internet intervention.
View 5 Replies
View Related
Jan 19, 2011
is lvresize with --resizefs options re-size the Logical Volume and then re-size the file system? i mean we don't need to use resize2fs?I looked at man pages but it doesn't explain this option.
View 3 Replies
View Related
Dec 14, 2010
How can we find the maximum size of the inode table and what decides it, and how the maximum size of volume of file system is decided ?
View 4 Replies
View Related
Nov 26, 2010
Is there a way to get the matching Linux kernel headers automatic on a regular kernel update via the Ubuntu packed manager? Every time I get a new kernel I must do an aptitude install linux-headers-`uname -r`
View 1 Replies
View Related
Oct 23, 2010
I have just installed mythbuntu and my drivers for the tv card are in a compressed .rar folder. I have installed rar and unrar from the synaptic repository. Still when I click on it, it has no program associated with rar files. When I search the drop down menu for applications I can't find it there either. What can I do?
View 1 Replies
View Related
Apr 4, 2011
Whatever I use, synaptic, update manager, apt-get it insists on upgrading GDM The upgrade just 'hangs' on the upgrade with'unpacking replacement gdm' message All 3 still try and upgrade gdm (why does it do this even when I do not want to upgrade/update) ?I've had this problem for nearly 3 days now and i am stuck can't do any package install my system is basically 'stuck' in no update/install mode until i solve this The gdm is: /var/cache/apt/archives/gdm_2.30.5-0ubuntu4.1_i386.deb even if i get a new copy from ANY repo it still has this problem, any solution, anyone come accross this yet?
View 3 Replies
View Related
Apr 22, 2011
I am curious if perhaps I am doing something wrong extracting pages from a pdf doc using pdftk and creating a new file. I am only extracting the odd pages from the file and outputting them to a new file that is now only 20 pages instead of the input's 40 pages, yet the new output file is still 1.4Mb in size, the same as the original.
It seems strange to extract only half the pages of a large document and end up with a result that is the same size. how to streamline the resulting pdf's using pdftk?
BTW this is the command I am using, in case perhaps I am missing an option to optimize file size or something:
Code:
pdftk A=ch15.pdf cat A1-40odd output odd.pdf
View 1 Replies
View Related
Jun 19, 2011
I just upgraded to 11.04 and am trying to install Dropbox. I installed nautilus-dropbox and then the installation started, but it gets stuck every time while unpacking dropbox at 97%.
View 3 Replies
View Related
Feb 19, 2011
Cobbling info from different sources finding this script useful and maybe hopefully useful to some of you too
1. cd to folder containing folders containing wv,flac,ape
bulk unpacking from lossless (wavpack;flac;ape)
==============================================
Code:
for i in */
do
cd "$i"
wvunpack *wv (replace this line with flac -d *.flac for flac)
[code]....
View 2 Replies
View Related
Jan 8, 2011
i tried to install "httpd" on my fedora 12. yum gives me:
Quote: error unpacking rpm package httpd-2.2.13-1.fc12.i686 error: unpacking of archive failed on file /etc/rc.d/init.d/httpd: cpio: rename
someone got an idea what i can do?
View 5 Replies
View Related
Feb 2, 2010
unpacking and putting together files as below:
reception_vol_1.z01
reception_vol_1.z02
reception_vol_1.z03
[code]....
View 6 Replies
View Related
Feb 23, 2009
I'm researching about symbolic links been used with samba / CIFS:I'd like that the user that uses a MS-Windows OS could see my shared folder on CentOS 5 and the symbolic links that are inside this folder. Well, it works but, the user will see that the size of the file is bigger than the real file. Apparently, CIFS gets the size of the symbolic link (aproxim.32K) and add it to the size of the file.Example 1: 100KB file, used with shared folder, MS-Windows's user will see 100KBExample 2: 100KB file, used with symbolic link inside a shared folder, MS-Windows's user will see 132KB. (Sym link + size of file)Is there a way to allow the user only see the size of the file, and not the file + symbolic links ?
View 1 Replies
View Related
Jun 13, 2011
I was just testing specifying limit on file size to a user and have added the following to /etc/security/limits.conf bob soft fsize 100 This basically should have said not to allow bob to create anyfile greater than 100Kb in size.
But the interesting thing is, if bob already has any file which is greater than 100Kb in size, it even doesn't allow to log him into the system both from console and SSH. Also nothing is logged in logs.. How do I configure it so that, bob can login to the system even though he has any file greater than 100Kb (but doesn't allow him to create file which are greater than 100Kb) ??
View 3 Replies
View Related
Jul 12, 2010
We have some large files with sampling data in it. Don't want to delete these files. But want to quickly overwrite the file with 0s and/or 1s and preserve the original file size.
View 3 Replies
View Related
Jun 4, 2010
Recently I updated to centos 5.5 , every thing is fine , but the mkinitrd can't updated
When try:
yum clean all
yum update
The output :
Loading mirror speeds from cached hostfile
* addons: mirror.cogentco.com
* base: pubmirrors.reflected.net
* extras: mirror.highspeedweb.net
* updates: mirror.cogentco.com
Excluding Packages in global exclude list
Finished
Setting up Update Process .....
Error unpacking rpm package mkinitrd-5.1.19.6-61.el5_5.1.i386
error: unpacking of archive failed on file /lib/bdevid/ata.so: cpio: rename
Failed:
mkinitrd.i386 0:5.1.19.6-61.el5_5.1
Complete!
View 19 Replies
View Related
Jun 18, 2010
I am using DD to backup entire system partitions and now I am trying to restore one. The resulting disk image from my buggy process has zero bytes. D'oh.It apparently thinks the image was trailing garbage and ignores it. It deletes the original file and replaces it with a zero byte .dd file. I have the original copy of the image in a dd.gz file. It's 6.3 GB so it may still contain the data.How do I get the original image back without destroying it again?
View 1 Replies
View Related
Nov 10, 2010
I've installed all the programs I need but Dropbox which is very important for me as all my computers are connect with this service.The installation of Dropbox stop everytime at "unpacking 97 %" .
View 12 Replies
View Related
Oct 11, 2009
I just did 'yum update' on my system and got a number of errors such as this one:
Code:
Updating : xfce4-settings-4.6.1-4.fc11.i586 87/184
Error unpacking rpm package xfce4-settings-4.6.1-4.fc11.i586
error: unpacking of archive failed on file /usr/share/locale/zh_CN/LC_MESSAGES/xfce4-settings.mo;4ad11889: cpio: open
Sometimes instead of "cpio: open" it was "cpio: rename". There were a total of 18 such errors. These were listed as failures in the summary at the end. I then did another "yum update" and it redid 17 of the 18 successfully. It did not redo f-spot. Here's a snippet of the summary at the end of the first update:
Code:
Updated:
apr.i586 0:1.3.9-1.fc11
b43-fwcutter.i586 0:012-2.fc11
bluez.i586 0:4.42-6.fc11
[code]...
View 3 Replies
View Related
Mar 15, 2010
Is there a maximum size of file that soundKonverter can deal with? I can convert a 10.4MB wma file to mp3, but am unable to convert a 40.2MB wma to mp3 (it produces only a 0byte mp3 file). I'm using it under Hardy Heron.
View 1 Replies
View Related
Jun 20, 2010
Is there any command to get file size in MB in Ubuntu?
View 3 Replies
View Related
Jul 7, 2010
I made 272 Photos from one book. Total size was 920MB. I used than gscan2pdf to create pdf document, and reduced there quality size. Result 116 MB. Than i converted it to grayscale [URL] with:
Code:
gs -sOutputFile=grayscale.pdf -sDEVICE=pdfwrite
-sColorConversionStrategy=Gray -dProcessColorModel=/DeviceGray
-dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH color.pdf
Result: 108MB
Is it anyway possible to reduce size more? Something like Google does with their books?
View 5 Replies
View Related
May 30, 2011
After screwing up an update to Ubuntu 11.04 I decided to do a clean install. I tried downloading the AMD64 DVD image of 11.04 but I have found that some of the files cannot be downloaded and appear to have bad file size. In several mirrors and repositories I found the image size to be only 46.1 MB! (Yes, thats "Mega"-bytes, not Giga-bytes. I ftp'd to the repositories/mirror sites and confirmed this.) Yet in many of the HTTP pages it shows as 4.0 GB.I can't believe that the true size is 46.1 MB as the i386 DVD image is over 3 GB. 4.0 GB sound right, but doesn't match the actual file size. So, how long until it gets updated?
View 6 Replies
View Related
May 11, 2010
I have a large file (deflated size: 602191947)that is not saved in my Ubuntu One account. On sync'ing the file is being uploaded, and eventually reaches 602191947 - and then nothing more happens to this file - but sync'ing the following files in the queue goes on with success. I have tried manual upload with the same result. The file is still being marked as 'uploading' even after several tries and log ins/log outs, and reboots. So I was just wondering whether there is a file size limit - can't seem to find information regarding this.
View 5 Replies
View Related
Jun 5, 2010
I was wondering if there is a way of knowing the size of a file just by positioning the mouse over that file?
View 2 Replies
View Related