Skip to main content
Glama

remove_packages_batch

Remove multiple Arch Linux packages in a single transaction to efficiently uninstall software and manage system dependencies.

Instructions

Remove multiple packages in a single transaction. More efficient than removing packages one by one. Only works on Arch Linux. Requires sudo access.

Input Schema

NameRequiredDescriptionDefault
package_namesYesList of package names to remove
remove_dependenciesNoRemove packages and their dependencies. Default: false

Input Schema (JSON Schema)

{ "properties": { "package_names": { "description": "List of package names to remove", "items": { "type": "string" }, "type": "array" }, "remove_dependencies": { "default": false, "description": "Remove packages and their dependencies. Default: false", "type": "boolean" } }, "required": [ "package_names" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nihalxkumar/arch-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server