ubuntu_update_packages
Update and upgrade Ubuntu system packages via SSH. Choose to update security packages only, remove unused dependencies, or run with sudo for administrative actions. Simplify package management on remote servers.
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) |