Register
Results 1 to 15 of 15
  1. #1
    Admin Assistant
    caveman_nige's Avatar
    Join Date
    Feb 2008
    Location
    In my Cave
    Posts
    4,920
    Thanks Thanks Given 
    38
    Thanks Thanks Received 
    66
    Thanked in
    36 Posts

    Question rar files and linux

    what free app is best used to umpack rar files in linux... namely ubuntu 9.04 and Opensuse 11.0

    Thanks


  2. #2
    Newbie
    Join Date
    Nov 2008
    Posts
    4
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    if you know how to use a terminal then enter

    sudo apt-get install p7zip unrar rar

    then enter you password, the default GNOME archive manager can now handle rar's mate

  3. #3
    Admin Assistant
    caveman_nige's Avatar
    Join Date
    Feb 2008
    Location
    In my Cave
    Posts
    4,920
    Thanks Thanks Given 
    38
    Thanks Thanks Received 
    66
    Thanked in
    36 Posts

    Default

    will give that a try... however is there not an app that can be downloaded etc?


  4. #4
    DK Veteran
    Join Date
    Oct 2008
    Posts
    690
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Quote Originally Posted by 20clarky08 View Post
    if you know how to use a terminal then enter

    sudo apt-get install p7zip unrar rar

    then enter you password, the default GNOME archive manager can now handle rar's mate
    hmm i was at this also last week and it wouldnt work on ubuntu 9.04 and its a new original disc, any other suggestions m8
    thanks

    ok im gettin this

    home@desktop-linux:~$ sudo apt-get install p7zip unrar rar
    [sudo] password for home:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package p7zip is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    E: Package p7zip has no installation candidate

    so im guessin its not there
    Last edited by red devil; 20th June, 2009 at 11:53 PM.

  5. #5
    Junior Member
    Join Date
    Jul 2008
    Posts
    27
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    You won't need p7zip for rar files. Just unrar for uncompression, so
    Code:
    sudo aptitude install unrar
    should do the job.
    I'm not using Ubuntu, so it might be named slightly differently, but
    Code:
     aptitude search unrar
    should give you the actual package name.

  6. #6
    Junior Member pothead's Avatar
    Join Date
    May 2008
    Location
    U.K.
    Posts
    37
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default winrar 4 linux

    abit late i know but heres winrar for linux

    To install, simply extract this archive to a place such as your desktop. Then download a Windows WinRAR installer such as wrar371.exe (although you should download the lastest version). Copy this .exe into the WinRAR Installers directory. Now open up a terminal window and change directory to the on that this ReadMe.txt is in and run 'WinRAR.sh' or depending on your version of Linux, you might just be able to double click on WinRAR.sh and it will start. Click the Install button and select the version of WinRAR you would like to install from the list and click the Install button. Hopefully a message will appear saying that it is now installed. Click the OK button and then click Run from the main menu. WinRAR will now start!

    Deposit Files

  7. #7
    Junior Member kari's Avatar
    Join Date
    Sep 2009
    Location
    Finland
    Posts
    21
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post

    Default

    use Synaptic Package Manager click find and write unrar, mark it and install

  8. #8
    Junior Member chmod-uk's Avatar
    Join Date
    Nov 2008
    Posts
    24
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    you've probably only got the cdrom repositories selected, open synaptic and select all the other sources in the repository.

  9. #9
    Newbie
    Join Date
    Dec 2009
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default




    Hello , how to install RAR (Archiver)

    sudo apt-get install rar
    sudo ln -fs /usr/bin/rar /usr/bin/unra

  10. #10
    Newbie
    Join Date
    Feb 2010
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Quote Originally Posted by kari View Post
    use Synaptic Package Manager click find and write unrar, mark it and install
    unrar is only decompression

  11. #11
    Newbie
    Join Date
    Feb 2010
    Posts
    6
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Quote Originally Posted by ilac View Post
    unrar is only decompression
    Synaptic Package Manager(SPM) can catch easily what he needs. Enter in search box 'rar' in S.P.M. Then Mark unrar, ark (optionally p7zip-full) check boxes. That's all.

    PS.These package names are based in Karmic(9.10) Ubuntu. Other distros may call them with another name.

  12. #12
    Newbie
    Join Date
    Jul 2010
    Posts
    15
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    the best sw for me is unrar...

  13. #13
    Junior Member
    Join Date
    Jan 2010
    Posts
    25
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    You can use ark under KDE with unrar.

    jeff

  14. #14
    Junior Member hinko's Avatar
    Join Date
    Aug 2010
    Location
    Slovenia
    Posts
    34
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default issue is p7zip

    Quote Originally Posted by red devil View Post
    hmm i was at this also last week and it wouldnt work on ubuntu 9.04 and its a new original disc, any other suggestions m8
    thanks

    ok im gettin this

    home@desktop-linux:~$ sudo apt-get install p7zip unrar rar
    [sudo] password for home:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package p7zip is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    E: Package p7zip has no installation candidate

    so im guessin its not there
    As the error says, p7zip is not a recognized package name for ubuntu. Otoh, rar and unrar probably are. Above command line should work if p7zip is ommited, and is also not needed for rar handling..

  15. #15
    Top Poster
    Join Date
    Sep 2009
    Posts
    140
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post

    Default

    You can also install wine+winrar if you like more winrar from windows.

 

 

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.