diff options
author | Sam James <sam@gentoo.org> | 2022-12-28 16:08:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-28 16:08:24 +0000 |
commit | 57fad3e0aa195ea1011f1bbce59d79e7a52ee474 (patch) | |
tree | 9518dac9a7283ea08a0697b6f0ca9c54cb767f25 /2022-12-27-alternatives-introduction | |
parent | 2022-12-27-alternatives-introduction: add Ru translation (diff) | |
download | gentoo-news-57fad3e0aa195ea1011f1bbce59d79e7a52ee474.tar.gz gentoo-news-57fad3e0aa195ea1011f1bbce59d79e7a52ee474.tar.bz2 gentoo-news-57fad3e0aa195ea1011f1bbce59d79e7a52ee474.zip |
2022-12-27-alternatives-introduction: mention depcleaning eselect-{sh,awk}
Needed because of hard blockers.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to '2022-12-27-alternatives-introduction')
-rw-r--r-- | 2022-12-27-alternatives-introduction/2022-12-27-alternatives-introduction.en.txt | 5 | ||||
-rw-r--r-- | 2022-12-27-alternatives-introduction/2022-12-27-alternatives-introduction.ru.txt | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/2022-12-27-alternatives-introduction/2022-12-27-alternatives-introduction.en.txt b/2022-12-27-alternatives-introduction/2022-12-27-alternatives-introduction.en.txt index 601142f..b9c9f59 100644 --- a/2022-12-27-alternatives-introduction/2022-12-27-alternatives-introduction.en.txt +++ b/2022-12-27-alternatives-introduction/2022-12-27-alternatives-introduction.en.txt @@ -60,8 +60,9 @@ orphaned files where no package owns the file. To migrate your system, a standard world upgrade will suffice after deselecting eselect-awk and eselect-sh: 1. # emerge --deselect app-eselect/eselect-awk app-eselect/eselect-sh -2. # emerge --sync -3. # emerge -a -uvDU @world (or other similar standard world upgrade command) +2. # emerge --depclean app-eselect/eselect-awk app-eselect/eselect-sh +3. # emerge --sync +4. # emerge -a -uvDU @world (or other similar standard world upgrade command) ## Configuration diff --git a/2022-12-27-alternatives-introduction/2022-12-27-alternatives-introduction.ru.txt b/2022-12-27-alternatives-introduction/2022-12-27-alternatives-introduction.ru.txt index 254bb40..ec3999a 100644 --- a/2022-12-27-alternatives-introduction/2022-12-27-alternatives-introduction.ru.txt +++ b/2022-12-27-alternatives-introduction/2022-12-27-alternatives-introduction.ru.txt @@ -62,8 +62,9 @@ FEATURES="-collision-protect". collision-protect находит конфликт Для миграции достаточно убрать eselect-awk и eselect-sh из world, и обновить систему как обычно: 1. # emerge --deselect app-eselect/eselect-awk app-eselect/eselect-sh -2. # emerge --sync -3. # emerge -a -uvDU @world (или похожая команда для стандартного обновления +2. # emerge --depclean app-eselect/eselect-awk app-eselect/eselect-sh +3. # emerge --sync +4. # emerge -a -uvDU @world (или похожая команда для стандартного обновления системы) ## Конфигурация |