Register
Results 1 to 5 of 5
  1. #1
    Top Poster
    Join Date
    Jun 2008
    Posts
    157
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default Do services .tar.gz files need "unzipping"

    are the winrar unpacked .tar.gz files,,, loaded as that?? i.e. unpacked into dreambox,?

  2. #2
    Junior Member
    Join Date
    May 2008
    Posts
    30
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    ye u just place the .tar.gz filed into the dreambox which unpacks it itself.

  3. #3
    Top Poster
    Join Date
    Jun 2008
    Posts
    157
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    yeah ty,,so thats the package,,Im learning,,whats in it ,,services files and bouquets??

  4. #4
    V.I.P. Member Curious123's Avatar
    Join Date
    Apr 2008
    Posts
    2,591
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    5
    Thanked in
    4 Posts

    Default

    tar.gz is the linux equivalent to winzip. If you copy the file to the var/tmp folder on your dreambox and than on your remote press the blue button and select 'manual install to install the file onto your box.

  5. #5
    Top Poster
    Join Date
    May 2008
    Posts
    140
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Since we're on the topic, tar.gz is essentially a two step archive. The first is the tar (or so called tape archive; yes, the name comes from when tar was basically only used to make backup archives on magnetic tapes) and the second is compression of that tar with gzip. You can extract the tar.gz on your Dreambox (should you be so inclined) by running:

    Code:
    tar zxvf services.tar.gz
    or to do it as a two step process... just uncompress the tar with:

    Code:
    gzip -d services.tar.gz
    which will produce a services.tar, and extract the tar with:

    Code:
    tar xvf services.tar
    Have fun. **

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.