I installed GIT (distributed revision control and source code management) system using yum install GIT. Now to install GITK (GUI for GIT) I would think it would be in the same repository as GIT, ergo a yum install GITK should work, but it returns 'No package gitk available'. (on a different CENTos installation the yum install gitk worked, so it must not be in the local repository). Where would I find a repository containing GITK [that is in url format eg. https://www.example.com/repository.repo]? (not finding any with google).
Asked
Active
Viewed 355 times