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

The apt-get update command requires --allow-releaseinfo-change #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mirkobunse
Copy link

This PR updates the README to describe a successful installation of system level dependencies.

I expect this improvement to solve the issues #33 and #53 because I had a similar issue that is solved by this PR.

Background: When running apt-get update -y && apt-get install -y git, I obtained the following error messages, hinting at a problem with release info changes.

Reading package lists...
E: Repository 'http://deb.debian.org/debian buster InRelease' changed its 'Suite' value from 'stable' to 'oldoldstable'
E: Repository 'http://deb.debian.org/debian buster-updates InRelease' changed its 'Suite' value from 'stable-updates' to 'oldoldstable-updates'
E: Repository 'http://security.debian.org/debian-security buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldoldstable'

By adding --allow-releaseinfo-change to apt-get update, this problem is now solved and system level dependencies are correctly installed.

Similar issues have been solved in the same way elsewhere.

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

Successfully merging this pull request may close these issues.

1 participant