Skip to content

Instantly share code, notes, and snippets.

@vicradon
Created July 1, 2024 03:51
Show Gist options
  • Save vicradon/9469130d52a7f92eeb67ea6b91d3565e to your computer and use it in GitHub Desktop.
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"
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