LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 08-27-2007, 04:03 PM   #1
Lord_Drist
LQ Newbie
 
Registered: Aug 2007
Posts: 2

Rep: Reputation: 0
Accessing appliactions in openSuse 10.2


Hello:

Four months ago I decided to try Linux. After reading and doing some researching. I choose openSuSE 10.2.

So far my impression has being extremely good. I'm looking foward to the day I leave Windows behind.

One of the strength I had read of Linux it is huge number applications included in each distribution, but I am having problem locating them.

I need help in the steps I have to take to find these applications.

Thanks
 
Old 08-27-2007, 04:34 PM   #2
rtspitz
Member
 
Registered: Jan 2005
Location: germany
Distribution: suse, opensuse, debian, others for testing
Posts: 307

Rep: Reputation: 33
In case you don't know what you're looking for I suggest to start YAST as root, click on software install button and use the search function.
 
Old 08-27-2007, 05:34 PM   #3
nan0meter
Member
 
Registered: Aug 2007
Location: The Netherlands
Distribution: Fedora 7 x86_64
Posts: 119

Rep: Reputation: 15
Maybe a useless comment but erm, your installed applications are in your applications menu if you use gnome or in your K menu if you use KDE. So erm, the button on the left bottom side of your screen!
 
Old 08-28-2007, 04:08 AM   #4
rtspitz
Member
 
Registered: Jan 2005
Location: germany
Distribution: suse, opensuse, debian, others for testing
Posts: 307

Rep: Reputation: 33
Maybe a useless comment too... hmmm ?

Don't you think people are smart enough to look for analogies to windows start menu and behave as such ? If you don't know what kind of knowledge is there, any comment can be helpful.

I suggest you quit making derogatory comments.
 
Old 08-28-2007, 09:13 AM   #5
Lord_Drist
LQ Newbie
 
Registered: Aug 2007
Posts: 2

Original Poster
Rep: Reputation: 0
Further Explanation

Thanks for the replies, I feel that I did not explain the to the extend that it should. I know how to access applications from the K menu. I want to know if how to access the applications that do not appear in the K-menu. Since there so many that comes include in any distribution.

Again, thaks
 
Old 08-28-2007, 10:26 AM   #6
rtspitz
Member
 
Registered: Jan 2005
Location: germany
Distribution: suse, opensuse, debian, others for testing
Posts: 307

Rep: Reputation: 33
So if I understand, you like to know:

a) what applications are installed on your system right now
b) what applications you can install in addition (from the cd or other sources)

Possilbe solutions:

a1) open a console window and type "rpm -qa | less" (without quotation marks)
this will give you a list of all software packages installed

a2 + b) open a console window, switch to the root account and type "yast2 sw_single"
this will open the suse package management system and lets you search/browse for applications that are available from your installation source.

If you run this in X-Windows you'll get a nice graphical front-end, without X there will be some text-based menu-system. Use the tab-key to navigate around.


example: say you want to know if Firefox is installed, and how to run it

a1)
Code:
"rpm -qa  | grep -i firefox"
if it was found you'll get something like this:

Code:
MozillaFirefox-translations-2.0.0.5-1.2
MozillaFirefox-2.0.0.5-1.2
Now to find which executable you have to run to start it you can type
Code:
 "rpm -ql MozillaFirefox-2.0.0.5-1.2 | less"
to see all the files in that package. In this example you would get a list like this:

Code:
/etc/opt/gnome/gconf/schemas/firefox.schemas
/opt/gnome/share/icons/hicolor
/opt/gnome/share/icons/hicolor/48x48
/opt/gnome/share/icons/hicolor/48x48/apps
/opt/gnome/share/icons/hicolor/48x48/apps/firefox.png
/usr/bin/firefox
...
/usr/bin/firefox is the "exe" file to run to start firefox.
So from a console window (running X-Windows) you just type "firefox".

This procedure will work with any application installed on your system.


a2 + b )

type this to enter the search menu:
Code:
yast2 sw_single
in text-mode press:
Code:
ALT+F then ALT+S
type:
Code:
firefox
in text-mode type:
Code:
ALT+O
Now you'll see a list with everything directly related to firefox. If firefox itself is installed you'll notice the "i" in the left column (text mode) or some checkbox in graphical mode.

The filelist from example a1) can be obtained by pressing: ALT+I and then ALT+F
Use the TAB and ARROW keys to navigate around.

If you get the graphical front end, just use your mouse instead of the ALT+something shortcuts
 
Old 08-29-2007, 08:27 AM   #7
nan0meter
Member
 
Registered: Aug 2007
Location: The Netherlands
Distribution: Fedora 7 x86_64
Posts: 119

Rep: Reputation: 15
Quote:
Originally Posted by rtspitz View Post
Maybe a useless comment too... hmmm ?

Don't you think people are smart enough to look for analogies to windows start menu and behave as such ? If you don't know what kind of knowledge is there, any comment can be helpful.

I suggest you quit making derogatory comments.
Haha, sorry!
 
Old 08-29-2007, 08:35 AM   #8
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by Lord_Drist View Post
Thanks for the replies, I feel that I did not explain the to the extend that it should. I know how to access applications from the K menu. I want to know if how to access the applications that do not appear in the K-menu. Since there so many that comes include in any distribution.

Again, thaks
Package Manager......Most (all??) distros have a package management scheme using "repositories" on the net. It is accessible in the command line--as already described. But it is also in your menus---usually called something like "install software" or "install applications"

When using the package manager, you can designate your installation CD or DVD as one of the sources.
 
Old 08-30-2007, 06:57 AM   #9
nan0meter
Member
 
Registered: Aug 2007
Location: The Netherlands
Distribution: Fedora 7 x86_64
Posts: 119

Rep: Reputation: 15
Well i assume you have found your applications now using YaST. In case you didn't know, you can do a lot more with YaST. When you installed SuSE 10.2 you used YaST as wizzard to let you choose packages and configure your system. Now after you installed your system YaST serves as your "control panel" like in windows, you can configure your hardware and software as well as managing users and security.

For more packages like mp3 support visit this site: http://packman.links2linux.org/. It has a repository for YaST so you can view and install the packages directly through YaST and keep them up to date.

For mp3 support under SuSE 10.2 install the package gstreamer-plugins-bad and optionally gstreamer-plugins-ugly.

Sorry if this was a bit off-topic.

Last edited by nan0meter; 08-30-2007 at 07:00 AM.
 
  


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
Accessing openSUSE artwork sources General SUSE / openSUSE 1 05-25-2007 06:18 AM
No fonts displayed on gnome-find and some old gtk appliactions deepclutch Linux - Software 1 04-29-2007 04:14 AM
opensuse 10.2 deleted08 Linux - General 2 02-28-2007 04:35 PM
OpenSuse 10.0 mikz SUSE / openSUSE 3 11-17-2005 12:41 PM
Voice appliactions in Linux JSP General 1 12-21-2001 09:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:44 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