Find the answer to your Linux question:
Results 1 to 7 of 7
The other day I downloaded a tarball and found out that I couldn't unzip it because I didn't have bzip2. That was surprising, but what shocked me was that I ...
  1. #1
    Linux Engineer hazel's Avatar
    Join Date
    May 2004
    Location
    Harrow, UK
    Posts
    913

    Why doesn't Debian etch have bzip2?



    The other day I downloaded a tarball and found out that I couldn't unzip it because I didn't have bzip2. That was surprising, but what shocked me was that I couldn't install bzip2 with apt either. It isn't in the repository. I always thought that bzip2 was a normal part of any Linux distro. Now I know that Debian is extremely picky about programs that don't satisfy its own very exacting definition of free software but what's wrong with bzip2? Does anyone know?
    "I'm just a little old lady; don't try to dazzle me with jargon!"

  2. #2
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    bzip2 is on agreement with the Debian policy and it is by all means available from the main repository of Etch. Debian -- Details of package bzip2 in etch

    I do not use aptitude but in dselect I could search for "bzip2" and found it.

    Maybe you obtain your packages from an incomplete mirror? Check your
    /etc/apt/sources.list where the address of your distributor can be found.
    Debian GNU/Linux -- You know you want it.

  3. #3
    Linux Engineer hazel's Avatar
    Join Date
    May 2004
    Location
    Harrow, UK
    Posts
    913
    The only addresses I have listed are:

    deb Index of /debian etch main
    deb-src Index of /debian etch main

    deb Debian -- Security Information etch/updates main contrib
    deb-src Debian -- Security Information etch/updates main contrib

    Should there be others?

    btw I installed bzip2 from source so I have it now.
    "I'm just a little old lady; don't try to dazzle me with jargon!"

  4. #4
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    Quote Originally Posted by hazel View Post
    Should there be others?
    No, looks fine, provided the UK mirror repo is not stripped down, but this is very unlikely. I think you have just overlooked it for some reason.


    Quote Originally Posted by hazel View Post
    btw I installed bzip2 from source so I have it now.
    Haha, way to go.
    (But keep in mind you are responsible to keep track of security issues by yourself for this program now.)
    Debian GNU/Linux -- You know you want it.

  5. #5
    Linux Engineer Freston's Avatar
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    1,042
    I unzip all my .bz2's with ye olde
    Code:
    tar -xvjf
    Can't tell an OS by it's GUI

  6. #6
    Linux Engineer hazel's Avatar
    Join Date
    May 2004
    Location
    Harrow, UK
    Posts
    913
    Quote Originally Posted by Freston View Post
    I unzip all my .bz2's with ye olde
    Code:
    tar -xvjf
    Now why didn't I think of that? It's so bloody obvious!
    "I'm just a little old lady; don't try to dazzle me with jargon!"

  7. #7
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    I think it would have complained because tar, at least GNU tar, does rely on and invoke the standalone program bzip2 if called with this option.
    Debian GNU/Linux -- You know you want it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •