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 ...
- 07-06-2007 #1Just 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
- 07-06-2007 #2
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
- 07-06-2007 #3
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
go through manual and learn.Code:man unrar
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-06-2007 #4Just 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.


Reply With Quote