Why is the git on my system when I never installed it?
So on my Ubuntu system I have the git version 2.7.4.
However, I remember I had never installed git. Should I update the current git version on my system to the latest version?
Ubuntu: 16.04 LTS
OS Type: 64-bit
16.04 git
New contributor
add a comment |
So on my Ubuntu system I have the git version 2.7.4.
However, I remember I had never installed git. Should I update the current git version on my system to the latest version?
Ubuntu: 16.04 LTS
OS Type: 64-bit
16.04 git
New contributor
1
What is the question, 1) Should I update or 2) Why is git on my system?
– George Udosen
Jan 7 at 10:16
@GeorgeUdosen These questions are linked. Because I wanted the latest version of git, that I checked if it was already there. I found the git version 2.7.4 already installed. I never installed it. And the question it should I update this version to the latest one?
– ftTomAndJerry
Jan 7 at 10:23
1
@Melebius linuxbrew-wrapper depends upon git. or maybe this version of git.
– ftTomAndJerry
Jan 7 at 10:29
1
Yes, Linuxbrew is built on Git. The Git version 2.7.4 is the latest for 16.04 (see packages.ubuntu.com/xenial/git). For why it does not get upgraded in the repository, see askubuntu.com/questions/151283/….
– Melebius
Jan 7 at 11:40
@Melebius Thanks for the links. The ask Ubuntu link clears everything. :)
– ftTomAndJerry
Jan 7 at 12:32
add a comment |
So on my Ubuntu system I have the git version 2.7.4.
However, I remember I had never installed git. Should I update the current git version on my system to the latest version?
Ubuntu: 16.04 LTS
OS Type: 64-bit
16.04 git
New contributor
So on my Ubuntu system I have the git version 2.7.4.
However, I remember I had never installed git. Should I update the current git version on my system to the latest version?
Ubuntu: 16.04 LTS
OS Type: 64-bit
16.04 git
16.04 git
New contributor
New contributor
New contributor
asked Jan 7 at 10:13
ftTomAndJerryftTomAndJerry
11
11
New contributor
New contributor
1
What is the question, 1) Should I update or 2) Why is git on my system?
– George Udosen
Jan 7 at 10:16
@GeorgeUdosen These questions are linked. Because I wanted the latest version of git, that I checked if it was already there. I found the git version 2.7.4 already installed. I never installed it. And the question it should I update this version to the latest one?
– ftTomAndJerry
Jan 7 at 10:23
1
@Melebius linuxbrew-wrapper depends upon git. or maybe this version of git.
– ftTomAndJerry
Jan 7 at 10:29
1
Yes, Linuxbrew is built on Git. The Git version 2.7.4 is the latest for 16.04 (see packages.ubuntu.com/xenial/git). For why it does not get upgraded in the repository, see askubuntu.com/questions/151283/….
– Melebius
Jan 7 at 11:40
@Melebius Thanks for the links. The ask Ubuntu link clears everything. :)
– ftTomAndJerry
Jan 7 at 12:32
add a comment |
1
What is the question, 1) Should I update or 2) Why is git on my system?
– George Udosen
Jan 7 at 10:16
@GeorgeUdosen These questions are linked. Because I wanted the latest version of git, that I checked if it was already there. I found the git version 2.7.4 already installed. I never installed it. And the question it should I update this version to the latest one?
– ftTomAndJerry
Jan 7 at 10:23
1
@Melebius linuxbrew-wrapper depends upon git. or maybe this version of git.
– ftTomAndJerry
Jan 7 at 10:29
1
Yes, Linuxbrew is built on Git. The Git version 2.7.4 is the latest for 16.04 (see packages.ubuntu.com/xenial/git). For why it does not get upgraded in the repository, see askubuntu.com/questions/151283/….
– Melebius
Jan 7 at 11:40
@Melebius Thanks for the links. The ask Ubuntu link clears everything. :)
– ftTomAndJerry
Jan 7 at 12:32
1
1
What is the question, 1) Should I update or 2) Why is git on my system?
– George Udosen
Jan 7 at 10:16
What is the question, 1) Should I update or 2) Why is git on my system?
– George Udosen
Jan 7 at 10:16
@GeorgeUdosen These questions are linked. Because I wanted the latest version of git, that I checked if it was already there. I found the git version 2.7.4 already installed. I never installed it. And the question it should I update this version to the latest one?
– ftTomAndJerry
Jan 7 at 10:23
@GeorgeUdosen These questions are linked. Because I wanted the latest version of git, that I checked if it was already there. I found the git version 2.7.4 already installed. I never installed it. And the question it should I update this version to the latest one?
– ftTomAndJerry
Jan 7 at 10:23
1
1
@Melebius linuxbrew-wrapper depends upon git. or maybe this version of git.
– ftTomAndJerry
Jan 7 at 10:29
@Melebius linuxbrew-wrapper depends upon git. or maybe this version of git.
– ftTomAndJerry
Jan 7 at 10:29
1
1
Yes, Linuxbrew is built on Git. The Git version 2.7.4 is the latest for 16.04 (see packages.ubuntu.com/xenial/git). For why it does not get upgraded in the repository, see askubuntu.com/questions/151283/….
– Melebius
Jan 7 at 11:40
Yes, Linuxbrew is built on Git. The Git version 2.7.4 is the latest for 16.04 (see packages.ubuntu.com/xenial/git). For why it does not get upgraded in the repository, see askubuntu.com/questions/151283/….
– Melebius
Jan 7 at 11:40
@Melebius Thanks for the links. The ask Ubuntu link clears everything. :)
– ftTomAndJerry
Jan 7 at 12:32
@Melebius Thanks for the links. The ask Ubuntu link clears everything. :)
– ftTomAndJerry
Jan 7 at 12:32
add a comment |
1 Answer
1
active
oldest
votes
Short answer:
Why is git on my system?
If you’re sure you didn't install it then a program you installed needs it to work.
Should I update it?
Well if running
sudo apt update
updates it, then fine else if you’re trying to update that instance only, better find which program installed it first and be sure a newer version is ok. Check that withapt-cache depends git | less
.
1
I like to useaptitude
,aptitude why git
...
– Ravexina
Jan 7 at 12:53
I like aptitude for its attitude but still use to vanilla.
– George Udosen
2 days ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
ftTomAndJerry is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1107673%2fwhy-is-the-git-on-my-system-when-i-never-installed-it%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Short answer:
Why is git on my system?
If you’re sure you didn't install it then a program you installed needs it to work.
Should I update it?
Well if running
sudo apt update
updates it, then fine else if you’re trying to update that instance only, better find which program installed it first and be sure a newer version is ok. Check that withapt-cache depends git | less
.
1
I like to useaptitude
,aptitude why git
...
– Ravexina
Jan 7 at 12:53
I like aptitude for its attitude but still use to vanilla.
– George Udosen
2 days ago
add a comment |
Short answer:
Why is git on my system?
If you’re sure you didn't install it then a program you installed needs it to work.
Should I update it?
Well if running
sudo apt update
updates it, then fine else if you’re trying to update that instance only, better find which program installed it first and be sure a newer version is ok. Check that withapt-cache depends git | less
.
1
I like to useaptitude
,aptitude why git
...
– Ravexina
Jan 7 at 12:53
I like aptitude for its attitude but still use to vanilla.
– George Udosen
2 days ago
add a comment |
Short answer:
Why is git on my system?
If you’re sure you didn't install it then a program you installed needs it to work.
Should I update it?
Well if running
sudo apt update
updates it, then fine else if you’re trying to update that instance only, better find which program installed it first and be sure a newer version is ok. Check that withapt-cache depends git | less
.
Short answer:
Why is git on my system?
If you’re sure you didn't install it then a program you installed needs it to work.
Should I update it?
Well if running
sudo apt update
updates it, then fine else if you’re trying to update that instance only, better find which program installed it first and be sure a newer version is ok. Check that withapt-cache depends git | less
.
edited Jan 7 at 12:22
Melebius
4,57751839
4,57751839
answered Jan 7 at 10:21
George UdosenGeorge Udosen
20.3k94367
20.3k94367
1
I like to useaptitude
,aptitude why git
...
– Ravexina
Jan 7 at 12:53
I like aptitude for its attitude but still use to vanilla.
– George Udosen
2 days ago
add a comment |
1
I like to useaptitude
,aptitude why git
...
– Ravexina
Jan 7 at 12:53
I like aptitude for its attitude but still use to vanilla.
– George Udosen
2 days ago
1
1
I like to use
aptitude
, aptitude why git
...– Ravexina
Jan 7 at 12:53
I like to use
aptitude
, aptitude why git
...– Ravexina
Jan 7 at 12:53
I like aptitude for its attitude but still use to vanilla.
– George Udosen
2 days ago
I like aptitude for its attitude but still use to vanilla.
– George Udosen
2 days ago
add a comment |
ftTomAndJerry is a new contributor. Be nice, and check out our Code of Conduct.
ftTomAndJerry is a new contributor. Be nice, and check out our Code of Conduct.
ftTomAndJerry is a new contributor. Be nice, and check out our Code of Conduct.
ftTomAndJerry is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1107673%2fwhy-is-the-git-on-my-system-when-i-never-installed-it%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
What is the question, 1) Should I update or 2) Why is git on my system?
– George Udosen
Jan 7 at 10:16
@GeorgeUdosen These questions are linked. Because I wanted the latest version of git, that I checked if it was already there. I found the git version 2.7.4 already installed. I never installed it. And the question it should I update this version to the latest one?
– ftTomAndJerry
Jan 7 at 10:23
1
@Melebius linuxbrew-wrapper depends upon git. or maybe this version of git.
– ftTomAndJerry
Jan 7 at 10:29
1
Yes, Linuxbrew is built on Git. The Git version 2.7.4 is the latest for 16.04 (see packages.ubuntu.com/xenial/git). For why it does not get upgraded in the repository, see askubuntu.com/questions/151283/….
– Melebius
Jan 7 at 11:40
@Melebius Thanks for the links. The ask Ubuntu link clears everything. :)
– ftTomAndJerry
Jan 7 at 12:32