Skip to content

Instantly share code, notes, and snippets.

@alexishida
Created August 8, 2017 14:34
Show Gist options
  • Select an option

  • Save alexishida/869da24ca1c33f05f1ca240fb8228b41 to your computer and use it in GitHub Desktop.

Select an option

Save alexishida/869da24ca1c33f05f1ca240fb8228b41 to your computer and use it in GitHub Desktop.
Converte rpm to deb
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