How to install the rpm format in ubuntu

Source: Internet
Author: User
The redhat system uses the file installation software in rpm format. The Debian series uses the file installation software in deb format. The ubuntu installation software is installed in deb format. The ubuntu installation software for files in rpm format is: first, convert the rmp format file to deb format, and then install Demo: u...

 

Red hat system file installation software in rpm format Debian series file installation software in deb format

 

 

 

 

 

The ubuntu installation software is installed in deb format, and the file installation software in rpm format is:

 

First, convert the rmp format file to deb format, and then install

 

 

 

 

 

Demo: ubuntu sqldeveloper-3.0.04.34-1.noarch.rpm installation

 

 

 

1. install alien conversion software in ubuntu

 

 

 

Sudo apt-get install alien

 

 

 

 

 

2. conversion

 

 

 

Sudo alien -- scripts sqldeveloper-3.0.04.34-1.noarch.rpm

 

A file like a sqldeveloper_3.0.04.34-2_all.deb is generated after execution

 

 

 

3. Installation

 

Double-click the deb file on the image screen or enter it in the terminal.

 

 

 

Sudo dpkg-I sqldeveloper_3.0.04.34-2_all.deb

 

 

 

 

 

Installed successfully

 

 

 

 

 

========================================

 

 

 

Cbill @ cbill-VirtualBox :~ /Resourses/soft $ ls

Myeclipse-10.0-offline-installer-linux.run sqldeveloper_3.0.04.34-2_all.deb

Sqldeveloper-3.0.04.34-1.noarch.rpm sqldeveloper64-3.0.04.34-no-jre.zip

Cbill @ cbill-VirtualBox :~ /Resourses/soft $ sudo dpkg-I sqldeveloper_3.0.04.34-2_all.deb

Select the software package sqldeveloper that was canceled.

(Reading the database... the system currently has 156887 files and directories installed .)

Extracting sqldeveloper (from sqldeveloper_3.0.04.34-2_all.deb )...

Setting sqldeveloper (3.0.04.34-2 )...

Cbill @ cbill-VirtualBox :~ /Resourses/soft $

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.