LinuxQuestions.org
Visit Jeremy's Blog.
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 01-08-2013, 05:49 PM   #1
acoronajr
LQ Newbie
 
Registered: Jan 2013
Posts: 4

Rep: Reputation: Disabled
Angry No success in installing Git on Ubuntu 10.04


Attempting to install Git from http://git-scm.com/download/linux website and no success.
 
Old 01-08-2013, 09:49 PM   #2
RaviTezu
Member
 
Registered: Nov 2012
Location: India
Distribution: Fedora, CentOs, RHEL
Posts: 164

Rep: Reputation: 24
What does it say..when you executed $ apt-get install git command??
 
Old 01-09-2013, 02:06 AM   #3
acoronajr
LQ Newbie
 
Registered: Jan 2013
Posts: 4

Original Poster
Rep: Reputation: Disabled
Question Terminal says

Package git is not available, but it is referred to by another package.This may mean package is missing,has been obsoleted,or is only available from another source.
E:Package git has no installation candidate
 
Old 01-09-2013, 02:44 AM   #4
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
Ubuntu 10.04 is from the time when the package name 'git-core' was used for git.


Please try : sudo apt-get update && sudo apt-get install git-core
 
Old 01-09-2013, 05:21 AM   #5
RaviTezu
Member
 
Registered: Nov 2012
Location: India
Distribution: Fedora, CentOs, RHEL
Posts: 164

Rep: Reputation: 24
You can follow knudfl advice.
Good luck.
 
Old 01-10-2013, 03:34 AM   #6
acoronajr
LQ Newbie
 
Registered: Jan 2013
Posts: 4

Original Poster
Rep: Reputation: Disabled
Talking Hooray!

Thank You knudfl it worked . Now to I will learn to use it ja!ja!
 
Old 01-23-2013, 02:27 AM   #7
acoronajr
LQ Newbie
 
Registered: Jan 2013
Posts: 4

Original Poster
Rep: Reputation: Disabled
How do I add extra Ubuntu software repositories for version 10.04? From using my Book ,"Ubuntu For Non Geeks" and in Firefox I head over to http://www.gedeb.net/updates/ubuntu/all#how_to_install. and i get no server answer.
 
Old 01-23-2013, 02:48 AM   #8
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
# 7

"http://www.gedeb.net/updates/ubuntu/all#how_to_install" : Unknown link.

Quote:
How do I add extra Ubuntu software repositories for version 10.04 ?
Which extra repo ? ?
 
Old 08-06-2016, 08:35 AM   #9
Nai Nai
LQ Newbie
 
Registered: Aug 2016
Posts: 12

Rep: Reputation: Disabled
Smile No success in installing Git on debian-8.5.0-i386

Quote:
Originally Posted by knudfl View Post
Ubuntu 10.04 is from the time when the package name 'git-core' was used for git.


Please try : sudo apt-get update && sudo apt-get install git-core

Hello!I have the same ERROR when installing git on debian ,and I tried :sudo apt-get update && sudo apt-get install git-core.

But,this ERROR still exists:
Package git is not available, but it is referred to by another package.This may mean package is missing,has been obsoleted,or is only available from another source.
E:Package git has no installation candidate


What can I do now? Can you give me some advices? Thank you for your kindness.

Last edited by Nai Nai; 08-06-2016 at 10:19 AM.
 
Old 08-06-2016, 08:51 AM   #10
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Can you post the output from dpkg -l git* within [CODE] tags please.
 
1 members found this post helpful.
Old 08-06-2016, 08:57 AM   #11
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Ah, I didn't realise that Nai Nai had necroed this thread.

@Nai Nai, welcome to Linux Questions. You may want to introduce yourself in the LinuxQuestions.org Member Intro thread. You should really have created a new thread for your problem, particularly because it refers to a different distro.
 
1 members found this post helpful.
Old 08-06-2016, 09:48 AM   #12
Nai Nai
LQ Newbie
 
Registered: Aug 2016
Posts: 12

Rep: Reputation: Disabled
OK,I will create a new thread.
Thank you very much,hydrurga.

Last edited by Nai Nai; 08-06-2016 at 09:55 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
[SOLVED] Can't install Git repo (I don't git git ) Nemus Linux - Software 3 05-20-2011 02:09 PM
SBo-git - slackbuilds.org on git (with patches for current) ponce Slackware 47 03-12-2011 05:12 AM
[SOLVED] installing git adetheheat Linux - Software 3 03-02-2011 04:44 AM
SUCCESS in installing software in ubuntu on networkless computer using commands sumeet inani LinuxQuestions.org Member Success Stories 0 03-26-2010 04:31 AM
inconsistency issue of git-clone ***/git/mesa/drm with the existing kernel source centguy Linux - Desktop 2 10-08-2008 10:36 PM

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

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