gitubuntu-11.10

Git GUI and gitk is not present after installing Git


I am using Ubuntu 11.10 (Oneiric Ocelot) and have just installed Git using

sudo apt-get install

The basic Git commands seem to work. (I have created a repository and added a directory structure to it.) But not Git GUI or gitk. This is what I get:

sudo git gui

Output:

git: 'gui' is not a git command. See 'git --help'.


Did you mean one of these?
grep
init
pull
push

For gitk:

sudo gitk

Output:

sudo: gitk: command not found

Do those commands run on Ubuntu and do I need to install them separately?


Solution

  • sudo apt-get install git-gui gitk