LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-22-2022, 12:09 PM   #1
RPeruzzi
LQ Newbie
 
Registered: Jun 2009
Location: Bethlehem, PA
Distribution: RHEL Workstation 4.8
Posts: 18

Rep: Reputation: 2
How do I install packages into Redhat RHEL7.9


Last week I installed Redhat RHEL 7.9 onto a freshly wiped laptop, for the purpose of installing and running Cadence design tools. The Cadence software installed "successfully" but as it turns out, requires the following packages that are not installed with my RHEL 7.9:
ksh
motif
libXp
xorg-x11-fonts-misc
apr
apr-util
compat-db47
xorg-x11-server-Xvfb
openssl-devel
Would somebody kindly point me to a list of commands to install these packages?
Thank you very much
 
Old 09-22-2022, 12:17 PM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,665

Rep: Reputation: Disabled
OK, I must be missing something big here. We have a member who is asking how to install packages in his/her chosen distro?

I do not use RHEL, so I had to search, there definitely is documentation covering the subject. So it must be something else ... but what?
 
1 members found this post helpful.
Old 09-22-2022, 12:49 PM   #3
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,621

Rep: Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555

I guess RPeruzzi is choosing to ignore the advice given in their previous thread...
Quote:
Originally Posted by TB0ne View Post
I'd strongly recommend you *NOT* install RHEL, unless you're going to pay for it, and even then only if you're going to be using it for a back-office/server type scenario. Support in RHEL for media (cameras/sound/bluetooth/wifi/etc.), can be spotty. Mainly because RHEL was designed for servers, not desktops. There is a desktop version, but even that can be lacking. Not only that, but RHEL 7 is old.
Cadence Design Systems appears to be a commercial entity providing proprietary software. LQ is not their help desk.

For issues relating to installing Cadence Design software use Cadence Design Support.


Last edited by boughtonp; 09-22-2022 at 12:50 PM.
 
1 members found this post helpful.
Old 09-22-2022, 05:40 PM   #4
!!!
Member
 
Registered: Jan 2017
Location: Fremont, CA, USA
Distribution: Trying any&ALL on old/minimal
Posts: 997

Rep: Reputation: 382Reputation: 382Reputation: 382Reputation: 382
Sounds like me, when I neglect to carefully read:

http://www.catb.org/~esr/faqs/smart-questions.html

(I'm suggesting that as a reply here)

When someone asks me: "Where is zip code 18018?", I reply: lmgtfy.

Friendly OP hasn't played with Linux in a loooong time, and may need to use RHEL for this particular client. Best wishes!!!
(When I think of a Linux question, I also think of going 2LQ.org )

From Mr.Mazda's .sig:
Quote:
If your issue(s) have been solved, please mark your thread as [SOLVED] at the top of the thread.

Last edited by !!!; 09-24-2022 at 08:38 PM. Reason: 2lq.org is NOW MINE!!!
 
Old 09-22-2022, 08:32 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
ksh
motif
libXp
xorg-x11-fonts-misc
apr
apr-util
compat-db47
xorg-x11-server-Xvfb
openssl-devel
most of these will be in the rhel repo, but YOU do have to pay for RHEL to install them
motif might be the only really "fun" one to find , it is very old ,you might have to install that from source

as for installing
Code:
su -
--- your root password ---
yum  install ksh

Last edited by John VV; 09-22-2022 at 08:34 PM.
 
1 members found this post helpful.
Old 09-23-2022, 11:14 AM   #6
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,147

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
You should have no trouble with these, even motif, if you have a Red Hat subscription. If anything is missing, install the EPEL repository. If you don't have a Red Hat subscription, get Alma instead.
 
1 members found this post helpful.
Old 09-23-2022, 12:24 PM   #7
RPeruzzi
LQ Newbie
 
Registered: Jun 2009
Location: Bethlehem, PA
Distribution: RHEL Workstation 4.8
Posts: 18

Original Poster
Rep: Reputation: 2
John VV: Thank you for your thoughtful reply.
yum install worked with all but one package: xorg-x11-fonts-misc
Specifically the missing package is: xorg-x11-fonts-ISO8859-1-75dpi7.5

I am getting support now from Cadence. Thanks, John for your help!

Cheers,
Bob P.
 
1 members found this post helpful.
Old 09-23-2022, 01:31 PM   #8
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,814

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Quote:
Originally Posted by RPeruzzi View Post
Last week I installed Redhat RHEL 7.9 onto a freshly wiped laptop, for the purpose of installing and running Cadence design tools. The Cadence software installed "successfully" but as it turns out, requires the following packages that are not installed with my RHEL 7.9:
ksh
motif <-----
libXp
xorg-x11-fonts-misc
apr
apr-util
compat-db47
xorg-x11-server-Xvfb
openssl-devel
You might need to obtain the Motif package from a site like "https://rpm.pbone.net/". It's there but do you trust it? (I've had decent luck with RPMs from sites like this but YMMV.)

If you're setting up a system for personal use with the idea of doing audio-related work, as at least one respondent noted, there are better distributions. If you're keen on RedHat, there's still Fedora, right? That's been more desktop-oriented.

Aside: I have Cadence installed on my OpenSUSE desktop and Motif was not listed as a dependency.

HTH...
 
Old 09-23-2022, 01:47 PM   #9
RPeruzzi
LQ Newbie
 
Registered: Jun 2009
Location: Bethlehem, PA
Distribution: RHEL Workstation 4.8
Posts: 18

Original Poster
Rep: Reputation: 2
John VV: Thank you for your thoughtful reply.
yum install worked with all but one package: xorg-x11-fonts-misc
Specifically the missing package is: xorg-x11-fonts-ISO8859-1-75dpi7.5

I am getting support now from Cadence. Thanks, John for your help!

Cheers,
Bob P.
 
Old 09-23-2022, 01:48 PM   #10
RPeruzzi
LQ Newbie
 
Registered: Jun 2009
Location: Bethlehem, PA
Distribution: RHEL Workstation 4.8
Posts: 18

Original Poster
Rep: Reputation: 2
Case is closed. Cadence rep found a link where I could install from. It worked.
 
Old 09-24-2022, 06:07 AM   #11
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,621

Rep: Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555
Quote:
Originally Posted by RPeruzzi View Post
Cadence rep found a link where I could install from. It worked.
Yes, well done John for the suggestion of talking to someone at Cadence for help with installing their software. Never would have thought that would work.

 
1 members found this post helpful.
  


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
Attempting RHEL7.6 and connecting via ssh -X, VNC, RDP...from rhel7/6 or fedora30 aalinare Linux - Server 3 10-10-2019 05:02 PM
Unable to install RHEL7 KVM onto RHEL7 desktop redhatprat Red Hat 10 02-18-2015 03:44 AM
[SOLVED] Many packages gone in RHEL7? PelleP Linux - Software 8 08-16-2014 01:07 AM
[SOLVED] Packages and Updates - Getting YUM onto RHEL7.x infinity386@gmail.com Linux - Software 7 11-12-2012 04:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:41 PM.

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