Find the answer to your Linux question:
Results 1 to 4 of 4
i installed ubuntu yesterday , and i want to open a rar file i donwloaded. i downloaded winrar for linux and i read that i need to compile it or ...
  1. #1
    Just Joined!
    Join Date
    Jul 2007
    Posts
    2

    complie winrar

    i installed ubuntu yesterday , and i want to open a rar file i donwloaded.
    i downloaded winrar for linux and i read that i need to compile it or something, i opened terminal, and entered make

    oren@oren-desktop:~/Desktop/rar$ make
    mkdir -p /usr/local/bin
    mkdir -p /usr/local/lib
    cp rar unrar /usr/local/bin
    cp: cannot create regular file `/usr/local/bin/rar': Permission denied
    cp: cannot create regular file `/usr/local/bin/unrar': Permission denied
    make: *** [install] Error 1

    no permission, what to so please help.
    i dont want another way to open the rar file i really want to install the winrar. i want to learn

  2. #2
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Why not just use unrar instead? It may already be installed on your system. If not, you can install it with sudo apt-get install unrar-nonfree.
    Registered Linux user #270181
    TechieMoe's Tech Rants

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome,

    if you want to learn then i would suggest you learn in Linux way only.
    check this Tutorial: How to Install Softwares in Linux?

    you can use 'unrar' to extract 'rar' archives.
    execute this
    Code:
    man unrar
    go through manual and learn.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Just Joined!
    Join Date
    Jul 2007
    Posts
    2
    i understod what to do, i need to change to root user
    but theres no root user a ubuntu soo before using the make command i need to write sudo , when you write sudo before any command you activeating the command as super user.
    thanks.

Posting Permissions

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