Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apt-get git-flow - package not found #213

Open
flockonus opened this issue May 10, 2012 · 4 comments
Open

apt-get git-flow - package not found #213

flockonus opened this issue May 10, 2012 · 4 comments

Comments

@flockonus
Copy link

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

@algernon
Copy link
Contributor

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.

@sumeetpareek
Copy link

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 :-)

@jobinthepast
Copy link

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

@Farenheith
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants