OCI : How To Manually Install Oracle-Cloud-Agent on Ubuntu Instance
in Linux
Applies to:
Oracle Cloud Infrastructure - Version N/A and later
Linux x86-64
Goal:
This document explains steps to Install Oracle-Cloud-Agent on Ubuntu Instance.
Solution
If an instance is created using a current platform image or a custom image that is based on a current platform image, then Oracle Cloud Agent is installed by default. No action is needed.
To manually install the Oracle Cloud Agent software on an Ubuntu instance that uses another supported image, snapcraft must be installed on the instance.
Install Snapcraft by running the following commands in sequence.
sudo apt update sudo apt install snapd sudo snap install oracle-cloud-agent --classic
0