Open the command line interface and then typing this syntax :
sudo apt-get install alien
After that you search your file and typing this syntax to install .rpm packages :
sudo alien -k -d namefile.rpm
Then, It's file converted to dpkg file :
namefile.deb
namefile.deb
The namefile.deb must go to install with this syntax command :
sudo dpkg -i namefile.deb
sudo dpkg -i namefile.deb
Ok, thus article by me.
No comments:
Post a Comment