layman deprecation notice

This commit is contained in:
Petre Rodan 2023-06-08 22:41:02 +03:00
parent 7ffae13081
commit 3366c972e6
No known key found for this signature in database
GPG key ID: C2540BC77ADA0964

View file

@ -16,24 +16,32 @@ Update the portage to the latest version
emerge --sync emerge --sync
``` ```
Make sure that layman and git are installed Make sure that eselect-repository and git are installed
``` ```
emerge app-portage/layman git emerge eselect-repository git
``` ```
Update list of overlays Update list of overlays
``` ```
layman -L eselect repository list
``` ```
Add Pentoo overlay Add Pentoo overlay
``` ```
layman -a pentoo eselect repository enable pentoo
``` ```
In case you have been already using layman as a repository manager, make sure to disable it since it has been deprecated by Gentoo:
```
layman -d pentoo
```
and then make sure to inspect and remove /etc/portage/repos.conf/layman.conf and /var/lib/layman.
Want to learn more? [See the wiki.](https://github.com/pentoo/pentoo-overlay/wiki) Want to learn more? [See the wiki.](https://github.com/pentoo/pentoo-overlay/wiki)