← 返回命令列表

Linux command

pkgrm 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Remove

pkgrm [package]

说明

pkgrm removes installed packages from a CRUX Linux system. It deletes all files belonging to the package and removes the package entry from the system database. The tool does not check for dependencies, so removing packages that other software depends on may break the system. Users must manage dependencies manually.

参数

-r _root_
Use alternate root directory
package
Name of package to remove

FAQ

What is the pkgrm command used for?

pkgrm removes installed packages from a CRUX Linux system. It deletes all files belonging to the package and removes the package entry from the system database. The tool does not check for dependencies, so removing packages that other software depends on may break the system. Users must manage dependencies manually.

How do I run a basic pkgrm example?

Run `pkgrm [package]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -r _root_ do in pkgrm?

Use alternate root directory