Created
April 27, 2019 05:21
-
-
Save emprit1988/e23d23e7ccdd979b93fab2cc3dc2a32f to your computer and use it in GitHub Desktop.
Repository 'X' changed its 'Origin' value from 'xxx' to 'xxy'. This must be accepted explicitly before updates for this repository can be applied.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt update (prompts for acceptance) | |
sudo apt-get update --allow-releaseinfo-change | |
sudo apt-get update | |
sudo apt-get install <package-name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment