me noob , can't install software

Hi, I downloaded a file, untared it, configued it, then when I go to INSTALL I am told permission denied. I do not know what to do. Please help me? Thank You Willie.

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar34.webp

1 Posts
Location -
Joined 2004-10-28
Hi, I downloaded a file, untared it, configued it, then when I go to "INSTALL" I am told "permission denied". I do not know what to do. Please help me?
 
Thank You
Willie

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar12.webp

20 Posts
Location -
Joined 2004-10-24
Im pretty new to linux as well. but if you can open the file in graphic mode you can right click on it and change the permissions. I had the same problem once. also make install... maybe u need to run that command.
 
I dont know how to change permisions in the shell.
 
Yoper linux ROCKS!!

data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
If you are configuring from source, then the steps are often;
 
./configure
 
make
 
then you need to go to root user by typing in su. then entering your password. At that point, you can do;
 
make install
 
However, it would help if you tell us what package that you are attempting to install, as directions do vary.

data/avatar/default/avatar05.webp

500 Posts
Location -
Joined 2004-04-06
Use the command
 
chmod a+x
 
to change the permissions.