Viewing the Group Software Sources, Packages, and Modules
View software sources, packages, and modules available to all instances in a group in Autonomous Linux.
Navigate
Update Group Software Sources, Packages, and Modules
To update the group software sources, packages, and modules, see the following sections:
Use the oci os-management-hub managed-instance-group get command and required parameters to get information about a group, such as the attached software sources.
oci os-management-hub managed-instance-group get --group-id ocid [OPTIONS]Use the oci os-management-hub managed-instance-group list-installed-packages command and required parameters to list the installed packages for the group.
oci os-management-hub managed-instance-group list-installed-packages --group-id ocid [OPTIONS]Use the oci os-management-hub managed-instance-group list-modules command and required parameters to list the modules for the group.
oci os-management-hub managed-instance-group list-modules --group-id ocid [OPTIONS]For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Run the GetManagedInstanceGroup operation to get details about a group, including information about associated instances, software sources, jobs, and reports.
Run the ListManagedInstanceGroupInstalledPackages to list packages installed on the instances in the group.
Run the ListManagedInstanceGroupModules to list modules added to the instances in the group.