Unix Technical Forum

Upgrade Slackware tgz/txt to tbz2/txt

This is a discussion on Upgrade Slackware tgz/txt to tbz2/txt within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> I sure wish if in a future Slackware, the default Slackware archive format were upgraded to tbz2 from the ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-19-2008, 11:57 AM
Joaco
 
Posts: n/a
Default Upgrade Slackware tgz/txt to tbz2/txt

I sure wish if in a future Slackware, the default Slackware
archive format were upgraded to tbz2 from the current tgz.

Package content has grown so much, that most stuff I see in
the Linux community is being repackaged using bzip2, rather
than the old gzip.

Sure save a lot of space grief if the pkgtool utilities were
modified to support both formats.

just a wish
TonyB

--
__ __ _ I N C. http://www.sysdev.org
/ __|\\// __|| \ __ __ / tonyb@sysdev.org
\__ \ \/\__ \||)|/ O_)\/ / \/ System Tools / Utilities
|___/ || ___/|_ /\___|\_/ WIntel / Linux Device Drivers

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-19-2008, 11:57 AM
harston
 
Posts: n/a
Default Re: Upgrade Slackware tgz/txt to tbz2/txt

On Thu, 03 Jun 2004 23:05:05 +0000, Joaco wrote:
> I sure wish if in a future Slackware, the default Slackware archive
> format were upgraded to tbz2 from the current tgz.
>
> Package content has grown so much, that most stuff I see in the Linux
> community is being repackaged using bzip2, rather than the old gzip.
>
> Sure save a lot of space grief if the pkgtool utilities were modified to
> support both formats.


I start to rewriting pkgtools for using tbz2 format for my own usage. At
this moment i have too many other work, but soon i'll ssend link to it.

--
Pawel Gawinek-Samelczak // harston*geek.one.pl
RLU: 221813 // GG: 34087 // JID: harston*jabberpl.org

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-19-2008, 11:57 AM
core_dump
 
Posts: n/a
Default Re: Upgrade Slackware tgz/txt to tbz2/txt

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Joaco wrote:

>
> just a wish
> TonyB
>


Me and everyone else have suggested this at one point in time or another. We
always get the same response - that bz2 is slower on old machines and it
would not save enough necessary to reduce the amount of discs in the
Slackware distribution.

- --
- -core_dump
Registered Linux User #334094 <http://counter.li.org>

- -----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GG/CS/CC d- s-:+ a--- C++ UL+ P L++++ E--- W++(--) N+++ o? K? w(--)
O? M-(--) V? PS+(---) PE(++) Y++ PGP++ t+ 5? X+ R tv b+ DI+ D+(---) G e h!
r-- y--
- ------END GEEK CODE BLOCK------
Segmentation fault (core dumped)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFAwEdOvetqfsJjmf8RAk4+AJ9/fx8kzOaVkq5LxKuZI/sIATxfVgCgjfxR
0u7TnzjDNSlpUBmjiiV1AtQ=
=PGpl
-----END PGP SIGNATURE-----
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-19-2008, 11:57 AM
harston
 
Posts: n/a
Default Re: Upgrade Slackware tgz/txt to tbz2/txt

On Fri, 04 Jun 2004 05:56:25 -0400, core_dump wrote:
> Me and everyone else have suggested this at one point in time or
> another. We always get the same response - that bz2 is slower on old
> machines and it would not save enough necessary to reduce the amount of
> discs in the Slackware distribution.


Yes, but remember that also is possible to make pkgtools that can use tgz
and also tbz2 packages. Then you get iso or packages from tgz mirror or
from tbz2 mirror. Like with kernel source, you can download tar.gz or
tar.bz2 archive.

--
Pawel Gawinek-Samelczak // harston*geek.one.pl
RLU: 221813 // GG: 34087 // JID: harston*jabberpl.org
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-19-2008, 11:58 AM
Thomas Overgaard
 
Posts: n/a
Default Re: Upgrade Slackware tgz/txt to tbz2/txt


Joaco wrote :

> Package content has grown so much, that most stuff I see in
> the Linux community is being repackaged using bzip2, rather
> than the old gzip.


That because most stuff you see is source-code and when its pure text
there's a lot to gain from using bzip2 instead of gzip. But when it
comes to compressing stripped binaries the difference is only a few
percent.
--
Thomas O.

This area is designed to become quite warm during normal operation.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-19-2008, 11:58 AM
Matthew Robinson
 
Posts: n/a
Default Re: Upgrade Slackware tgz/txt to tbz2/txt

> I start to rewriting pkgtools for using tbz2 format for my own usage. At
>dependencynt i have too many other work, but soon i'll ssend link to it.


wouldn't moving to a new compression algorithm be a good chance to add some
dependancy checking? just a thought...

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-19-2008, 11:58 AM
Ondrej Kubecka
 
Posts: n/a
Default Re: Upgrade Slackware tgz/txt to tbz2/txt

On Fri, 04 Jun 2004 19:48:04 +0100, Matthew Robinson wrote:

> wouldn't moving to a new compression algorithm be a good chance to add
> some dependancy checking? just a thought...


One of the reasons why I use Slackware is that it is not trying to be
smarter then me (any admin) expectenig the person who wants to do
something know who he/she is doing and how to do it.

Actually I'd strongly suggest to keep away from dependency checking just
to keep diversity and choice among distros. Who wants to have dependencies
checked can easiky use other distributions that have done it for some time
now and I guess they do it well.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-19-2008, 11:58 AM
Henrik Carlqvist
 
Posts: n/a
Default Re: Upgrade Slackware tgz/txt to tbz2/txt

Joaco <tonyb@bogus.net> wrote:
> I sure wish if in a future Slackware, the default Slackware
> archive format were upgraded to tbz2 from the current tgz.


We wouldn't win that many percents in compression on such a replacement.
However, like Slackware once replaced the floppies with CDs, maybe it
would be time to replace the CDs with DVDs? It would all fit on one DVD
and still leave room for new goodies like OpenOffice.

regards Henrik
--
The address in the header is only to prevent spam. My real address is:
hc2(at)uthyres.com Examples of addresses which go to spammers:
info@balticinkasso.com remove@emailpromo.biz root@localhost

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-19-2008, 11:58 AM
William Park
 
Posts: n/a
Default Re: Upgrade Slackware tgz/txt to tbz2/txt

Henrik Carlqvist <Henrik.Carlqvist@deadspam.com> wrote:
> Joaco <tonyb@bogus.net> wrote:
> > I sure wish if in a future Slackware, the default Slackware
> > archive format were upgraded to tbz2 from the current tgz.

>
> We wouldn't win that many percents in compression on such a replacement.
> However, like Slackware once replaced the floppies with CDs, maybe it
> would be time to replace the CDs with DVDs? It would all fit on one DVD
> and still leave room for new goodies like OpenOffice.


That would be good. But, I still want ability to boot from floppy and
install over NFS for installing on old machine.

--
William Park, Open Geometry Consulting, <opengeometry@yahoo.ca>
No, I will not fix your computer! I'll reformat your harddisk, though.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-19-2008, 11:58 AM
~kurt
 
Posts: n/a
Default Re: Upgrade Slackware tgz/txt to tbz2/txt

Henrik Carlqvist <Henrik.Carlqvist@deadspam.com> wrote:
>
> However, like Slackware once replaced the floppies with CDs, maybe it
> would be time to replace the CDs with DVDs? It would all fit on one DVD


Uh, no. I have yet to install Slackware on a machine that even has a
DVD reader. Maybe in another 5 years when computers without DVD readers
are as scarce as computers without CD readers are today.

- Kurt
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:44 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com