MESSAGE
DATE | 2021-10-30 |
FROM | Jeff Pohlmeyer
|
SUBJECT | Re: [Hangout - NYLXS] [artix-general] Many questions about
|
On Sat, Oct 30, 2021 at 6:33 PM Philippe Delavalade 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 -- artix-general mailing list artix-general-at-artixlinux.org https://lists.artixlinux.org/listinfo/artix-general _______________________________________________ Hangout mailing list Hangout-at-nylxs.com http://lists.mrbrklyn.com/mailman/listinfo/hangout
|
|