Last active
April 7, 2022 11:12
-
-
Save joellobo/703cf5052ddbf290ccbed44f652c17c4 to your computer and use it in GitHub Desktop.
Instale pacotes rpm no ubuntu
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 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