Score:0

What is the relation of git and git-man?

nf flag

I Updated git to 1:2.25.1-1ubuntu3.10 but git-man still on 1:2.25.1-1ubuntu3.8.

Aren't they have dependency relationship?

I always think while I updated git, the git-man will update.

What is the relation of git and git-man?

Whether they need update respectively.

---The system I used is Ubuntu 20.04.

chfyljt avatar
nf flag
Thanks,I am a newer for Ubantu so is it the git depends on git-man not git-man depends on git? Then, they need update respectively?
Score:2
cn flag

Let's use apt tools to find out:

$ apt depends git | grep man
  Depends: git-man (>> 1:2.37.2)
  Depends: git-man (<< 1:2.37.2-.)

The << and >> mean that git depends upon a range of versions of git-man.

The packages are not required to increment together, as long as the versions stay within the range. They often will increment together anyway, like during the build cycle of a new release. But it's not required that they do so.

chfyljt avatar
nf flag
Thanks! your words help me to understand my question.
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.