LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-09-2019, 08:34 AM   #1
young redhat
LQ Newbie
 
Registered: Apr 2019
Posts: 6

Rep: Reputation: Disabled
Yum Install samba "No package samba available" "No package samba-client available."


I'm using RHEL version 7.6 (GUI) and I need SAMBA 4 installed before I can establish a trust with an AD domain. I tried using "yum -y install samba*" but I'm getting errors saying there is "No package samba available". Any help with this is appreciated!
 
Old 04-09-2019, 08:41 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,681

Rep: Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971
Quote:
Originally Posted by young redhat View Post
I'm using RHEL version 7.6 (GUI) and I need SAMBA 4 installed before I can establish a trust with an AD domain. I tried using "yum -y install samba*" but I'm getting errors saying there is "No package samba available". Any help with this is appreciated!
Ok, did you search for samba packages? And be aware that it's case-sensitive. Also, read the "Question Guidelines"...doing basic research should be your first step before posting, since a quick look at Red Hat's knowlegebase tells you exactly what to do:
https://access.redhat.com/documentat...services-samba

Did you call Red Hat support, since you're PAYING for RHEL (RIGHT??) They can walk you through setup, and point you to the parts of their knowledgebase you need for AD integration.
 
Old 04-09-2019, 09:51 AM   #3
young redhat
LQ Newbie
 
Registered: Apr 2019
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TB0ne View Post
Ok, did you search for samba packages? And be aware that it's case-sensitive. Also, read the "Question Guidelines"...doing basic research should be your first step before posting, since a quick look at Red Hat's knowlegebase tells you exactly what to do:
https://access.redhat.com/documentat...services-samba

Did you call Red Hat support, since you're PAYING for RHEL (RIGHT??) They can walk you through setup, and point you to the parts of their knowledgebase you need for AD integration.
Thanks for that link TB0ne, but I actually tried that already (getting No package samba available message). We are using an eval copy that we received from Red Hat and we have submitted a purchase order, hence why I am posting on these forums(can't access their knowledge base just yet). I've tried enabling additional repos as well, rhel-7-server-rhds-10-debug-rpms & server-rhds-10-source-rpms.
 
Old 04-10-2019, 07:28 AM   #4
gosul33t
LQ Newbie
 
Registered: Dec 2017
Location: Sofia, Bulgaria
Distribution: Fedora 29
Posts: 2

Rep: Reputation: Disabled
yum info samba

will provide you with information about the available packages with the name 'samba'.
 
1 members found this post helpful.
Old 04-10-2019, 09:13 AM   #5
young redhat
LQ Newbie
 
Registered: Apr 2019
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by gosul33t View Post
yum info samba

will provide you with information about the available packages with the name 'samba'.
thank you for the response! I'm getting an error saying "No matching Packages to List"
 
Old 04-10-2019, 09:38 AM   #6
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,681

Rep: Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971Reputation: 7971
Quote:
Originally Posted by young redhat View Post
thank you for the response! I'm getting an error saying "No matching Packages to List"
So again, did you follow those instructions from Red Hat? Call them for assistance?? The link I gave you told you the package names, and how to install them..not sure what else you're needing.

And please read the ample documentation on the yum command, so you know how to search:
https://access.redhat.com/documentat...sting_packages

And if you are not PAYING for RHEL, then you're going to have a difficult time using yum, since you aren't going to be able to access the online repositories.
 
Old 04-10-2019, 10:13 AM   #7
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,143

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
If you just downloaded Red Hat without paying, then what you have is a demo or evaluation version: what you downloaded is all you get! On the other hand, I think you should have samba installed: try the commands
whereis samba
rpm -q samba
 
1 members found this post helpful.
Old 04-16-2019, 07:24 AM   #8
young redhat
LQ Newbie
 
Registered: Apr 2019
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by DavidMcCann View Post
If you just downloaded Red Hat without paying, then what you have is a demo or evaluation version: what you downloaded is all you get! On the other hand, I think you should have samba installed: try the commands
whereis samba
rpm -q samba
Thank you David. Our paid subscription should be coming in soon. I appreciate the information. I should be able to ask red hat if I run into any additional problems!
 
Old 04-16-2019, 08:05 PM   #9
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,345
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145
You might also try this command:

Code:
yum provides samba
 
  


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] No package 'x11' found No package 'xext' found No package 'xdamage' found No package 'xfixes' found No package 'x11-xcb' found Jigsaw Linux From Scratch 14 02-23-2021 08:35 PM
LXer: DNF (Dandified yum), the next generation of yum package manager (Fork of Yum) for Fedora system LXer Syndicated Linux News 0 08-07-2016 05:12 PM
yum install flash ... yum: command not found ... which yum ... /usr/bin/yum tg0000 Fedora 8 04-13-2011 11:25 AM
Yum client package/updates installation and updates through local Yum Server gautamnarayan Linux - Server 1 03-11-2010 01:51 AM
Difference betweenn "yum install" and "yum update" john lee Linux - Newbie 1 02-11-2008 11:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:01 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