ubuntu_update_packages
Manage and update Ubuntu system packages via SSH, including security updates, package upgrades, and removal of unused packages for optimized system performance.
Instructions
Update system packages on Ubuntu
Input Schema
Name | Required | Description | Default |
---|---|---|---|
autoremove | No | Whether to remove unused packages after update (default: false) | |
connectionId | Yes | ID of an active SSH connection | |
securityOnly | No | Whether to update only security packages (default: false) | |
sudo | No | Whether to run the command with sudo (default: true) | |
upgrade | No | Whether to upgrade packages after update (default: true) |