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 10-14-2012, 06:55 AM   #1
ajay06081993
LQ Newbie
 
Registered: Oct 2012
Posts: 20

Rep: Reputation: Disabled
is their any difference b/w linux and opensuse


hey

i had opensuse12.2 installed in my lapee.when i googled i get more results for linux than opensuse. i am reading the thread how to install form source by trickykid when i apllied it to my computer in first command(i.e $ cd ~) it shows ("If '$' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf $
")
is their any difference b/w linux and opensuse?should i apply the results of linux to opensuse?

with regards
ajay
 
Old 10-14-2012, 07:08 AM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,077

Rep: Reputation: Disabled
I don't know that thread you refer to but my guess is you typed the character '$' at the beginning of your command, like this :
Code:
$ cd ~
Instead simply type:
Code:
cd ~
In the thread you are reading the '$' sign represents part of the "bash prompt" for a regular user and is an output of the bash interpreter, not an input of the user.

And yes, opensuse is a "kind" of Linux (what is usually called a "distribution") so the same commands should be used (mostly).

EDIT. I've found the post you are referring to and I confirm: do not type the leading '$' in any of these commands.

PS As a side note, I advise you not to install from source anything if you can avoid it: better install already built packages intended for your version of your distribution using tools included in it for that purpose, otherwise you will be messing up you system very fast.

Last edited by Didier Spaier; 10-14-2012 at 07:28 AM. Reason: EDIT added
 
Old 10-14-2012, 10:42 AM   #3
theNbomr
LQ 5k Club
 
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
Blog Entries: 2

Rep: Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908
Yes, only install software from source packages if it isn't available from your distro's repository. There will be a tool built into your Linux installation that knows about all of the software that can be installed as a package. There are good reasons for doing this, including automatic or advisories of updates, customization of installations to be compatible with existing software, and handling of dependencies with other software packages (which can be very complex).

--- rod.
 
Old 10-14-2012, 12:07 PM   #4
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
So to answer your question. OpenSuse is built on top of the Linux kernel with a collection of GNU applications, therefore OpenSuse and lots of distros out there are a Gnu-Linux combination that run on your computer.

There are other OSs out there that run on top of the Linux Kernel but they use other apps, like Android.

Now for your to install new software in your computer it is advice to use the software manager found under YasT instead of doing it from source. It will be easier for you that way. Also to compile programs from source in OpenSuse you will need to install the developer tools and libraries, it can get messy so for now stay with the package manager.

You wont be able to install anything the windows way, where you just go to a web site and download the EXE file and click next on all the pop up.

However the file extension for OpenSuse is .rpm incase you wanted to know that.

Good luck to you!
 
Old 10-14-2012, 12:20 PM   #5
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,020

Rep: Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630
Opps , never mind.

Last edited by jefro; 10-14-2012 at 04:02 PM.
 
Old 10-14-2012, 12:59 PM   #6
linux_BSD
Member
 
Registered: Sep 2012
Posts: 47

Rep: Reputation: 4
@ ajay06081993

You don't need to type cd ~ to return to your home directory. Simply type cd by itself and press enter.

Welcome to LQ!
 
Old 10-14-2012, 08:46 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
is their any difference b/w linux and opensuse
that makes NO sense???

that is like asking
"is there a difference between a "TRUCK" and a "ford F-150 "

or
is there a difference between "fruit" and an "Apple "


you might want to start with some basics
look at the TOP of the page here
see that link called" tutorials "
click it

also OpenSUSE has it's own forum
http://forums.opensuse.org/forum.php
opensuse dose a LOT fo things VERY differently that other distros
so you might want to READ the suse wiki
http://en.opensuse.org/Main_Page
 
Old 10-17-2012, 09:06 AM   #8
ajay06081993
LQ Newbie
 
Registered: Oct 2012
Posts: 20

Original Poster
Rep: Reputation: Disabled
i went to the tutorials but their are bunch of tutorials so can you guide me which tutorials i have to read first?
 
Old 10-17-2012, 12:12 PM   #9
linux_BSD
Member
 
Registered: Sep 2012
Posts: 47

Rep: Reputation: 4
Here is a free ebook called Linux 101 Hacks
http://cosy.univ-reims.fr/~bhaggar/d...-101-Hacks.pdf
 
  


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
Difference between Suse linux and Opensuse Micik SUSE / openSUSE 2 11-25-2011 01:20 AM
[SOLVED] Difference between various Linuxes:Ubuntu, Fedora, Debian, Centos, openSUSE kienlarsen Linux - Newbie 76 05-11-2011 01:33 PM
whats the difference between opensuse live and dvd edition??? nypd365 SUSE / openSUSE 2 03-28-2011 09:42 AM
Difference between openSUSE and SUSE xpucto SUSE / openSUSE 2 11-07-2005 12:36 PM

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

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