LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 10-29-2015, 07:56 AM   #1
kaplan71
Member
 
Registered: Nov 2003
Posts: 809

Rep: Reputation: 39
Installing rpm packages on OpenSuSE 13


Hello --

I want to install the agent software for a backup application on one of our servers. The package is in rpm format, and I wanted to know the following:

1. Does OpenSuSE 13 support the installation of rpm packages? If so, what is the command syntax or utility that I can use to complete the installation?

2. If the package needs to be converted first, would I use Alien or some other software, and what would be the format that I would need for the package?

Thanks.
 
Old 10-29-2015, 08:22 AM   #2
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
rpm -ihv <package>.
 
Old 10-29-2015, 10:15 AM   #3
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Is this rpm intended for your version of OpenSUSE? If so, then do as Keruskerfuerst said. If not, then you might run into dependency issues, and you'd probably be better off installing from source if available (assuming this program is not in the standard repos).
 
Old 10-29-2015, 01:07 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
openSUSE IS a rpm based distro
BUT they do things very VERY differently that redhat dose

Most of the time i would NOT use rpm to install software

suse uses "zypper" just like redhat uses "yum"


IF!!!!! and this is a BIG IF!!!

if this unknown rpm IS !!! for the current opensuse 13.2

it should be in a software repo

-- install the repo

if not and this is something like LibreOffice that is self contained and OS independent

rpm or zypper can be used

Warning:
DO!!! you have ALL!!! and every prerequisite for this unknown rpm installed ????

if not it will not work

Last edited by John VV; 10-29-2015 at 01:08 PM.
 
Old 11-10-2015, 02:11 PM   #5
xode
Member
 
Registered: Aug 2003
Distribution: Mandrake 9.0; FC4; FC8; SUSE 10.3; SUSE 12.1; SUSE 13.2
Posts: 638
Blog Entries: 1

Rep: Reputation: 52
All OpenSUSE distributions are RPM based: OpenSUSE 13 supports the installation of RPM packages (no package conversion is necessary). Personally, I have always found a GUI extension to RPM to be indispensable. For OpenSUSE, the one I use is smart (http://labix.org/smart). Amongst other things, smart will show you exactly what the package requires, what it conflicts with and whether you have everything required and anything installed that would cause conflicts. OpenSUSE does not come with smart installed. Here's how to install smart on your OpenSUSE 13 system:

Download smart-1.4.1-1.5.x86_64.rpm and smart-gui-gtk-1.4.1-1.5.x86_64.rpm.

Find the gpg key file for gpg key 5E29A324 96A17FFC and run it through kgpg to clean it up for RPM.

As root, in a terminal window
Code:
rpm --import <cleaned key file for gpg key 5E29A324 96A17FFC>
rpm -K ./smart-1.4.1-1.5.x86_64.rpm               # should say ./smart-1.4.1-1.5.x86_64.rpm (sha1) dsa sha1 md5 gpg ok
rpm -K ./smart-gui-gtk-1.4.1-1.5.x86_64.rpm       # should say ./smart-gui-gtk-1.4.1-1.5.x86_64.rpm (sha1) dsa sha1 md5 gpg ok
rpm -i ./smart-1.4.1-1.5.x86_64.rpm
rpm -i ./smart-gui-gtk-1.4.1-1.5.x86_64.rpm
chmod -v 700 /usr/bin/smart                       # you only want root to use this program.
smart config --set rpm-check-signatures=false     # gpg keys have become way too restrictive.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Installing RPM Packages naruto Linux - Newbie 7 03-17-2011 08:27 AM
Problem locating installation directory for preinstalled RPM packages (OpenSUSE 11.1) tuwim Linux - Newbie 2 09-12-2010 07:35 AM
Help - installing RPM packages Bhagyesh Linux - Newbie 1 08-05-2009 10:45 AM
.rpm packages for openSUSE 10.3 ps_sabu Linux - Software 2 12-02-2007 10:02 AM
Installing RPM packages mission_control Linux - Software 3 09-27-2004 07:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 10:26 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration