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 is occurring in installing git #6

Open
AbhiShetty88 opened this issue Aug 19, 2022 · 10 comments
Open

Error is occurring in installing git #6

AbhiShetty88 opened this issue Aug 19, 2022 · 10 comments

Comments

@AbhiShetty88
Copy link

While entering sh prerequisites_install_docker.sh in terminal it is showing error. It states ERROR: '20.10.12' not found amongst apt-cache madison results

@john-uc
Copy link

john-uc commented Aug 19, 2022

@AbhiShetty88 could you provide us with the OS and the version that you are using ?

@AbhiShetty88
Copy link
Author

Machine is Oracle VM VirtualBox 6.1 and OS is Ubuntu Linux 22.04.1

@john-uc
Copy link

john-uc commented Aug 19, 2022

@AbhiShetty88 for now you can update the version
https://github.com/UniCourt/Analytics-Workshop1/blob/main/prerequisites_install_docker.sh#L25
from '20.10.12' to ' 20.10.13' untill we figure this out from our end

Let me know if this works

@AbhiShetty88
Copy link
Author

My version is 22.04 not 20.10

@AbhiShetty88
Copy link
Author

Screenshot_20220820_000943.jpg

@john-uc
Copy link

john-uc commented Aug 19, 2022

could you append sudo to the command ? so that the command looks like
sudo docker pull mysql:8.0

if this works, request you to make the changes to the documentation and create a pull request. Appreciate your efforts

@akshay-uc
Copy link
Contributor

To create the docker group and add your user:

Create the docker group.
sudo groupadd docker

Add your user to the docker group.
sudo usermod -aG docker $USER

Activate the changes to groups:
newgrp docker

Verify that you can run docker commands without sudo.
docker images

@AbhiShetty88 you will not get permission issue if you try above steps

@AbhiShetty88
Copy link
Author

I am using Ubuntu 22 so should i install Ubuntu 20 so that the problem can be solved?

IMG-20220820-WA0002.jpeg

@akshay-uc
Copy link
Contributor

@AbhiShetty88 please use Ubuntu 20.04 it should work fine.

@AbhiShetty88
Copy link
Author

Ok i will try

Yajnya18 pushed a commit to Yajnya18/Analytics-Workshop1 that referenced this issue Mar 30, 2023
Workshop1 Prerequisite changes and added PPT doc
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