Skip to content

Instantly share code, notes, and snippets.

@joellobo
Last active April 7, 2022 11:12
Show Gist options
  • Save joellobo/703cf5052ddbf290ccbed44f652c17c4 to your computer and use it in GitHub Desktop.
Save joellobo/703cf5052ddbf290ccbed44f652c17c4 to your computer and use it in GitHub Desktop.
Instale pacotes rpm no ubuntu
sudo add-apt-repository universe
sudo apt update
sudo apt install alien
sudo alien -i package_name.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment