(Solved) How to install .RPM files

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
vrk1219

(Solved) How to install .RPM files

Post by vrk1219 »

Hi,
Please guide me through how to install an RPM file in MintLinux.
As per me, Mint version supports only deb type files only (am i right?).

Thanks & Regards
RK Veluvali
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
viking777

Re: How to install .RPM files

Post by viking777 »

Open Synaptic, search for and install the package 'alien'.

Open a terminal and run

Code: Select all

sudo alien   *********.rpm 


(the ******* bit means the full path to where the rpm file was stored)

This converts the rpm to a deb package which you can then install with

Code: Select all

 sudo dpkg -i    ****.deb
Locked

Return to “Beginner Questions”