1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-12 23:15:25 +02:00
tldr/pages/linux/wajig.md
Managor 611d2c9a04
linux*: refresh old pages part 2 (#16263)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-04-27 10:35:40 +03:00

36 lines
779 B
Markdown

# wajig
> Simplified all-in-one-place system support tool for Debian-based systems.
> More information: <https://togaware.com/linux/survivor/wajig.html>.
- Update the list of available packages and versions:
`wajig update`
- Install a package, or update it to the latest available version:
`wajig install {{package}}`
- Remove a package and its configuration files:
`wajig purge {{package}}`
- Perform an update and then a dist-upgrade:
`wajig daily-upgrade`
- Display the sizes of installed packages:
`wajig sizes`
- List the version and distribution for all installed packages:
`wajig versions`
- List versions of upgradable packages:
`wajig toupgrade`
- Display packages which have some form of dependency on the given package:
`wajig dependents {{package}}`