LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ERROR: yum_package[Installing gitk] (https://www.linuxquestions.org/questions/linux-newbie-8/error-yum_package%5Binstalling-gitk%5D-4175655596/)

ZapCoder 06-12-2019 02:05 PM

ERROR: yum_package[Installing gitk]
 
Hi! I am new to Linux and all. I'm receiving this error with my Kitchen Converge. I installed Maven with wget as my recipe could not acquire the package. I tried updating the wget with the latest version mentioned and error occurred.

sudo wget http://mirror.olnevhost.net/pub/apac...0.5-bin.tar.gz
sudo tar xvf apache-maven-3.0.5-bin.tar.gz
sudo mv apache-maven-3.0.5 /usr/local/apache-maven

ERROR: Package jdk1.8.0_45-1.8.0_45-fcs.x86_64.rpm is not signed.
sudo yum -d0 -e0 -y install apache-maven-3.5.2-1.el7

* yum_package[Installing maven] action install[2019-06-12T13:42:44-05:00] WARN: yum_package[Installing maven] matched multiple Provides for maven but we can only use the first match: apache-maven. Please use a more specific version.

ZapCoder 06-12-2019 02:48 PM

ERROR: yum_package[Installing gitk]
 
I've tried installing gitk with sudo yum -y install gitk to no resolve. Suggestions?

MensaWater 06-12-2019 03:22 PM

What Linux Distro?

Type "cat /etc/issue" and "cat /etc/redhat-release".

On my RHEL7 guest "yum list gitk" shows no package. That means it isn't in the default repositories for RHEL7.

This link suggests you'd have to add a repository.

scasey 06-12-2019 04:00 PM

Quote:

Originally Posted by ZapCoder (Post 6004584)
I've tried installing gitk with sudo yum -y install gitk to no resolve. Suggestions?

Welcome to LQ.

Yes.
Please show us what the actual result was.
It's pretty difficult to help with "to no resolve" as a problem statement.

ZapCoder 06-13-2019 07:38 AM

The problem occurs when running the Kitchen Converge, when performing the part of the dev_tools install. Error returns: "ERROR: yum_package[Installing gitk] (mc_auth_devenv::install_devtools line 11) had an error: Chef::Exceptions::Package: No candidate version available for gitk"

ZapCoder 06-13-2019 08:13 AM

While the instructions to install gitk succeed the same error remains when converging kitchen.

#cd /usr/src
#wget https://www.kernel.org/pub/software/...-2.21.0.tar.gz
#tar xzf git-2.21.0.tar.gz

"ERROR: yum_package[Installing gitk] (mc_auth_devenv::install_devtools line 11) had an error: Chef::Exceptions::Package: No candidate version available for gitk"


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