LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-18-2005, 09:26 PM   #1
BiOs r00t
LQ Newbie
 
Registered: Nov 2005
Distribution: Suse 10
Posts: 11

Rep: Reputation: 0
Installing linux apps


Sorry for such a noob question but can anyone give me a noob explanation on how to install linux apps step by step? I'm trying to install the kdm theme manager but I have no idea on what im doing. I'm very new to linux. I googled and didnt see anything on basic instructions. Thanks for reading.
 
Old 11-18-2005, 09:43 PM   #2
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
YAST

I am not that familar with SuSE but I have read several threads here that say YAST is a graphical tool for downloading packages. Try doing a search on Yast. That would be where I would start. You might want to check and see if yum will also work. that is what I use and it was not that tough to get started with.

http://forge.novell.com/modules/xfmod/project/?yast (Here is a start, I did not read much into it but hopefully it can give you a start.)
 
Old 11-18-2005, 09:58 PM   #3
leandean
Member
 
Registered: Oct 2005
Location: Burley, WA
Distribution: Sabayon, Debian
Posts: 278

Rep: Reputation: Disabled
Go to kde-apps.org, download the rpm. open Konqueror, browse to the rpm you dowloaded. Click on it and select 'Install package with YAST'. simple and easy.

Good luck
 
Old 11-18-2005, 10:02 PM   #4
BiOs r00t
LQ Newbie
 
Registered: Nov 2005
Distribution: Suse 10
Posts: 11

Original Poster
Rep: Reputation: 0
Thanks for replying. Say I download a app for Suse. Unzipping it is easy enough but what do I do next? Just looking for a breakdown of steps to install linux apps. For an example, the kdm manager app, I un zipped it, took a look at the files, couldnt make heads or tails on what to do next, so I took a look at the install notes and it totally confused me. Any help would be appreciated.
 
Old 11-18-2005, 10:25 PM   #5
tsphan
Member
 
Registered: Jan 2005
Location: Clackamas, Oregon, US
Distribution: Slackware 10.2
Posts: 154

Rep: Reputation: 30
you really wouldn't unzip it, the RPM is a nice little package which will automatically install itself if you can tell it too. Try leandean's method of right clicking on it with the file browser (konqueror) and choosing "Install package with YAST"
 
Old 11-18-2005, 10:41 PM   #6
BiOs r00t
LQ Newbie
 
Registered: Nov 2005
Distribution: Suse 10
Posts: 11

Original Poster
Rep: Reputation: 0
Thanks for replying! Ok, heres what im running into now. I did as you said and hit the install with yast. and it tells me "kdelibs not available" What do I do to correct this?
 
Old 11-18-2005, 10:54 PM   #7
tsphan
Member
 
Registered: Jan 2005
Location: Clackamas, Oregon, US
Distribution: Slackware 10.2
Posts: 154

Rep: Reputation: 30
i'm truthfully not very knowledgeable on the subject of Suse or RPMS, but here's my idea:

1) Yast also has a list of programs and libraries you can install from, and hopefully kdelibs are in there.

2) You can go find an RPM for kdelibs also and install that prior to kdm

3) Your KDM rpm file was not meant for Suse, and did not detect the installation location for Suse
 
Old 11-18-2005, 11:02 PM   #8
BiOs r00t
LQ Newbie
 
Registered: Nov 2005
Distribution: Suse 10
Posts: 11

Original Poster
Rep: Reputation: 0
Ok, i installed the kdelibs package agian and the version is 3.4 wich kdmtheme is asking for. but yet when i try and install in yast, it keeps giving me that same message. Not sure if there is something im forgetting to do or if there is another method of installing this. I really appreciate yuour help with this.
 
Old 11-18-2005, 11:31 PM   #9
BiOs r00t
LQ Newbie
 
Registered: Nov 2005
Distribution: Suse 10
Posts: 11

Original Poster
Rep: Reputation: 0
Ok, I tried ignoring the erros about kdelibs and installed it. I found KDM Theme manager in the control center but when i click on it, nothing happens, jus gives me a page with this info


kde version 3.4.2 level "b"
user
hostname
system
release
machine


I'm not sure what to do next

So when I went back to yast to software management, i get a message "installation source not refreshed" then I type in kdm and it shows the kdm theme manager in there but it has a padlock to the left of it. Not sure what that means.

Last edited by BiOs r00t; 11-18-2005 at 11:38 PM.
 
Old 11-19-2005, 01:31 AM   #10
tsphan
Member
 
Registered: Jan 2005
Location: Clackamas, Oregon, US
Distribution: Slackware 10.2
Posts: 154

Rep: Reputation: 30
well, now you have KDM installed, the next step would be to configure your Suse machine to load up KDM. This that no longer matches the original theme of this thread, i suggest making a new one, since i don't think any Suse experts will come by any time soon to read this
 
Old 11-19-2005, 11:28 AM   #11
BiOs r00t
LQ Newbie
 
Registered: Nov 2005
Distribution: Suse 10
Posts: 11

Original Poster
Rep: Reputation: 0
Thanks for all your help on this. It's truley appreciated.
 
Old 11-19-2005, 03:35 PM   #12
Netizen
Member
 
Registered: Sep 2003
Location: Texas
Distribution: Slackware and Ubuntu
Posts: 355

Rep: Reputation: 30
The basic steps for installing software form source...

1. Read README for intructions and special setps or arguments to use with ./configure.
2. $ ./configure
3. $ make
4. # make install
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I want to like linux but installing apps sux!! jonnn21 Linux - Software 17 06-28-2005 12:37 PM
Installing Apps mulberry Debian 1 09-29-2004 08:27 PM
Installing Linux Apps in Yellowdog darwinboy Linux - General 3 09-19-2004 10:48 AM
Installing Oracle Apps 11i in Redhat 9 - Linux "bad interpreter" error msoares Linux - Newbie 4 07-14-2004 09:45 PM
Having problems installing apps in Linux and finding where they are... StlthMd Linux - Software 2 08-04-2003 03:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration