Skip to content

Instantly share code, notes, and snippets.

@Kibubu
Created January 5, 2023 09:43
Show Gist options
  • Save Kibubu/978ce8824701fa344a17415d242240cf to your computer and use it in GitHub Desktop.
Save Kibubu/978ce8824701fa344a17415d242240cf to your computer and use it in GitHub Desktop.
Gnome archive manager won't extract .deb file

Gnomes file-roller integration Gnome Archive Manger and file-roller themself are unable to extract .deb archives in certain conditions even though the UI states files have been extracted successfully

https://gitlab.gnome.org/GNOME/file-roller/-/issues/14

Workaround is to use ar

ar -xv file.deb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment