Não foram encontrados candidatos à instalação para o gitolite

5

Estou tentando instalar o git e o gitolite com o comando sudo apt-get -y install git gitolite . Isso me dá a seguinte saída:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Package gitolite is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'gitolite' has no installation candidate

Eu tentei atualizar o apt-get, mas isso não fez nada. Alguém sabe como posso consertar isso?

    
por user3477259 06.07.2016 / 22:23

2 respostas

3

Para o Xenial Xerus:

andrew@athens:~$ apt-cache search gitolite
gitolite3 - SSH-based gatekeeper for git repositories (version 3)
git-notifier - git commit email notification script
andrew@athens:~$ 

Então seu comando deve ser:

sudo apt-get install git gitolite3

Isso mudou de versões anteriores do Ubuntu ...

    
por andrew.46 06.07.2016 / 23:46
0

Não assuma que você adivinhou o nome do pacote corretamente!

$ apt-cache search git | grep lite
gitolite3 - SSH-based gatekeeper for git repositories (version 3)
gitolite - SSH-based gatekeeper for git repositories
icewm-lite - wonderful Win95-OS/2-Motif-like window manager

(vejo gitolite porque estou no 14.04) YMMV

    
por waltinator 06.07.2016 / 23:03

Tags