On Sat, Oct 30, 2021 at 6:33 PM Philippe Delavalade
<philippe.delavalade at orange.fr> wrote:
> 4. For email, I normaly use fetchmail to retrieve emails and procmail to
> dispatch them in different mailboxes. But pacman -Ss does not know these
> programs. What to do ?
procmail and fetchmail are available in the Arch Linux repositories.
You can enable them by running the command:
pacman -S archlinux-mirrorlist
Then add these four lines to the bottom of your /etc/pacman.conf file:
[extra]
Include = /etc/pacman.d/mirrorlist-arch
[community]
Include = /etc/pacman.d/mirrorlist-arch
And then run the commands:
pacman-key --populate archlinux
pacman -Syu
pacman -S procmail fetchmail
Hope this helps,
- Jeff
More information about the artix-general
mailing list