Computing.Net > Forums > Linux > how to install sudo?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

how to install sudo?

Reply to Message Icon

Name: Ahad
Date: February 15, 2002 at 22:30:58 Pacific
Comment:

Hello everyone,
I'm trying to install sudo-1.6.5p2.tar.gz on redhat 7.2 linux server.Can someone show me the steps how to install it.

Thanks



Sponsored Link
Ads by Google

Response Number 1
Name: Jake
Date: February 19, 2002 at 08:37:32 Pacific
Reply:

It sounds like all you want to do is unpack and compile it. If so, this is what you do:

tar -xzvf sudo-1.6.5p2.tar.gz
cd name_of_directory_just_created
./configure
make
make install (as root)

You need to have gcc to compile the source, and it may require some libraries. If the compilation fails, just get an rpm from rpmfind.net

to install an rpm:
rpm -i whatever.rpm (as root)


0

Response Number 2
Name: Ahad
Date: March 13, 2002 at 23:41:02 Pacific
Reply:

Thanks for u'r reply jake.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: how to install sudo?

How to install a Zip Drive, Floppy Disk, CD-ROM and a CD-RW www.computing.net/answers/linux/how-to-install-a-zip-drive-floppy-disk-cdrom-and-a-cdrw/90.html

How to Install Linux on Windows XP Home www.computing.net/answers/linux/how-to-install-linux-on-windows-xp-home/8351.html

how to install qpopper in redhat 7.0 www.computing.net/answers/linux/how-to-install-qpopper-in-redhat-70/12482.html