Difference between revisions of "Linux command: alien"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) (Created page with " sudo apt-get install alien Usage:<br /> From .rpm to .deb: alien --to-deb package.rpm From .deb to .rpm alien --to-rpm package.deb") |
Rafahsolis (talk | contribs) m (Protected "Linux command: alien" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
(No difference)
| |
Latest revision as of 21:15, 8 April 2015
sudo apt-get install alien
Usage:
From .rpm to .deb:
alien --to-deb package.rpm
From .deb to .rpm
alien --to-rpm package.deb