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 $