How to Install Oracle Yum in CentOS 7by Ed ChenApril 20, 2022April 11, 2022Here are steps to install Oracle yum respository to CentOS 7. 1. Download Oracle Linux 7 Public Yum Repository First of all, you should make… Read More »How to Install Oracle Yum in CentOS 7
How to Upgrade Enterprise Linux from 7.x to 7.9by Ed ChenApril 3, 2021December 7, 2021Upgrading from Enterprise Linux 7.x (EL7) to the latest release 7.9 within a major version could be easy as long as the yum repository is… Read More »How to Upgrade Enterprise Linux from 7.x to 7.9
How AIX UNZIP Filesby Ed ChenJune 17, 2020May 26, 2022AIX unzip I found there's no unzip utility available in AIX 7.2. $ which unzip which: 0652-141 There is no unzip in /usr/bin /etc /usr/sbin… Read More »How AIX UNZIP Files
How to List Dependencies and Dependents of a Package on Linuxby Ed ChenAugust 26, 2014December 9, 2018The fast way to see dependencies of a package is using yum with deplist option. For example, if we'd like to see the dependencies of… Read More »How to List Dependencies and Dependents of a Package on Linux
How to List All Libraries and Files in a Package on Linuxby Ed ChenAugust 24, 2014March 30, 2018yum is a good tool to resolve dependencies of a package, but it cannot list all the libraries and files with definitive path in a package.… Read More »How to List All Libraries and Files in a Package on Linux
The Fastest Way to Install Java and Tomcat on Enterprise Linux 7by Ed ChenAugust 23, 2014March 27, 2018If you'd like to install Java 8 and Tomcat 8 on Enterprise Linux (EL) 7, please refer to another post below:How to Install Java 8… Read More »The Fastest Way to Install Java and Tomcat on Enterprise Linux 7
How to Get the Newest Release of Packages on CentOSby Ed ChenAugust 1, 2013January 18, 2020With the original yum repo, you can only get the stablest version of packages like the following output: [root@localhost ~]# cat /etc/centos-release CentOS release 6.4… Read More »How to Get the Newest Release of Packages on CentOS