Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

issue installing package in oracle linux 8

Tony007Jan 18 2022

hi am having following issue when installing package

yum install -y oracle-database-preinstall-19c
Last metadata expiration check: 0:02:32 ago on Wed Jan 12 01:21:43 2022.
No match for argument: oracle-database-preinstall-19c
Error: Unable to find a match: oracle-database-preinstall-19c

yum install -y compat-libcap1
Last metadata expiration check: 3:44:58 ago on Tue Jan 11 21:31:11 2022.
No match for argument: compat-libcap1
Error: Unable to find a match: compat-libcap1
sh-4.4# yum install -y compat-libstdc++-33
Last metadata expiration check: 3:45:31 ago on Tue Jan 11 21:31:11 2022.
No match for argument: compat-libstdc++-33
Error: Unable to find a match: compat-libstdc++-33
sh-4.4# yum install -y compat-libstdc
Last metadata expiration check: 3:45:42 ago on Tue Jan 11 21:31:11 2022.
No match for argument: compat-libstdc
Error: Unable to find a match: compat-libstdc
tthis are package required when installing oracle database in linux

yum install -y libxcb
yum install -y make
yum install -y net-tools # Clusterware
yum install -y nfs-utils # ACFS
yum install -y python # ACFS
yum install -y python-configshell # ACFS
yum install -y python-rtslib # ACFS
yum install -y python-six # ACFS
yum install -y targetcli # ACFS
yum install -y smartmontools
yum install -y sysstat
Last metadata expiration check: 0:01:18 ago on Wed Jan 12 01:21:43 2022.
No match for argument: libxcb
Error: Unable to find a match: libxcb
sh-4.4# yum install -y make
Last metadata expiration check: 0:01:18 ago on Wed Jan 12 01:21:43 2022.
Package make-1:4.2.1-10.el8.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
sh-4.4# yum install -y net-tools # Clusterware
Last metadata expiration check: 0:01:19 ago on Wed Jan 12 01:21:43 2022.
Package net-tools-2.0-0.52.20160912git.el8.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
sh-4.4# yum install -y nfs-utils # ACFS
Last metadata expiration check: 0:01:20 ago on Wed Jan 12 01:21:43 2022.
Package nfs-utils-1:2.3.3-46.el8.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
sh-4.4# yum install -y python # ACFS
Last metadata expiration check: 0:01:21 ago on Wed Jan 12 01:21:43 2022.
No match for argument: python
Error: Unable to find a match: python
sh-4.4# yum install -y python-configshell # ACFS
Last metadata expiration check: 0:01:21 ago on Wed Jan 12 01:21:43 2022.
No match for argument: python-configshell
Error: Unable to find a match: python-configshell
sh-4.4# yum install -y python-rtslib # ACFS
Last metadata expiration check: 0:01:22 ago on Wed Jan 12 01:21:43 2022.
No match for argument: python-rtslib
Error: Unable to find a match: python-rtslib
sh-4.4# yum install -y python-six # ACFS
Last metadata expiration check: 0:01:22 ago on Wed Jan 12 01:21:43 2022.
No match for argument: python-six
Error: Unable to find a match: python-six
sh-4.4# yum install -y targetcli # ACFS
Last metadata expiration check: 0:01:23 ago on Wed Jan 12 01:21:43 2022.
No match for argument: targetcli
Error: Unable to find a match: targetcli
sh-4.4# yum install -y smartmontools
Last metadata expiration check: 0:01:24 ago on Wed Jan 12 01:21:43 2022.
Package smartmontools-1:7.1-1.el8.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
sh-4.4# yum install -y sysstat
Last metadata expiration check: 0:01:24 ago on Wed Jan 12 01:21:43 2022.
No match for argument: sysstat
Error: Unable to find a match: sysstat

Comments
Post Details
Added on Jan 18 2022
6 comments
10,136 views