LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 12-14-2004, 09:29 PM   #1
BarfBag
Member
 
Registered: Nov 2004
Location: Baltimore, MD, USA
Distribution: Ubuntu
Posts: 100

Rep: Reputation: 15
Installing Things


I'm a SuSE newbie (only had it about a month) and a former WinDOZE user so you'll have to forgive me for asking such a stupid question.

Installing things is like brain surgery. You have to go into Konsole and type in all kinds of weird stuff and MAN! Isn't there a easier way?!? I know like nothing about the commands you have to type.

Whenever I click the RPM or whatever, it SAYS that it installs, but I can never find it.
 
Old 12-14-2004, 09:54 PM   #2
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
You should be able in KDE to just right-click on the RPM file and select actions > Install with Yast. That's really all there is to it unless we start talking about installing groups of packages. Other window managers will require a somewhat different approach but it is still not difficult by any means.

If you are operating in Gnome you will need to work in the terminal unless you decide to set up an install directory in YaST and work strictly from that path. For example, you could configure an install directory from /home/~/Desktop, place your RPM's there when downloaded, refresh the source in YaST, and the packages will appear in the Install and Remove Software module.

I'm too impatient for that (although it is a nice tool) so I just open a terminal and fromt there you have several options for installing the RPM packages. For example, you could cd to the directory of the RPM's and issue any of these commands:

rpm -i <name of package>
yast -i <name of package>
rpm -Uhv *.rpm

So, let's say that I've just downloaded an RPM file that contains the Opera web browser to my home desktop. Okay, here is what the start of the terminal session might look like:

Code:
xian@linux:~> su
Password:
linux:/home/xian # cd /home/xian/Desktop/
linux:/home/xian/Desktop # rpm -i opera-7.54-20041210.5-shared-qt.i386-en.rpm
If I downloaded a group of RPM's such as the Xfce4 Desktop packages to a folder in my home directory, the start of the terminal session might look like:

Code:
xian@linux:~> su
Password:
linux:/home/xian # cd /home/xian/xfce4
linux:/home/xian # rpm -Uhv *.rpm
 
Old 12-15-2004, 09:40 AM   #3
jdblick
Member
 
Registered: Sep 2004
Distribution: SUSE 10.0 OSS
Posts: 261

Rep: Reputation: 30
I tell ya, it's tough man. I've installed and lost all kinds of stuff. It's there somewhere, but where?!?
 
Old 12-15-2004, 10:25 AM   #4
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
I think installing with Yast is almost Windows-like.

First of all I would have a look in your KDE menu. If it's an original SuSE package, there will be a link in most cases.

Next you can find a command if you type which <command> on console. If this returns something, you may always start this program by just typing the program name (command).

If you want to know where all files have been copied to, click on the RPM in konqueror and have a look in the tab 'Files', or type rpm -ql <packagename> on console.
 
Old 12-15-2004, 04:36 PM   #5
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
Re: Installing Things

Quote:
Originally posted by BarfBag
Whenever I click the RPM or whatever, it SAYS that it installs, but I can never find it.
Give us a few examples and we will try to locate them for you.
 
Old 12-15-2004, 06:26 PM   #6
vapors1911
LQ Newbie
 
Registered: Nov 2004
Posts: 6

Rep: Reputation: 0
Go to the "Find Files" or "Search for files", there should be an icon on your suse menu. I forget if it was called find or search cause I renamed mine

That is a good way to search your computer for certain things that were compiled and installed from source instead of using yast.

Once you find the binary file you are looking for, you can edit the kmenu to point to that file.
 
Old 12-15-2004, 07:05 PM   #7
BarfBag
Member
 
Registered: Nov 2004
Location: Baltimore, MD, USA
Distribution: Ubuntu
Posts: 100

Original Poster
Rep: Reputation: 15
Re: Re: Installing Things

Quote:
Originally posted by Xian
Give us a few examples and we will try to locate them for you.
For example, Wine. I just installed it and can't find it for the life of me.
 
Old 12-15-2004, 07:35 PM   #8
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
Wine is a command line program for the most part. Most people generally use their WM to associate the .exe file type with wine so that it will just automatically open that windows extension whenever it is run. Usually just a right-click on an .exe file > open with > wine (the exact method depends on the WM) is enough to get this started. However you can also use a terminal session to do the same thing. The arguments are very simple.

Here's a quick tutorial section: Using Wine
 
Old 12-16-2004, 09:43 PM   #9
BarfBag
Member
 
Registered: Nov 2004
Location: Baltimore, MD, USA
Distribution: Ubuntu
Posts: 100

Original Poster
Rep: Reputation: 15
Thank you! I fixed all the trouble I've been having with Wine.

One more thing, I installed Bochs (an open source virtual machine type program) and I can't find it anywhere.
 
Old 12-17-2004, 09:57 AM   #10
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
Look at these explanations on the SuSE site:

http://forums.suselinuxsupport.de/in...&hl=suseconfig
http://forums.suselinuxsupport.de/in...showtopic=4343
http://forums.suselinuxsupport.de/in...showtopic=7335

HTH
 
  


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
Suse: confused on many things, why is installing things so hard? blackflare Linux - Newbie 11 10-16-2007 04:35 AM
I need help please installing these things Bijan Mandriva 4 10-13-2005 09:02 PM
Installing Things Vinn3Bo1 Linux - Newbie 4 04-20-2005 12:11 AM
installing things Jeebizz Slackware 3 09-17-2004 05:33 PM
Installing Things thebear Linux - Newbie 4 08-12-2003 10:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 08:05 AM.

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