Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
How to Update All Packages in Oracle Linux 8?

User_8KHLA
Member Posts: 1 Green Ribbon
I am new to this and wondering about the update process.How can I update all the packages that include Oracle Linux's latest update? Kindly someone helps me to figure out this issue for me.
Tagged:
Answers
-
Hi,
you can update all packages via yum like as
# yum update
-
Hi,
Make sure the below Repos are enabled.
* BaseOS Latest
* UEKR6 (If needs UEK6)
Then execute the blow command for complete update
# dnf update
Best Regards,