How to install Franz Messenger App in Ubuntu

Franz is your messaging app for WhatsApp, Facebook Messenger, Slack, Telegram and many many more. Follow the below steps to install Franz Messenger App in Ubuntu 18.04: root@mangesh:~$ sudo apt-get update root@mangesh:~$ wget https://github.com/meetfranz/franz-app/releases/download/4.0.4/Franz-linux-x64-4.0.4.tgz root@mangesh:~$ mkdir franz root@mangesh:~$ tar -xzvf Franz-linux-x64–4.0.4.tgz -C franz/ root@mangesh:~$ cd franz/ root@mangesh:~/franz$ ls root@mangesh:~/franz$ ./Franz

The Linux desktop environment

In the early days of Linux (the early 1990s) all that was available was a simple text interface to the Linux operating system. This text interface allowed administrators to start programs, control program operations, and move files around on the system. With the popularity of Microsoft Windows, computer users expected more than the old text … Read more

GNU utilities

The GNU organization (GNU stands for GNU’s Not Unix) developed a complete set of Unix utilities, but had no kernel system to run them on. These utilities were developed under a software philosophy called open source software (OSS). The concept of OSS allows programmers to develop software and then release it to the world with … Read more

Apt-get Command

Now    we    are    going    to    talk    about    how    you    can    install    individual    programs.    The    thing  that    you    have   to    remember    with    Linux    is    that    this    is    an    open    source    world.    Most    of  the     software     is     free,     or     you     pay     for     it     in     weird     ways   … Read more

Tasksel Commands

The    command    that    we    are    going    to    talk    about    is    tasksel.    This    stands    for    “task   select.”     Now,     Ubuntu     is     trying     to     become     the     premier     provider     of     Linux   distributions.     They     have     really     done     a     lot     of     work   … Read more

How to Install Kodi Media Center in Ubuntu

1. Open terminal either from application menu or by pressing Ctrl+Alt+T on keyboard. When it opens, run command to add the PPA: sudo add-apt-repository ppa:team-xbmc/ppa Type user password (no asterisk feedback) when it prompts and hit Enter to continue.    install Kodi 18.5 via commands: sudo apt update sudo apt install kodi

overGrive – Ubuntu Installation Instruction

Requirements Ubuntu 16.04 – 20.04 / Mint 18 – 20 (32bit / 64bit) or later installed. The software should work on most Debian based systems if they support Gtk3. Python 3.5.3 or later installed. Ubuntu 16.04 / Mint 18 users must update to at least Python 3.5.3 or use the AppImage version. Users updating to Ubuntu 20.04 should … Read more

How to install Sophos Antivirus for Linux in Ubuntu

Step 1) Go to the Sophos website and download the latest copy of the Sophos Antivirus for Windows. You may have to accept their terms and provide an email ID during free registration. Download Sophos Antivirus for Linux Step 2) The downloaded package is a compressed archive file. It should look like sav-linux-free-9.tgz. The version … Read more