LinuxQuestions.org
Review your favorite Linux distribution.
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 07-31-2010, 04:04 AM   #1
priyadarshan
Member
 
Registered: Feb 2009
Location: Ahmedabad, Gujarat, India
Posts: 197

Rep: Reputation: Disabled
Basics of installing


I am overwhelmed by numner of jargons like rpm, deb bla bla bla... whats the difference???

Why one cant install the things smoothly like windows???

I want to install GIT please guide me

I am using red hat linux
 
Old 07-31-2010, 04:06 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
A good start would be
http://www.google.be/search?hl=en&cl...redhat&spell=1
 
Old 07-31-2010, 04:08 AM   #3
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by priyadarshan View Post
Why one cant install the things smoothly like windows???
I like your sense of humour. Smoothly?


Check this tutorial on git installation.
https://forums.hostingplayground.com...ead.php?p=2562

There are many other tutorials out there.

You can always call the redhat support if you've got any problems. You're paying for it, aren't you?
 
Old 07-31-2010, 04:10 AM   #4
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
I am overwhelmed by numner of jargons like rpm, deb bla bla bla... whats the difference???
http://en.wikipedia.org/wiki/Linux_package_formats
 
Old 07-31-2010, 04:18 AM   #5
zirias
Member
 
Registered: Jun 2010
Posts: 361

Rep: Reputation: 59
Quote:
Originally Posted by priyadarshan View Post
Why one cant install the things smoothly like windows???
Haha, getting used to something seems a very powerful concept In fact, inconsistent package management is one of the major annoyances in the windows world. If only all software packages would use the .msi format -- but MS came quite late with a not-so-powerful package format, so chaos emerged

For linux systems, there are only two major binary package formats. RPM for red hat and "derived" distributions (suse, fedora, mandrake, ...), DEB for debian and derivations (ubuntu, kanotix, sidux, ...). Other binary package formats are normally special to one particular dist.

Source code packages distributed as .tar.gz archives aren't dependent on a special distribution.
 
Old 07-31-2010, 04:37 AM   #6
Mr. Alex
Senior Member
 
Registered: May 2010
Distribution: No more Linux. Done with it.
Posts: 1,238

Rep: Reputation: Disabled
Quote:
Originally Posted by priyadarshan View Post
Why one cant install the things smoothly like windows???
You just don't know how to install from repos, do you? If you did, you wouldn't say that. Because to install an application in Windows you should do more things then just perform something like
Code:
# urpmi -i git
I can understand that you face some problems. Just be patient and learn about package management in GNU/Linux.

FYI: http://linux.oneandoneis2.org/LNW.htm
 
Old 07-31-2010, 05:06 AM   #7
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
Quote:
Originally Posted by priyadarshan View Post
I am overwhelmed by numner of jargons like rpm, deb bla bla bla... whats the difference???
I don't understand why you would care; you have chosen a distro, and it has a package format. That's the package management format for the distro you have chosen, so what any other package format does or does not do is irrelevant to you.


Quote:
Originally Posted by priyadarshan View Post
Why one cant install the things smoothly like windows???
Up to a point, that can be true. well, if you ignore the difference between the versions for different versions of windows, the fact that the user usually has options to screw up the installation, and that the inevitable result of installing and de-installing things under windows seems to be creating a situation in which there are long-term problems with the system leading to instability. But the step of actually causing those problems is relatively smooth, and you may even get pretty graphics....

@zirias
Quote:
...RPM for red hat and "derived" distributions (suse, fedora, mandrake, ...),
Technically, that is an incorrect use of the word 'derived'. I'm pretty sure there will be no complaints about fedora as RedHat-derived, even though you can argue that, in terms of process flow, RedHat is a Fedora derived distro. SUSE was actually a slackware derived distro, to which, inter alia, they added RedHat style package management (and a load of other bits and pieces). And i don't think that Mandrake/mandriva had any direct RH input....I think 'Red Hat style', or 'RPM-based', would have been more accurate.

You are completely accurate about
Quote:
Haha, getting used to something seems a very powerful concept
though.

Once someone gets used to a process, however cruddy that process is, there seems to be an attachment to using that process, to get the satisfaction of listening to the gears whirr. And, on being presented with a better process, there is a strange tendency to try to make the better process work like the the worse. Odd.

Back to the OP: I am surprised that git is not available from a repo for RH. Are you sure that you have checked that it isn't just an issue of adding an extra repo?
 
Old 07-31-2010, 05:59 AM   #8
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Does OP have a RH license? If not, there won't be any repositories ...
 
Old 07-31-2010, 06:13 AM   #9
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
priyad*;
I haven't seen anyone ask you ---What version of RedHat are you using?

Quote:
Why one cant install the things smoothly like windows???
As others have said, the trick is to get used to the concept of a package manager. Assuming that something is available using the package manager, then installing SW in Linux is always much easier than on Windows.

My system has GIT available with the package manager---I'm sure a modern version of RedHat (or CentOS or Fedora) will also.
 
Old 07-31-2010, 06:49 AM   #10
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
The Redhat EL 5 command for installing git is :

# 'yum install git'

( urpmi is for Mandriva only.)

..
 
Old 07-31-2010, 07:28 AM   #11
priyadarshan
Member
 
Registered: Feb 2009
Location: Ahmedabad, Gujarat, India
Posts: 197

Original Poster
Rep: Reputation: Disabled
Overwhelmed by number of posts :P
Lol
 
Old 07-31-2010, 07:32 AM   #12
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by priyadarshan View Post
Why one cant install the things smoothly like windows???
Actually it's far smoother than Windows!

You just don't understand it yet.
 
Old 07-31-2010, 08:04 AM   #13
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 priyadarshan View Post
Overwhelmed by number of posts :P
Lol
How about responding to the useful advice that has been offered? (And answer the (easy) question: What version of RedHat?
 
1 members found this post helpful.
  


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
Stuck on the basics: Installing and running downloaded applications obrienaj Linux - Newbie 9 10-24-2009 12:15 PM
installing programs basics 57210788 Linux - Newbie 6 01-14-2006 07:48 AM
Basics of installing software for a NooB NoBonus Mandriva 4 06-25-2004 08:14 PM
NEWBIE: I need the basics of installing a program SRSilvia Linux - Software 3 11-03-2003 07:53 PM
Installing and Uninstalling -- The basics drxsmurf Linux - Newbie 2 10-23-2003 03:52 PM

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

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