Skip to content

Instantly share code, notes, and snippets.

@turboBasic
Last active September 15, 2021 18:37
Show Gist options
  • Save turboBasic/a1293d66e3da488e3259f488eeb2b6be to your computer and use it in GitHub Desktop.
Save turboBasic/a1293d66e3da488e3259f488eeb2b6be to your computer and use it in GitHub Desktop.
Rename program provided by Ubuntu/Debian package manager #ubuntu

Rename program in Ubuntu

Example 1. Rename ack-grep utility to ack

sudo dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment