Welcome and introduce yourself - 2022

Have a look at Libreoffice, available in the extra repository:

$ pamac search libre
[...]
libreoffice-fresh-af                                                                                                                                                                                 [Installed] 7.3.4-1                          extra 
Afrikaans language pack for LibreOffice Fresh
libreoffice-fresh                                                                                                                                                                                    [Installed] 7.3.4-2                          extra 
LibreOffice branch which contains new features and program enhancements
[...]

So, it can be installed using:

pamac install libreoffice-fresh

Have a look at, probably among others, rclone, from the community repository:

$ pamac search rclone
[...]
rclone                                                                                                                                                                                                [Installed] 1.58.1-1                        community
Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage

So, can be installed using:

pamac install rclone

Seems to be available in the AUR:

$ pamac search trello
[...]
trello-bin                                                                                                                                                                                                                                    0.1.9-2   AUR
Unofficial Trello Desktop app
trello                                                                                                                                                                                                                                        0.1.9-4   AUR
Unofficial Trello Desktop app

So can be installed using:

pamac build trello-bin

Note: Please read and adhere to Responsible use of AUR

Note 2: Where possible, always install the -bin version of a package from the AUR, as this is precompiled binaries and won’t need to be compiled on your machine.

Calibre is in the community repository:

$ pamac search calibre
[...]
calibre                                                                                                                                                                                                                5.44.0-1                   community
Ebook management application

So can be installed using:

pamac install calibre

a Few other notes:

  • Always keep your system up-to-date. If not, you’ll have pain. See
2 Likes