System maintenance: Difference between revisions

From ArchWiki
(→‎Avoid certain pacman commands: unlike the previous options, -Syyu is not dangerous (and the first paragraph already says to always use -Syu); the note on downgrading does not make sense, pacman only installs newer versions on system upgrades (-Syu))
Tag: Manual revert
m (improve consistency of pacman links)
 
(37 intermediate revisions by 19 users not shown)
Line 1: Line 1:
[[Category:System administration]]
[[Category:System administration]]
[[es:System maintenance]]
[[es:System maintenance]]
[[fa:نگهداشت سیستم]]
[[fr:System maintenance]]
[[fr:System maintenance]]
[[ja:システムメンテナンス]]
[[ja:システムメンテナンス]]
Line 10: Line 9:
{{Related|General recommendations}}
{{Related|General recommendations}}
{{Related articles end}}
{{Related articles end}}
Regular system maintenance is necessary for the proper functioning of Arch over a period of time.  Timely maintenance is a practice many users get accustomed to.
Regular system maintenance is necessary for the proper functioning of Arch over a period of time.  Timely maintenance is a practice many users get accustomed to.


Line 22: Line 22:
See [[systemd#Using units]] for more information.
See [[systemd#Using units]] for more information.


=== Logfiles ===
=== Log files ===
 
{{Accuracy|Not all important error messages will be priority 3}}


Look for errors in the log files located at {{ic|/var/log}}, as well as high priority errors in the systemd journal:
Look for errors in the log files located in {{ic|/var/log/}}, as well as messages logged in the systemd journal:


  # journalctl -p 3 -b
  # journalctl -b


See [[systemd/Journal]] for more information.
See [[systemd/Journal]] for more information and filtering options.


See [[Xorg#Troubleshooting]] for information on where and how [[Xorg]] logs errors.
See [[Xorg#Troubleshooting]] for information on where and how [[Xorg]] logs errors.
Line 44: Line 42:
=== Configuration files ===
=== Configuration files ===


Before editing any configuration files, create a backup so that you can revert to a working version in case of problems. Editors like [[vim]] and [[emacs]] can do this automatically. On a larger scale, consider using a [[List of applications#Configuration management|configuration manager]].
Before editing any configuration files, create a backup so that you can revert to a working version in case of problems. Editors like [[vim]] and [[emacs]] can do this automatically. On a larger scale, consider using a [[List of applications/Utilities#Configuration management|configuration manager]].


For [[dotfiles]] (configuration files in the home directory), see [[dotfiles#Tracking dotfiles directly with Git]].
For [[dotfiles]] (configuration files in the home directory), see [[dotfiles#Tracking dotfiles directly with Git]].
Line 52: Line 50:
Maintain a list of all installed packages so that if a complete re-installation is inevitable, it is easier to re-create the original environment.
Maintain a list of all installed packages so that if a complete re-installation is inevitable, it is easier to re-create the original environment.


See [[Pacman tips#List of installed packages]] for details.
See [[pacman tips#List of installed packages]] for details.


=== Pacman database ===
=== Pacman database ===
Line 68: Line 66:
== Upgrading the system ==
== Upgrading the system ==


It is recommended to perform full system upgrades regularly via [[Pacman#Upgrading packages]], to enjoy both the latest bug fixes and security updates, and also to avoid having to deal with too many package upgrades that require manual intervention at once. When requesting support from the community, it will usually be assumed that the system is up to date.
It is recommended to perform full system upgrades regularly via [[pacman#Upgrading packages]], to enjoy both the latest bug fixes and security updates, and also to avoid having to deal with too many package upgrades that require manual intervention at once. When requesting support from the community, it will usually be assumed that the system is up to date.


Make sure to have the Arch install media or another Linux "live" CD/USB available so you can easily rescue your system if there is a problem after updating. If you are running Arch in a production environment, or cannot afford downtime for any reason, test changes to configuration files, as well as updates to software packages, on a non-critical duplicate system first. Then, if no problems arise, roll out the changes to the production system.  
Make sure to have the Arch install media or another Linux "live" CD/USB available so you can easily rescue your system if there is a problem after updating. If you are running Arch in a production environment, or cannot afford downtime for any reason, test changes to configuration files, as well as updates to software packages, on a non-critical duplicate system first. Then, if no problems arise, roll out the changes to the production system.


If the system has packages from the [[AUR]], carefully upgrade all of them.  
If the system has packages from the [[AUR]], carefully upgrade all of them.


''pacman'' is a powerful package management tool, but it does not attempt to handle all corner cases. Users must be vigilant and take responsibility for maintaining their own system.
''pacman'' is a powerful package management tool, but it does not attempt to handle all corner cases. Users must be vigilant and take responsibility for maintaining their own system.
Line 78: Line 76:
=== Read before upgrading the system ===
=== Read before upgrading the system ===


Before upgrading, users are expected to visit the [https://archlinux.org/ Arch Linux home page] to check the latest news, or alternatively subscribe to the [https://archlinux.org/feeds/news/ RSS feed] or the [https://mailman.archlinux.org/mailman/listinfo/arch-announce/ arch-announce mailing list]. When updates require out-of-the-ordinary user intervention (more than what can be handled simply by following the instructions given by ''pacman''), an appropriate news post will be made.
Before upgrading, users are expected to visit the [https://archlinux.org/ Arch Linux home page] to check the latest news, or alternatively subscribe to the [https://archlinux.org/feeds/news/ RSS feed] or the [https://lists.archlinux.org/mailman3/lists/arch-announce.lists.archlinux.org/ arch-announce mailing list]. When updates require out-of-the-ordinary user intervention (more than what can be handled simply by following the instructions given by ''pacman''), an appropriate news post will be made.


Before upgrading fundamental software (such as the [[kernel]], [[xorg]], [[systemd]], or {{Pkg|glibc}}) to a new version, look over the appropriate [https://bbs.archlinux.org/ forum] to see if there have been any reported problems.
Before upgrading fundamental software (such as the [[kernel]], [[xorg]], [[systemd]], or {{Pkg|glibc}}) to a new version, look over the appropriate [https://bbs.archlinux.org/ forum] to see if there have been any reported problems.
Line 90: Line 88:
Avoid doing [[#Partial upgrades are unsupported|partial upgrades]]. In other words, never run {{ic|pacman -Sy}}; instead, always use {{ic|pacman -Syu}}.
Avoid doing [[#Partial upgrades are unsupported|partial upgrades]]. In other words, never run {{ic|pacman -Sy}}; instead, always use {{ic|pacman -Syu}}.


Generally avoid using the {{ic|--overwrite}} option with pacman. The {{ic|--overwrite}} option takes an argument containing a glob. When used pacman will bypass file conflict checks for files that match the glob. In a properly maintained system, it should only be used when explicitly recommended by the Arch developers. See the [[#Read before upgrading the system]] section.
Generally avoid using the {{ic|--overwrite}} option with pacman. The {{ic|--overwrite}} option takes an argument containing a glob. When used, pacman will bypass file conflict checks for files that match the glob. In a properly maintained system, it should only be used when explicitly recommended by the Arch Developers. See the [[#Read before upgrading the system]] section.


Avoid using the {{ic|-d}} option with pacman. {{ic|pacman -Rdd ''package''}} skips dependency checks during package removal. As a result, a package providing a critical dependency could be removed, resulting in a broken system.
Avoid using the {{ic|-d}} option with pacman. {{ic|pacman -Rdd ''package''}} skips dependency checks during package removal. As a result, a package providing a critical dependency could be removed, resulting in a broken system.
Line 96: Line 94:
=== Partial upgrades are unsupported ===
=== Partial upgrades are unsupported ===


Arch Linux is a [[Wikipedia:rolling release|rolling release]] distribution. That means when new [[Wikipedia:Library (computing)|library]] versions are pushed to the repositories, the [https://archlinux.org/people/developers/ developers] and [[Trusted Users]] rebuild all the packages in the repositories that need to be rebuilt against the libraries. For example, if two packages depend on the same library, upgrading only one package might also upgrade the library (as a dependency), which might then break the other package which depends on an older version of the library.
Arch Linux is a [[Wikipedia:rolling release|rolling release]] distribution. That means when new [[Wikipedia:Library (computing)|library]] versions are pushed to the repositories, the [https://archlinux.org/people/developers/ Developers] and [[Package Maintainers]] rebuild all the packages in the repositories that need to be rebuilt against the libraries. For example, if two packages depend on the same library, upgrading only one package might also upgrade the library (as a dependency), which might then break the other package which depends on an older version of the library.


That is why partial upgrades are '''not supported'''. Do '''not''' use:
That is why partial upgrades are '''not supported'''. Do '''not''' use:


* {{ic|pacman -Sy ''package''}}
* {{ic|pacman -Sy ''package''}}
* {{ic|pacman -Sy}} followed by {{ic|pacman -S ''package''}}.
* {{ic|pacman -Sy}} followed by {{ic|pacman -S ''package''}} (Note the absence of {{ic|-S'''u'''}} in the installation of the package.)
* {{ic|pacman -Syuw}} (Note that {{ic|pacman -Syuw}} does imply the same risks like {{ic|pacman -Sy}}, as it will update the ''pacman'' sync database without installing the newer packages.)
* {{ic|pacman -Syuw}} (Note that {{ic|pacman -Syuw}} does imply the same risks like {{ic|pacman -Sy}}, as it will update the ''pacman'' sync database without installing the newer packages.)


'''Always''' upgrade (with {{ic|pacman -Syu}}) before installing a package. Note that if {{ic|pacman -Syu}} does not perform the upgrade because of an error, the end result is the same as running {{ic|pacman -Sy}}. Therefore, the error must be resolved and the upgrade operation completed as soon as possible.
When refreshing the package database, '''always''' do a full upgrade with {{ic|pacman -Syu}}. Note that if {{ic|pacman -Syu}} does not perform the upgrade because of an error, the end result is the same as running {{ic|pacman -Sy}}. Therefore, the error must be resolved and the upgrade operation completed as soon as possible.


Be very careful when using {{ic|IgnorePkg}} and {{ic|IgnoreGroup}} for the same reason. If the system has locally built packages (such as [[AUR]] packages), users will need to rebuild them when their dependencies receive a [[Wikipedia:soname|soname]] bump.
Be very careful when using {{ic|IgnorePkg}} and {{ic|IgnoreGroup}} for the same reason. If the system has locally built packages (such as [[AUR]] packages), users will need to rebuild them when their dependencies receive a [[Wikipedia:soname|soname]] bump.
Line 110: Line 108:
If a partial upgrade scenario has been created, and binaries are broken because they cannot find the libraries they are linked against, '''do not "fix" the problem simply by symlinking'''. Libraries receive [[Wikipedia:soname|soname]] bumps when they are '''not backwards compatible'''. A simple {{ic|pacman -Syu}} to a properly synced mirror will fix the problem as long as ''pacman'' is not broken.
If a partial upgrade scenario has been created, and binaries are broken because they cannot find the libraries they are linked against, '''do not "fix" the problem simply by symlinking'''. Libraries receive [[Wikipedia:soname|soname]] bumps when they are '''not backwards compatible'''. A simple {{ic|pacman -Syu}} to a properly synced mirror will fix the problem as long as ''pacman'' is not broken.


The bash script ''checkupdates'', included with the {{Pkg|pacman-contrib}} package, provides a safe way to check for upgrades to installed packages without running a system update at the same time.
The bash script ''checkupdates'', included with the {{Pkg|pacman-contrib}} package, provides a safe way to check for upgrades to installed packages without running a system update at the same time, and provides an option to download the pending updates to the pacman cache without touching the sync database.


=== Act on alerts during an upgrade ===
=== Act on alerts during an upgrade ===
Line 136: Line 134:
{{Tip|You can use a log viewer such as {{AUR|wat-git}} to search the pacman logs.}}
{{Tip|You can use a log viewer such as {{AUR|wat-git}} to search the pacman logs.}}


At this point, only after ensuring there is no information available through pacman, there is no relative news on https://archlinux.org/, and there are no forum posts regarding the update, consider seeking help on the [https://bbs.archlinux.org forum], over [[IRC]], or by [[downgrading]] the offending package.
At this point, only after ensuring there is no information available through pacman, there is no relevant news on https://archlinux.org/, and there are no forum posts regarding the update, consider seeking help on the [https://bbs.archlinux.org forum], over [[IRC]], or by [[downgrading]] the offending package.


=== Check for orphans and dropped packages ===
=== Check for orphans and dropped packages ===
Line 142: Line 140:
After upgrading you may now have packages that are no longer needed or that are no longer in the official repositories.
After upgrading you may now have packages that are no longer needed or that are no longer in the official repositories.


Use {{ic|pacman -Qtd}} to check for packages that were installed as a dependency but now, no other packages depend on them. If an orphaned package is still needed, it is recommended to change the [[installation reason]] to explicit. Otherwise, if the package is no longer needed, it can be removed.
Use {{ic|pacman -Qtd}} to check for packages that were installed as a dependency but now, no other packages depend on them. If an orphaned package is still needed, it is recommended to change the [[installation reason]] to explicit. Otherwise, if the package is no longer needed, it can be removed. See [[pacman/Tips and tricks#Removing unused packages (orphans)]] for details.


Additionally, some packages may no longer be in the remote repositories, but they still may be on your local system. To list all foreign packages use {{ic|pacman -Qm}}. Note that this list will include packages that have been installed manually (e.g., from the [[AUR]]). To exclude packages that are (still) available on the AUR, use the {{AUR|ancient-packages}} tool.
Additionally, some packages may no longer be in the remote repositories, but they still may be on your local system. To list all foreign packages use {{ic|pacman -Qm}}. Note that this list will include packages that have been installed manually (e.g., from the [[AUR]]). To exclude packages that are (still) available on the AUR, use the script from [https://bbs.archlinux.org/viewtopic.php?id=288205#p2116629 BBS#288205] or try the {{AUR|ancient-packages}} tool.


== Use the package manager to install software ==
== Use the package manager to install software ==
Line 150: Line 148:
[[Pacman]] does a much better job than you at keeping track of files. If you install things manually you ''will'', sooner or later, forget what you did, forget where you installed to, install conflicting software, install to the wrong locations, etc.
[[Pacman]] does a much better job than you at keeping track of files. If you install things manually you ''will'', sooner or later, forget what you did, forget where you installed to, install conflicting software, install to the wrong locations, etc.


* Install packages from the official repositories using the method in the [[Pacman#Installing packages]] section.
* Install packages from the official repositories using the method in the [[pacman#Installing packages]] section.
* If the program you desire is not available, check to see if someone has created a package in the [[AUR]]. Follow the method in that article for installation.
* If the program you desire is not available, check to see if someone has created a package in the [[AUR]]. Follow the method in that article for installation.
* Lastly, if the program you want is not in the official repositories or in the AUR, learn how to [[create a package]] for it.
* Lastly, if the program you want is not in the official repositories or in the AUR, learn how to [[create a package]] for it.


To clean up improperly installed files, see [[Pacman/Tips and tricks#Identify files not owned by any package]].
To clean up improperly installed files, see [[pacman/Tips and tricks#Identify files not owned by any package]].


=== Choose open-source drivers ===
=== Choose open-source drivers ===
Line 176: Line 174:
When looking for files to remove, it is important to find the files that take up the most disk space. Programs that help with this are found in:
When looking for files to remove, it is important to find the files that take up the most disk space. Programs that help with this are found in:


* [[List of applications#Disk usage display]].
* [[List of applications/Utilities#Disk usage display]].
* [[List of applications#Disk cleaning]].
* [[List of applications/Utilities#Disk cleaning]].


=== Package cache ===
=== Package cache ===


Remove unwanted {{ic|.pkg}} files from {{ic|/var/cache/pacman/pkg/}} to free up disk space.
Remove unwanted ''.pkg'' files from {{ic|/var/cache/pacman/pkg/}} to free up disk space.


See [[Pacman#Cleaning the package cache]] for more information.
See [[pacman#Cleaning the package cache]] for more information.


=== Unused packages (orphans) ===
=== Unused packages (orphans) ===
Line 189: Line 187:
Remove unused packages from the system to free up disk space and simplify maintenance.
Remove unused packages from the system to free up disk space and simplify maintenance.


See [[Pacman/Tips and tricks#Removing unused packages (orphans)]] for details.
See [[pacman/Tips and tricks#Removing unused packages (orphans)]] for details.


=== Old configuration files ===
=== Old configuration files ===


Old configuration files may conflict with newer software versions, or corrupt over time. Remove unneeded configurations periodically, particularly in your home folder and {{ic|~/.config}}. For similar reasons, be careful when sharing home folders between installations.
Old configuration files may conflict with newer software versions, or corrupt over time. Remove unneeded configurations periodically, particularly in your home directory and {{ic|~/.config}}. For similar reasons, be careful when sharing home directories between installations.


Look for the following folders:
Look for the following directories:


* {{ic|~/.config/}} -- where applications stores their configuration
* {{ic|~/.config/}} -- where applications stores their configuration
Line 229: Line 227:
=== Install the linux-lts package ===
=== Install the linux-lts package ===


The {{Pkg|linux-lts}} package is an alternative Arch kernel package, and is available in the [[core]] repository. This particular kernel version has long-term support (LTS) from upstream, including security fixes and some feature backports. It is useful if you prefer the stability of less-frequent kernel updates or if you want a fallback kernel in case a new kernel version causes problems.
The {{Pkg|linux-lts}} package is an alternative Arch kernel package, and is available in the [[core]] repository. This particular kernel version has long-term support (LTS) from upstream, including security and bug fixes. It is useful if you use out-of-tree kernel modules and want to ensure their compatibility or if you want a fallback kernel in case a new kernel version causes problems.


To make it available as a boot option, you will need to update your [[bootloader]]'s configuration file to use the LTS kernel and ram disk: {{ic|vmlinuz-linux-lts}} and {{ic|initramfs-linux-lts.img}}.
To make it available as a boot option, you will need to update your [[boot loader]]'s configuration file to use the LTS kernel and ram disk: {{ic|vmlinuz-linux-lts}} and {{ic|initramfs-linux-lts.img}}.


== See Also ==
== See also ==


* [https://bbs.archlinux.org/viewtopic.php?id=146850 Arch News Bash Script]
* [https://bbs.archlinux.org/viewtopic.php?id=146850 Arch News Bash Script]
* [https://bbs.archlinux.org/viewtopic.php?pid=1791008 Automatic Arch System Maintenance]
* [[fwupd]]

Latest revision as of 16:06, 14 April 2024

Regular system maintenance is necessary for the proper functioning of Arch over a period of time. Timely maintenance is a practice many users get accustomed to.

Check for errors

Failed systemd services

Check if any systemd services have failed:

$ systemctl --failed

See systemd#Using units for more information.

Log files

Look for errors in the log files located in /var/log/, as well as messages logged in the systemd journal:

# journalctl -b

See systemd/Journal for more information and filtering options.

See Xorg#Troubleshooting for information on where and how Xorg logs errors.

Backup

Having backups of important data is a necessary measure to take, since human and machine processing errors are very likely to generate corruption as time passes, and also the physical media where the data is stored is inevitably destined to fail.

See Synchronization and backup programs for many alternative applications that may better suit your case. See Category:System recovery for other articles of interest.

It is encouraged to automate backups, see Autostarting#On time events.

Configuration files

Before editing any configuration files, create a backup so that you can revert to a working version in case of problems. Editors like vim and emacs can do this automatically. On a larger scale, consider using a configuration manager.

For dotfiles (configuration files in the home directory), see dotfiles#Tracking dotfiles directly with Git.

List of installed packages

Maintain a list of all installed packages so that if a complete re-installation is inevitable, it is easier to re-create the original environment.

See pacman tips#List of installed packages for details.

Pacman database

See pacman/Tips and tricks#Back up the pacman database.

Encryption metadata

See Data-at-rest encryption#Backup for disk encryption scenarios.

System and user data

See System backup.

Upgrading the system

It is recommended to perform full system upgrades regularly via pacman#Upgrading packages, to enjoy both the latest bug fixes and security updates, and also to avoid having to deal with too many package upgrades that require manual intervention at once. When requesting support from the community, it will usually be assumed that the system is up to date.

Make sure to have the Arch install media or another Linux "live" CD/USB available so you can easily rescue your system if there is a problem after updating. If you are running Arch in a production environment, or cannot afford downtime for any reason, test changes to configuration files, as well as updates to software packages, on a non-critical duplicate system first. Then, if no problems arise, roll out the changes to the production system.

If the system has packages from the AUR, carefully upgrade all of them.

pacman is a powerful package management tool, but it does not attempt to handle all corner cases. Users must be vigilant and take responsibility for maintaining their own system.

Read before upgrading the system

Before upgrading, users are expected to visit the Arch Linux home page to check the latest news, or alternatively subscribe to the RSS feed or the arch-announce mailing list. When updates require out-of-the-ordinary user intervention (more than what can be handled simply by following the instructions given by pacman), an appropriate news post will be made.

Before upgrading fundamental software (such as the kernel, xorg, systemd, or glibc) to a new version, look over the appropriate forum to see if there have been any reported problems.

Users must equally be aware that upgrading packages can raise unexpected problems that could need immediate intervention; therefore, it is discouraged to upgrade a stable system shortly before it is required for carrying out an important task. Instead, wait to upgrade until there is enough time available to resolve any post-upgrade issues.

Tip: You could use a pacman hook like informantAUR which prevents you from updating if there is fresh Arch News that you have not read since the last update ran.

Avoid certain pacman commands

Avoid doing partial upgrades. In other words, never run pacman -Sy; instead, always use pacman -Syu.

Generally avoid using the --overwrite option with pacman. The --overwrite option takes an argument containing a glob. When used, pacman will bypass file conflict checks for files that match the glob. In a properly maintained system, it should only be used when explicitly recommended by the Arch Developers. See the #Read before upgrading the system section.

Avoid using the -d option with pacman. pacman -Rdd package skips dependency checks during package removal. As a result, a package providing a critical dependency could be removed, resulting in a broken system.

Partial upgrades are unsupported

Arch Linux is a rolling release distribution. That means when new library versions are pushed to the repositories, the Developers and Package Maintainers rebuild all the packages in the repositories that need to be rebuilt against the libraries. For example, if two packages depend on the same library, upgrading only one package might also upgrade the library (as a dependency), which might then break the other package which depends on an older version of the library.

That is why partial upgrades are not supported. Do not use:

  • pacman -Sy package
  • pacman -Sy followed by pacman -S package (Note the absence of -Su in the installation of the package.)
  • pacman -Syuw (Note that pacman -Syuw does imply the same risks like pacman -Sy, as it will update the pacman sync database without installing the newer packages.)

When refreshing the package database, always do a full upgrade with pacman -Syu. Note that if pacman -Syu does not perform the upgrade because of an error, the end result is the same as running pacman -Sy. Therefore, the error must be resolved and the upgrade operation completed as soon as possible.

Be very careful when using IgnorePkg and IgnoreGroup for the same reason. If the system has locally built packages (such as AUR packages), users will need to rebuild them when their dependencies receive a soname bump.

If a partial upgrade scenario has been created, and binaries are broken because they cannot find the libraries they are linked against, do not "fix" the problem simply by symlinking. Libraries receive soname bumps when they are not backwards compatible. A simple pacman -Syu to a properly synced mirror will fix the problem as long as pacman is not broken.

The bash script checkupdates, included with the pacman-contrib package, provides a safe way to check for upgrades to installed packages without running a system update at the same time, and provides an option to download the pending updates to the pacman cache without touching the sync database.

Act on alerts during an upgrade

When upgrading the system, be sure to pay attention to the alert notices provided by pacman. If any additional actions are required by the user, be sure to take care of them right away. If a pacman alert is confusing, search the forums and the recent news posts for more detailed instructions.

Deal promptly with new configuration files

When pacman is invoked, .pacnew and .pacsave files can be created. Pacman provides notice when this happens and users must deal with these files promptly. Users are referred to the pacman/Pacnew and Pacsave wiki page for detailed instructions.

Also, think about other configuration files you may have copied or created. If a package had an example configuration that you copied to your home directory, check to see if a new one has been created.

Restart or reboot after upgrades

Upgrades are typically not applied to existing processes. You must restart processes to fully apply the upgrade.

The archlinux-contrib package provides a script called checkservices which runs pacdiff to merge .pacnew files then checks for processes running with outdated libraries and prompts the user if they want them to be restarted.

The kernel is particularly difficult to patch without a reboot. A reboot is always the most secure option, but if this is very inconvenient kernel live patching can be used to apply upgrades without a reboot.

Revert broken updates

If a package update is expected/known to cause problems, packagers will ensure that pacman displays an appropriate message when the package is updated. If experiencing trouble after an update, double-check pacman's output by looking at /var/log/pacman.log.

Tip: You can use a log viewer such as wat-gitAUR to search the pacman logs.

At this point, only after ensuring there is no information available through pacman, there is no relevant news on https://archlinux.org/, and there are no forum posts regarding the update, consider seeking help on the forum, over IRC, or by downgrading the offending package.

Check for orphans and dropped packages

After upgrading you may now have packages that are no longer needed or that are no longer in the official repositories.

Use pacman -Qtd to check for packages that were installed as a dependency but now, no other packages depend on them. If an orphaned package is still needed, it is recommended to change the installation reason to explicit. Otherwise, if the package is no longer needed, it can be removed. See pacman/Tips and tricks#Removing unused packages (orphans) for details.

Additionally, some packages may no longer be in the remote repositories, but they still may be on your local system. To list all foreign packages use pacman -Qm. Note that this list will include packages that have been installed manually (e.g., from the AUR). To exclude packages that are (still) available on the AUR, use the script from BBS#288205 or try the ancient-packagesAUR tool.

Use the package manager to install software

Pacman does a much better job than you at keeping track of files. If you install things manually you will, sooner or later, forget what you did, forget where you installed to, install conflicting software, install to the wrong locations, etc.

  • Install packages from the official repositories using the method in the pacman#Installing packages section.
  • If the program you desire is not available, check to see if someone has created a package in the AUR. Follow the method in that article for installation.
  • Lastly, if the program you want is not in the official repositories or in the AUR, learn how to create a package for it.

To clean up improperly installed files, see pacman/Tips and tricks#Identify files not owned by any package.

Choose open-source drivers

Always try open source drivers before resorting to proprietary drivers. Most of the time, open source drivers are more stable and reliable than proprietary drivers. Open source driver bugs are fixed more easily and quickly. While proprietary drivers can offer more features and capabilities, this can come at the cost of stability. To avoid this dilemma, try to choose hardware components known to have mature open source driver support with full features. Information about hardware with open source Linux drivers is available at linux-drivers.org.

Be careful with unofficial packages

Use precaution when using packages from the AUR or an unofficial user repository. Most are supplied by regular users and thus may not have the same standards as those in the official repositories. Avoid AUR helpers which automate installation of AUR packages. Always check PKGBUILDs for sanity and signs of mistake or malicious code before building and/or installing the package.

To simplify maintenance, limit the amount of unofficial packages used. Make periodic checks on which are in actual use, and remove (or replace with their official counterparts) any others. See pacman/Tips and tricks#Maintenance for useful commands. Following system upgrade, use rebuild-detector to identify any unofficial packages that may need to be rebuilt.

Update the mirrorlist

Update pacman's mirrorlist, as the quality of mirrors can vary over time, and some might go offline or their download rate might degrade.

See mirrors for details.

Clean the filesystem

When looking for files to remove, it is important to find the files that take up the most disk space. Programs that help with this are found in:

Package cache

Remove unwanted .pkg files from /var/cache/pacman/pkg/ to free up disk space.

See pacman#Cleaning the package cache for more information.

Unused packages (orphans)

Remove unused packages from the system to free up disk space and simplify maintenance.

See pacman/Tips and tricks#Removing unused packages (orphans) for details.

Old configuration files

Old configuration files may conflict with newer software versions, or corrupt over time. Remove unneeded configurations periodically, particularly in your home directory and ~/.config. For similar reasons, be careful when sharing home directories between installations.

Look for the following directories:

  • ~/.config/ -- where applications stores their configuration
  • ~/.cache/ -- cache of some programs may grow in size
  • ~/.local/share/ -- old files may be lying there

See XDG Base Directory support for more information.

To keep the home directory clean from temporary files created at the wrong place, it is a good idea to manage a list of unwanted files and remove them regularly, for example with rmshit.py.

rmlint can be used to find and optionally remove duplicate files, empty files, recursive empty directories and broken symlinks.

Broken symlinks

Old, broken symbolic links might be sitting around your system; you should remove them. Examples on achieving this can be found here and here. However, you should not blindly delete all broken symbolic links, as some of them serve a purpose [1].

To quickly list all the broken symlinks of your system, use:

# find / -xtype l -print

Then inspect and remove unnecessary entries from this list.

Tips and tricks

The following tips are generally not required, but certain users may find them useful.

Use proven software packages

Arch's rolling releases can be a boon for users who want to try the latest features and get upstream updates as soon as possible, but they can also make system maintenance more difficult. To simplify maintenance and improve stability, try to avoid cutting edge software and install only mature and proven software. Such packages are less likely to receive difficult upgrades such as major configuration changes or feature removals. Prefer software that has a strong and active development community, as well as a high number of competent users, in order to simplify support in the event of a problem.

Avoid any use of the testing repository, even individual packages from testing. These packages are experimental and not suitable for a stable system. Similarly, avoid packages which are built directly from upstream development sources. These are usually found in the AUR, with names including things like: "dev", "devel", "svn", "cvs", "git", etc.

Install the linux-lts package

The linux-lts package is an alternative Arch kernel package, and is available in the core repository. This particular kernel version has long-term support (LTS) from upstream, including security and bug fixes. It is useful if you use out-of-tree kernel modules and want to ensure their compatibility or if you want a fallback kernel in case a new kernel version causes problems.

To make it available as a boot option, you will need to update your boot loader's configuration file to use the LTS kernel and ram disk: vmlinuz-linux-lts and initramfs-linux-lts.img.

See also