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

Error ./install_all.sh on Linux Mint #4

Open
gantu opened this issue Feb 8, 2017 · 1 comment
Open

Error ./install_all.sh on Linux Mint #4

gantu opened this issue Feb 8, 2017 · 1 comment

Comments

@gantu
Copy link

gantu commented Feb 8, 2017

Linux version is :

uname -a
Linux wild-UX303LA 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

The log output is on : https://gist.github.com/gantu/edfd281d103056e35d3385c00984d26c

@martinhbramwell
Copy link

martinhbramwell commented Feb 8, 2017

Hi! Sorry about this defect! I'm a bit stunned by it. I've expected problems, but not in that code. Wierd!

Would you please run ./.scripts/refreshApt.sh and let me know the result.

If the log looks more or less the same, I'd ask you to delete line 4 ( `set -e´ ) and try again.

I'd also like to see the output when you run each of these commands individually:

sudo apt -y update;
sudo apt -y upgrade;
sudo apt -y dist-upgrade;
sudo apt -y clean;
sudo apt -y autoremove;

sudo apt -y install jq;
sudo apt -y install curl git;
sudo apt -y install build-essential g++;

They are all legitimate apt commands, according to the list in your log, so I really cannot imagine what can be going wrong.

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

2 participants