Find the answer to your Linux question:
Results 1 to 5 of 5
Hello, I've got a problem. How do you rar a big file, in separated rar's of 100mb each, with a password? apt-get install rar doens't work because the link to ...
  1. #1
    Just Joined!
    Join Date
    Dec 2007
    Posts
    2

    Rar files in Debian Sarge



    Hello,

    I've got a problem. How do you rar a big file, in separated rar's of 100mb each, with a password?
    apt-get install rar doens't work because the link to the ftp is wrong.
    I've tried rarlinux but don't know how to run it.
    I'm new with Linux and Debian.. Got the server today. Could some one help me with getting this?

    Greets,
    Hellfjre

  2. #2
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    For the rar package, you can take a look here:
    ftp://ftp.debian.org/debian/pool/non-free/r/rar/

    As for compressing a file in multiple volumes, perhaps this can help you:
    http://www.linuxforums.org/forum/lin...ple-files.html
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  3. #3
    Just Joined!
    Join Date
    Dec 2007
    Posts
    2
    if i try one of those commands, it says it can't find the file or directory. I'm new with linux.. so what file do I need on that ftp and how you run it?

  4. #4
    Linux Newbie Tutku's Avatar
    Join Date
    Jul 2007
    Location
    Izmir / Turkey
    Posts
    167
    There is a unrar packages for Debian:
    Debian -- Details of package unrar in etch

    just install with
    Code:
    sudo apt-get install unrar
    command.

    For opening archives use this command:

    Code:
    unrar x name_of_file.rar

  5. #5
    Linux Newbie
    Join Date
    Aug 2006
    Location
    england
    Posts
    138
    you need to enable non free repository
    at a root prompt type
    gedit /etc/apt/sources.list
    look for the non free repo line and uncomment it or if it's not there then you will have to add it,save file and
    apt-get update
    apt-get install rar
    by the way debian etch is the current stable version,sarge is now obsolete

Posting Permissions

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