Make Photo Collage Posters using PhotoCollage App

PhotoCollage is a free and open source photo application for Linux, Windows and macOS. Using PhotoCollage app, you can create beautiful photo collage posters on your system. It comes with many auto generated templates, you can set output image size and border size and color, save the poster image and many more. It is written in Python and released under GNU General Public License v2.0.

PhotoCollage

How to Install PhotoCollage on Ubuntu

To install PhotoCollage on your Ubuntu Linux system, run below command in your terminal application (ctrl+alt+t).

sudo apt install photocollage

It will install the latest version of PhotoCollage on your system. You can open it using below command or Show Apps from the Ubuntu dock.

photocollage

Install PhotoCollage via Flatpak:

You can also install PhotoCollage via flatpak. If you don’t have then install them using below commands.

sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

And restart it after the installation. Now open the terminal app and run below PhotoCollage flatpak install command.

flatpak install flathub io.github.adrienverge.PhotoCollage

And open it using below command.

flatpak run io.github.adrienverge.PhotoCollage

And you can also uninstall it using below commands.

flatpak uninstall io.github.adrienverge.PhotoCollage

[OR]

sudo flatpak uninstall io.github.adrienverge.PhotoCollage
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Also Read:  Funny Linux Commands

Leave a Reply