gitflow icon indicating copy to clipboard operation
gitflow copied to clipboard

apt-get git-flow - package not found

Open flockonus opened this issue 12 years ago • 4 comments

On Ubuntu 11, when running apt-get install git-flow I get E: Unable to locate package git-flow

My system is: Linux fabianops-Satellite-E205 3.0.0-17-generic-pae #30-Ubuntu SMP Thu Mar 8 17:53:35 UTC 2012 i686 i686 i386 GNU/Linux

flockonus avatar May 10 '12 18:05 flockonus

It's only part of precise and onwards, didn't make it into oneiric. You can grab the precise debian package, and that'll work just fine on oneiric and earlier too.

algernon avatar May 10 '12 19:05 algernon

apt-get did not work for me either Linux Shambhu 3.0.0-19-generic-pae #33-Ubuntu SMP Thu Apr 19 20:59:10 UTC 2012 i686 i686 i386 GNU/Linux

Rick's installer script did work but it would install gitflow in the current directory as opposed to /opt/local wget --no-check-certificate -q -O - https://raw.github.com/nvie/gitflow/develop/contrib/gitflow-installer.sh | sudo bash

Eventually the manual installation set things up just like the way I wanted - https://github.com/nvie/gitflow/wiki/Manual-installation :-)

sumeetpareek avatar Dec 18 '12 05:12 sumeetpareek

Same here, did a sudo apt-get update but still no success

gnguyen@gnguyen-ubuntu ~ $ sudo apt-get update && sudo apt-get install git-flow
Reading package lists... Done
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package git-flow

I'm on Ubuntu 13.10

gnguyen@gnguyen-ubuntu ~ $ uname -a
Linux gnguyen-ubuntu 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

jobinthepast avatar May 15 '14 02:05 jobinthepast

Hello!

Is this an issue yet? This is very old, but I got the same problem and a simple sudo apt-get update solved it, so, I think, maybe, this is not an issue anymore

Farenheith avatar Dec 19 '22 12:12 Farenheith