# Config for the pak package manager wrapper packageManager = "apt" commands = ["install", "remove", "update", "upgrade", "search", "download"] useRoot = true rootCommand = "sudo" shortcuts = ["rm", "inst"] shortcutMappings = ["remove", "install"]