ot4i / ace-docker

75 stars 167 forks source link

How to install ksh into ace-mq container ? #109

Closed vietph83 closed 4 years ago

vietph83 commented 4 years ago

Hi support team

I need help on how to install ksh into ace-mq (latest) which is built based on ubi7 image

I did try install ksh using command in ace-mq container

microdnf install ksh

I got error telling me that there is no package name 'ksh'

IBMRob commented 4 years ago

ksh is likely part of another package. You should be able to use dnf provides '*filename' to find which package it belongs to and needs to be installed.

vietph83 commented 4 years ago

Hi IBMRob

I tried this in the ace-mq container

bash-4.4$ dnf
bash: dnf: command not found
IBMRob commented 4 years ago

I suggest using a redhat docker container to find what package ksh is part of.

vietph83 commented 4 years ago

Thank you for your feedback on this IBMRob I will give it a try later