Forrest logo
back to the aurman tool

aurman:tldr:9d658

aurman: Synchronize and update all packages without show changes of `PKGBUILD` files.
$ aurman --sync --refresh --sysupgrade --noedit
try on your machine

This command is used to update the system packages on an Arch-based Linux distribution using the package manager called aurman. Let's break down each flag used in the command:

  • --sync: This flag tells aurman to synchronize the package databases, refreshing the local package lists from the servers.
  • --refresh: This flag tells aurman to refresh all repository databases, download any updated package information from the servers.
  • --sysupgrade: This flag tells aurman to upgrade your system packages to the latest available versions.
  • --noedit: This flag tells aurman not to open any external editor when editing package build files.

In summary, the command aurman --sync --refresh --sysupgrade --noedit ensures that your system is updated by synchronizing the package databases, refreshing the repository databases, and upgrading the system packages without opening any external editor for package build files.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the aurman tool