
---
url: /mod/uninstall.md
---
# x uninstall

Quickly query installed software on different operating systems and uninstall them.


::: tip
Currently, only the following package managers are supported: brew, scoop, apt, dnf, apk, pacman, pixi, xpkg.
:::


## Examples

Use the interactive app to list installed software and perform uninstallation

```sh
x uninstall
```

Uninstall the bat installed by brew

```sh
x uninstall brew bat
```

Uninstall x-cmd

```sh
x uninstall self
```

## Sub Commands

| Name | Description |
| ------- | ------- |
| [x uninstall ls](/mod/uninstall/ls.md) | List software installed via system and third-party package managers |
| [x uninstall rm](/mod/uninstall/rm.md) | Uninstall the software installed by the specified package manager |
| [x uninstall self](/mod/uninstall/self.md) | Uninstall x-cmd |
