Ubuntu

Franz Messaging App for WhatsApp, Slack, WeChat, Telegram, and More

Franz Messaging App for WhatsApp, Slack, WeChat, Telegram, and More
It can be a hassle to manage multiple messaging applications at once. Thanks to the Franz Messaging App, you no longer need to jump from one app to another. With Franz, every messaging app is available in one window. Franz is a cross-platform application that manages multiple messaging services, such as Facebook, Whatsapp, WeChat, Discord, Skype, etc.

Moreover, Franz also allows you to manage multiple accounts quite conveniently. Franz supports up to three services for free, and you will need to purchase their subscription plan for additional services. This article shows you how to install the Franz application on your Ubuntu 20.04 or 20.10 system.

Installing Franz in Ubuntu 20.04, 20.10

To install Franz on Ubuntu, first, visit https://meetfranz.com/#download and download the Debian package of Franz by clicking the Ubuntu download button:

Or you can issue the following command in the terminal to download the package:

$ wget -O franz_5.6.1_amd64.deb https://github.com/meetfranz/franz/
releases/download/v5.6.1/franz_5.6.1_amd64.deb

After downloading the package, change the directory to which the package is downloaded. If the package is in Downloads, then issue the following:

$cd \Downloads

Or you can open the Downloads folder, right-click, and then select Open in terminal, which will automatically set the directory.

To install the Debian package, issue the following:

$sudo apt install ./franz_5.6.1_amd64.deb

It can be seen in Applications. Open the Franz application by clicking the icon:

At the main screen of the Franz application, you will be presented with two options: you can either create a new account or log in:

After logging in, various services can be added or removed:

How to Uninstall Franz from Ubuntu 20.04, 20.10

To uninstall Franz from Linux, issue the following command:

$sudo apt remove franz

To completely remove Franz from your device, enter the following:

$sudo apt remove -autoremove franz
Jak używać Xdotool do stymulacji kliknięć myszą i naciśnięć klawiszy w systemie Linux?
Xdotool to darmowe i otwarte narzędzie wiersza poleceń do symulacji kliknięć myszą i naciśnięć klawiszy. Ten artykuł zawiera krótki przewodnik dotyczą...
5 najlepszych ergonomicznych myszy komputerowych dla systemu Linux
Czy długotrwałe korzystanie z komputera powoduje ból nadgarstka lub palców?? Cierpisz na sztywne stawy i ciągle musisz uścisnąć dłonie? Czy czujesz pa...
Jak zmienić ustawienia myszy i touchpada za pomocą Xinput w systemie Linux?
Większość dystrybucji Linuksa jest domyślnie dostarczana z biblioteką „libinput” do obsługi zdarzeń wejściowych w systemie. Może przetwarzać zdarzenia...