os:arch:arch_tips_and_tricks
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| os:arch:arch_tips_and_tricks [2026/08/22 11:51] – removed - external edit (Unknown date) 127.0.0.1 | os:arch:arch_tips_and_tricks [2026/08/22 11:51] (current) – ↷ Page moved from arch:arch_tips_and_tricks to os:arch:arch_tips_and_tricks Julien Deswaef | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Arch Tips & Tricks ====== | ||
| + | A collection of tips and tricks while using Arch Linux. | ||
| + | ==== Get console messages in english ==== | ||
| + | If your system is configured in another language (mine is in fr-be), it's sometimes embarrassing to copy paste the result of a console log in an english speaking forum, because the messages you get are translated in your language. Here is the trick to get them in english, prepend the faulty command with '' | ||
| + | |||
| + | === Example === | ||
| + | < | ||
| + | $ pacman -Syu | ||
| + | erreur : vous ne pouvez pas effectuer cette opération à moins d’être root. | ||
| + | </ | ||
| + | |||
| + | Same command pre-pended with '' | ||
| + | < | ||
| + | $ LC_ALL=C pacman -Syu | ||
| + | error: you cannot perform this operation unless you are root. | ||
| + | </ | ||
| + | |||
| + | ==== Where is my build-essential? | ||
| + | If you are used to Debian, you might be looking for all the necessary tools to build, compile and conf pacages. Here it's called '' | ||
| + | < | ||
