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 10-03-2019, 10:27 AM   #1
kiranus357
LQ Newbie
 
Registered: Oct 2019
Posts: 1

Rep: Reputation: Disabled
system-config-kickstart


Gentlemen
(cent OS 8 is the environment)

Iam new to linux just a week old ..iam trying to prepare for RHCSA ..i have a task as part of the preparation ..install redhat linux using kick start ..so as part of that lesson i was trying to use a command yum install system-config-kickstart ...running as a root user ..however i get a error message unable to find a match..


1) how do i deal with an error .. i mean what are the check points that i need to check if an installation like the above fails..

Regards
Kiran
 
Old 10-03-2019, 03:09 PM   #2
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Hi kiranus357,

Welcome to LQ.

I'm not a CentOS/RH user, so am inexperienced with its package manager (yum). Your error message seems to indicate that the package name you used in the command doesn't exist .. Perhaps a typo ? I would check the website of the repository for CentOS.

If that confirms you have the proper package name, verify your command syntax. Yum's help function will be a good place to start, or the man(ual) page (type : man yum).

Let us know if this helps and how you make out. I'm sure our CentOS / RedHat using members can be of even more assistance if required.

Cheers.
 
Old 10-03-2019, 03:26 PM   #3
scasey
LQ Veteran
 
Registered: Feb 2013
Location: Tucson, AZ, USA
Distribution: CentOS 7.9.2009
Posts: 5,735

Rep: Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212Reputation: 2212
We could help better if you show us the exact error message you got.
If it was "No matches found" then you have not provided the correct package name to yum.
Although
Code:
yum list system-config-kickstart
does find a match (CentOS 7) Perhaps it's not there yet in ver 8.
 
Old 10-03-2019, 03:40 PM   #4
zepherusbane
LQ Newbie
 
Registered: Oct 2019
Distribution: Garuda Linux
Posts: 16
Blog Entries: 1

Rep: Reputation: 0
Redhat has a yum cheetsheet that you might find useful: https://access.redhat.com/sites/defa...cs_print-1.pdf

I'm not a big Redhat/Centos expert, but there are a couple relevant commands in that file that might help you figure it out include the following. Here are a couple ideas.

Maybe the package isn't in any of the repositories you have configured? To see what repositories you have

Code:
yum repolist
To see what's in each repo

Code:
yum repoinfo reponame
Maybe pipe the output of the list of packages to grep to look for the specific package, something like this:

Code:
yum repoinfo reponame | grep system-config-kickstart
If you find it listed in one of the repos, there must be something else causing the problem. You said you were running the install as "a root user", do you mean you are actually root or that you used sudo? If you try to install as a normal user without using sudo it probably wouldn't work either.

Code:
sudo yum install system-config-kickstart
Is there some reason you aren't using the newer dnf instead of yum too? You might try using dnf just to see if there's something different (replace yum with dnf in your commands).

Code:
sudo dnf install system-config-kickstart
 
  


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] Dynamic entry of kickstart server ip in kickstart config file bradvan Linux - Server 1 04-01-2019 07:09 AM
RedHat Satellite Kickstart: Passing IP information from Kernel Parameters to Kickstart Config file galron010 Linux - General 1 03-03-2016 12:11 PM
[SOLVED] RHL 6.0 Unable to download the Kickstart file/ Error downloading kickstart file AnApproach2DigestLinux Linux - Newbie 3 11-23-2012 05:50 PM
Kickstart Error Error opening kickstart file (null): bad address Latitude Linux - Networking 0 06-03-2009 11:20 AM
System-config-kickstart core 5 nitrohuffer2001 Linux - Software 2 10-26-2006 11:43 PM

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

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