Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-21-2002, 07:11 PM
|
#1
|
LQ Newbie
Registered: Mar 2002
Location: Ontario, Canada
Distribution: Mandrake 8.1
Posts: 3
Rep:
|
I can't install downloaded software!
O.K. -- for starters, I am only marginally computer literate. I just installed Mandrake 8.1 Standard Edition. I downloaded a few of my favorite programs, and expected the installation to be automatic -- guess not. Well I found the files that I had downloaded and clicked on each only to have the "open with" window come up. I looked in the manual and it referred to rpmDrake -- I don't have this program (I tried find files, and there was nothing by that name). I asked another user for advice, and he mentioned Kpackage -- I don't have this either. Someone gave me the console commands to intall my files, well this worked for one of them, but was a real pain in the a@@! I get various error msgs for the other programs when I tried the manual install. Can anyone help????
BTW -- there are both rpm and tar.gz programs

|
|
|
03-21-2002, 07:18 PM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
you WILL have rpmdrake on your system, using gnome or kde there should be a link on your desktop called Software Manager. and it's VASTLY better than kpackage, as it does all the icky stuff for you.
|
|
|
03-21-2002, 08:17 PM
|
#3
|
LQ Newbie
Registered: Mar 2002
Location: Ontario, Canada
Distribution: Mandrake 8.1
Posts: 3
Original Poster
Rep:
|
Can you tell me where I might find it or if it could be called something else? The manual says that it should be under System in the Control Center -- it's not there! I looked through every area on the KDE menu and can't find anything like it! I'm thinking either it was left out of my version, or I installed the thing wrong, because I have spent forever looking for it, and it doesn't seem to exist!

|
|
|
03-21-2002, 10:32 PM
|
#4
|
LQ Addict
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704
Rep:
|
Look under K->System for Package Manager, it will allow you to install rpms, on the other hand if you downloaded .tar.gz or .tgz file you can use KArchiver (on Mandy it is under K->Accessories I believe, I am not in Mandy right now) to decompress the archive and then usually go to the directory that is created during decompression and running in console
./configure
make
su
Password: <---- enter pass for root
make install
|
|
|
03-22-2002, 05:19 AM
|
#5
|
LQ Newbie
Registered: Mar 2002
Location: Ontario, Canada
Distribution: Mandrake 8.1
Posts: 3
Original Poster
Rep:
|
The only choices under "System" are: Date & Time, Konsole, Login Manager, Printing Manager, and Session Manager -- see my problem??? 
|
|
|
03-22-2002, 06:01 AM
|
#6
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
just try and run rpmdrake in a console window. if i's really not installed, which i think is pretty unlikely, just install it from the cd's, there's an rpm called rpmdrake-1.4-18mdk.rpm on cd1 i think it is.
|
|
|
03-23-2002, 01:30 AM
|
#7
|
LQ Newbie
Registered: Feb 2002
Posts: 27
Rep:
|
There are basicly two or three types of files which can be installed.
First one is rpm type file, if you are finding difficult to find RPMDake, use the following command as root in the direcotry where you have the package file
rpm -i packagename.rpm
if it is a .bin file first check if you have persmissions for the file to execute, if you dont change the permission by using the following command
chmod u+x packagename.bin
then run
./packagename.bin
if you have a .tar.gz or .tar file , its like zip file so all you need to do i extract the file, use the following command
tar -xvzf packagename.tar.gz
once extracted find a .configure file to run.
use the following command for that
./configure
|
|
|
All times are GMT -5. The time now is 10:18 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|