PINE64
Finding and adding new programs/apps - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: General Discussion on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=112)
+--- Thread: Finding and adding new programs/apps (/showthread.php?tid=13241)



Finding and adding new programs/apps - James Good - 02-26-2021

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


RE: Finding and adding new programs/apps - jiyong - 02-27-2021

Have you tried Thunderbird?


RE: Finding and adding new programs/apps - diodelass - 02-27-2021

(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
to search for packages whose name or description contains the word "email". When you find one you like, you can use
Code:
sudo pacman -S <package-name>
to install it.


RE: Finding and adding new programs/apps - User 17828 - 02-27-2021

I would go to the Launcher, Settings or System, start the Add/Remove Software.  Then you can Brose from the top by Category, then View ( this opens drop down list) and then you can sort those by other criteria.
Once you find something you want to try,on the right is  an Install button, at the bottom right is Apply.  Click  that, once it is done, you can then find that program via the Launcher.
Have you gone through all the Menus and Submenus from the Launcher?