Created
July 1, 2024 03:51
-
-
Save vicradon/9469130d52a7f92eeb67ea6b91d3565e to your computer and use it in GitHub Desktop.
Force overwrite packages when I got this error "The following packages have unmet dependencies: libgdal30 : Depends: libodbcinst2 (>= 2.3.1) but it is not going to be installed"
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 install -o DPkg::Options::="--force-overwrite" libodbcinst2 unixodbc-common |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment