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

Installation in Ubuntu 16.04 not working #61

Closed
retrofreak83 opened this issue Aug 7, 2018 · 7 comments
Closed

Installation in Ubuntu 16.04 not working #61

retrofreak83 opened this issue Aug 7, 2018 · 7 comments

Comments

@retrofreak83
Copy link

I follow the instructions as given, but the reaction is as follows: package lazygit cannot be found.

@jesseduffield
Copy link
Owner

As per the readme, please ensure ~/go/bin is in your $PATH

@retrofreak83
Copy link
Author

Yes, but this part of the readme refers to installation via go's get command. I tried the PPA variant. Meanwhile I took a look at the PPA that is online and discovered that the "Packages" files seem to be empty.

@jesseduffield
Copy link
Owner

Good point, I think I'll add a general 'installation troubleshooting' link that goes through all the common pitfalls.

I believe that empty packages file refers to external packages, which are now empty because we switched to bundling dependencies within the repo with Go's dep.

Did adding the path resolve your issue or is lazygit still not found by your system?

@retrofreak83
Copy link
Author

What cannot be found is the package lazygit when I execute "apt-get install lazygit", not the command. So, ~/go/bin does not exist actually.

@jesseduffield
Copy link
Owner

ah right, I'm stuck thinking in Go-land, apologies. I'm guessing you've done each of the steps:

sudo add-apt-repository ppa:lazygit-team/daily
sudo apt-get update
sudo apt-get install lazygit

and the issue only occurs on the third step?

Maybe @dawidd6 can chime in here

@dawidd6
Copy link
Collaborator

dawidd6 commented Aug 7, 2018

Right, i was changing things according to these vendoring commits and i deleted all packages.

Sorry for inconvenience, it should be okay now.

@retrofreak83
Copy link
Author

It is okay now, thanks alot!

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

3 participants