How to install alien on kubuntu?
Asked
Active
Viewed 239 times
-2
1 Answers
1
Open the terminal and type:
sudo apt-get install alien
Alien allows you to convert and install rpm and other packages which can be installed with dpkg
.

karel
- 114,770
-
... except that it usually produces unsolvable dependencies in the package due to differences in naming of libraries in Debiam and RedHat worlds. – Barafu Albino Mar 11 '17 at 07:06
sudo apt install alien
? – Timothy Truckle Mar 10 '17 at 20:21