Created
August 8, 2017 14:34
-
-
Save alexishida/869da24ca1c33f05f1ca240fb8228b41 to your computer and use it in GitHub Desktop.
Converte rpm to deb
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 apt-get install alien dpkg-dev debhelper build-essential | |
| sudo alien packagename.rpm | |
| sudo dpkg -i packagename.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment