Forum overview »
General Linux » me noob , can't install software (1/1)
| me noob , can't install software |
| Author |
Message |
amcgeetb
Junior Member
Posts: 1
Joined: 2004-10-28
Member No.: 45603
|
2004-10-28 16:46:42
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
|
|
| Post #149154 |
|
dapperdan & danleff rock!
Member
Posts: 20
Joined: 2004-10-24
Member No.: 45072
|
2004-10-28 16:56:37
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!!
|
|
| Post #149155 |
|
danleff
Moderator
Posts: 2365
From: Albany, NY
Joined: 2002-08-30
Member No.: 12718
|
2004-10-28 19:34:42
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.
|
|
| Post #149162 |
|
iamroot
Senior Member
Posts: 501
From: GNULand
Joined: 2004-04-06
Member No.: 29114
|
2004-10-29 01:11:09
Use the command
chmod a+x
to change the permissions.
|
|
| Post #149166 |
|
Forum overview »
General Linux » me noob , can't install software
| Legend |
View profile
Mark this post as solution (topic starter only)
Reply with quote to post
Edit post
Delete post (admin only)
|
|