rar files and linux

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • caveman_nige
    V.I.P. Member
    • Feb 2008
    • 4920

    #1

    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

  • 20clarky08
    Newbie
    • Nov 2008
    • 4

    #2
    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

    Comment

    • caveman_nige
      V.I.P. Member
      • Feb 2008
      • 4920

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

      Comment

      • red devil
        DK Veteran
        • Oct 2008
        • 690

        #4
        Originally posted by 20clarky08
        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; 20 June, 2009, 23:53.

        Comment

        • beady
          Junior Member
          • Jul 2008
          • 27

          #5
          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.

          Comment

          • pothead
            Junior Member
            • May 2008
            • 37

            #6
            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
            Get More Followers Free

            Comment

            • kari
              Junior Member
              • Sep 2009
              • 21

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

              Comment

              • chmod-uk
                Junior Member
                • Nov 2008
                • 24

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

                Comment

                • win32
                  Newbie
                  • Dec 2009
                  • 1

                  #9



                  Hello , how to install RAR (Archiver)

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

                  Comment

                  • ilac
                    Newbie
                    • Feb 2010
                    • 1

                    #10
                    Originally posted by kari
                    use Synaptic Package Manager click find and write unrar, mark it and install
                    unrar is only decompression

                    Comment

                    • hackhain
                      Newbie
                      • Feb 2010
                      • 6

                      #11
                      Originally posted by ilac
                      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.

                      Comment

                      • hrabe
                        Newbie
                        • Jul 2010
                        • 15

                        #12
                        the best sw for me is unrar...

                        Comment

                        • jeff114
                          Junior Member
                          • Jan 2010
                          • 25

                          #13
                          You can use ark under KDE with unrar.

                          jeff

                          Comment

                          • hinko
                            Junior Member
                            • Aug 2010
                            • 34

                            #14
                            issue is p7zip

                            Originally posted by red devil
                            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..

                            Comment

                            • zsolty_szasz
                              Top Poster
                              • Sep 2009
                              • 140

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

                              Comment

                              Working...