To convert a rpm to a deb file with alien you should first install alien
sudo apt-get install alienThen only need to do
sudo alienAfter you run that command alien should then do its magic and create a .deb file in the same directory for you to use.
Example: sudo alien avg-10.0.1.rpm
No comments:
Post a Comment