02-27-2021, 06:49 AM
(02-26-2021, 04:16 PM)James Good Wrote: After what has seemed like a very long time with little to show for the efforts, I burned a new download of Manjaro to a micro USB card and put it in the PBP. Powered it on and Manjaro got installed. Seems to be working as it should. Minor problem; can't seem to find or install an email program/app where I could send and receive email on the laptop. The WiFi works and has connected to the home network. Ultimate goal would be to use the laptop for portable and travel operations. Any suggestions would be welcomed.
James Good
There are a bunch of different GUI tools for finding software on linux nowadays, but I haven't really used any of them. The traditional solution, which works quite well for me, is to use the command-line package manager. Open a terminal and issue something like
Code:
pacman -Ss email
Code:
sudo pacman -S <package-name>