search for: bunzip

Displaying 7 results from an estimated 7 matches for "bunzip".

Did you mean: unzip
2013 Apr 02
1
R doesn't recognize utils functions, such as arrayIndex( )
...long. When I looked up utils package, This page http://astrostatistics.psu.edu/su07/R/html/utils/html/00Index.html shows exactly the same result, but this page http://rss.acs.unt.edu/Rdoc/library/R.utils/html/00Index.html shows a different list and none of the functions listed( such as arrayIndex, bunzip, doCall) is recognized by R:No documentation for ‘arrayIndex’ in specified packages and libraries: you could try ‘??arrayIndex’. So I'm just confused: 1. why does utils package have two different lists of functions? 2. If arrayIndex() comes with utils package, why can't R recognize it ? I...
2017 Sep 29
2
yum repo issue
...ut the client using this repo says it cannot find this rpm (i did yum info ibutils-libs --disablerepo=* --enablerepo=c74 to exclude all other repos). other rpms are ok to use, so nothing structural going wrong (i think) the repo sqlite.bz2 on the client (in /var/cache/yum/...) mentions the rpm (bunzip ...sqlite3.bz2; sqlite3 ...sqlite .dump |grep ibutils-libs), so i guess that one is ok. i downloaded the rpm from our repo and official mirror, same md5sum. the weird thing is that yum localinstall also fails: > [root at hyp101 tmp]# yum localinstall ibutils-libs-1.5.7-13.el7.x86_64.rpm >...
2017 Sep 29
0
yum repo issue
...it cannot find this rpm (i did yum info > ibutils-libs --disablerepo=* --enablerepo=c74 to exclude all other repos). > > other rpms are ok to use, so nothing structural going wrong (i think) > > > the repo sqlite.bz2 on the client (in /var/cache/yum/...) mentions the > rpm (bunzip ...sqlite3.bz2; sqlite3 ...sqlite .dump |grep ibutils-libs), > so i guess that one is ok. > > i downloaded the rpm from our repo and official mirror, same md5sum. > > the weird thing is that yum localinstall also fails: >> [root at hyp101 tmp]# yum localinstall ibutils-libs-1...
2010 Oct 07
1
hfsutils package
Has anyone used the hfsutils package? I tried the following and get an error: hfs mount ../vlc-1.1.3-intel.dmg hfsutils version 3.2.6 - Copyright (C) 1996-1998 Robert Leslie This is free software but comes with ABSOLUTELY NO WARRANTY. Type `license' for details. expected integer but got "../vlc-1.1.3-intel.dmg" while executing "hfs mount $path $partno"
2003 Jan 29
0
VP3 for xine 1.0-beta4
.... If you would like to try this out: * go to http://xinehq.de * download xine-lib-1-beta4.tar.gz * unpack xine-lib: 'tar zxvf xine-lib-1-beta4.tar.gz' cd xine-lib-1-beta4 * download the decoder patch at: http://www.pcisys.net/~melanson/codecs/xine-1b4-vp3-decoder.patch.bz2 * bunzip it: 'bunzip2 xine-1b4-vp3-decoder.patch.bz2' * apply the patch: 'patch -p1 < xine-1b4-vp3-decoder.patch' * run autogen.sh: './autogen.sh' * make and install: 'make; make install' That installs xine-lib. You also need a frontend. If you do not already have...
2003 Jun 25
5
lossless ogg encoding with good compression rate
I think that there is a very simple way to encode audio files with lossless compression around 35%. (the compression may be improved if we can lose some lsb bits around 30% for 2 and 25% for 3) Other lossless audio encoder I've seen reach at maximum a compression of 48% (*.flac, *.ape) So the questions are: 1- Is someone interested in another encoder? 2- If true n.1 may it be included in ogg
2014 Jul 30
2
[LLVMdev] [3.5 Release] Release Candidate 1 Sources and Binaries Available
On 07/30/2014 10:06 AM, Larry Evans wrote: > On 07/30/2014 12:35 AM, Ben Pope wrote: >> On Wednesday, July 30, 2014 01:31 PM, Ben Pope wrote: >> >>> ldd your_built_clang | grep libstdc++ >>> chrpath -l your_built_clang >> >> Hmm, where "your_built_clang" should be the actual failing executable: >>