[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Buster/Maintenance" by HolgerLevsen
Debian Wiki
wiki at debian.org
Wed Feb 13 12:25:08 GMT 2019
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The "DebianEdu/Documentation/Buster/Maintenance" page has been changed by HolgerLevsen:
https://wiki.debian.org/DebianEdu/Documentation/Buster/Maintenance?action=diff&rev1=4&rev2=5
Comment:
better explain why C is used
Using {{{apt-get}}} is really simply. To update a system you need to execute two commands on the command line as root: {{{apt-get update}}} (which updates the lists of available packages) and {{{apt-get upgrade}}} (which upgrades the packages for which an upgrade is available).
- It is also a good idea to upgrade using the C locale to get known output and sorting order, even though that making a difference is a bug in a package.
+ It is also a good idea to upgrade using the C locale to get English output which in cases of problems is more likely to produce results in search engines.
{{{
LC_ALL=C apt-get update ; LC_ALL=C ltsp-chroot apt-get update
More information about the debian-edu-commits
mailing list