Exercise due caution with your data before doing these steps. Take a data backup first. In order to completely remove Firefox from Ubuntu Linux, open a terminal window and enter the following: Delete the application $ sudo apt-get purge firefox* <enter> Remove the folders $ sudo rm -Rf /etc/firefox <enter>$ sudo rm -Rf /usr/lib/firefox* <enter>$ … Continue reading Completely remove Firefox from Ubuntu Linux or Xubuntu
Tag: package
How to work with flatpak on Linux Mint or Linux
Flatpak is a relatively new way of managing Linux packages. The basic commands of Flatpak are given below. To list flatpaks, use the below command in a terminal window: $ sudo flatpak list <enter> It will display the following output:Name Application ID Version Branch InstallationMint-Y Gtk Theme org.gtk.Gtk3theme.Mint-Y 3.22 systemMint-Y-Aqua Gtk The… org.gtk.Gtk3theme.Mint-Y-Aqua 3.22 system … Continue reading How to work with flatpak on Linux Mint or Linux
How to install ttf-mscorefonts-installer on Linux Mint
Do not install the package ttf-mscorefonts-installer using like Software Center or Synaptic on Linux Mint 21. It does not work because the user licence has to be accepted. To install the package, open a terminal window and enter: $ sudo apt-get install ttf-mscorefonts-installer <enter>
How to install Snap packages on Linux Mint 21
Installing Snap Packages on Linux Mint 21 is not as straightforward. If the snap package is installed without doing the steps below, it throws an error as below: package snapd has no installation candidate. However, snap can still be enabled, and snap packages installed on it. To install snap, open a terminal window and enter … Continue reading How to install Snap packages on Linux Mint 21
How to fix initramfs-tools error when updating it
Below error appears when updating the initramfs-tools: Processing triggers for initramfs-tools (0.130ubuntu3.8) …update-initramfs: Generating /boot/initrd.img-5.1.0-15-genericI: The initramfs will attempt to resume from /dev/dm-1I: (/dev/mapper/vg0-swap)I: Set the RESUME variable to override this. Before proceeding beyond this point, take a data backup. This error usually occurs if the computer had dual booting and a swap file that … Continue reading How to fix initramfs-tools error when updating it
How to install Adobe Reader for Linux on Linux Mint or Ubuntu
Download the last Linux version of Adobe Acrobat Reader from the archives of Adobe after opening a terminal window and enter:$ wget ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb <enter> To install open a terminal window and enter:$ sudo apt-get install ./AdbeRdr9.5.5-1_i386linux_enu.deb <enter> A word of caution that it may be outdated and unpatched.
Bloatware removed from Samsung M51 device
Mobile devices come with lots of bloatware that is not used by many of us. Till there are legal regulations prohibiting the installation of factory bloatware, it pays to delete bloatware that is not used or never used. Before proceeding with the steps to remove bloatware, make sure a data backup has been taken, because, … Continue reading Bloatware removed from Samsung M51 device
How to install Signal on the Linux Mint 20.1 or Ubuntu
After the WhatsApp privacy changes, many folks have installed the Signal app on their Android devices. Signal also has a desktop client, where Signal can be installed and used on a computer. To install the Linux version, open a terminal window and enter the following commands: Set up the repository$ wget -O- https://updates.signal.org/desktop/apt/keys.asc | sudo … Continue reading How to install Signal on the Linux Mint 20.1 or Ubuntu
How to install wine stable from winehq on Linux Mint 20 or Ubuntu
The wine package in the Ubuntu Linux repository is version 5, but running applications from it, cannot connect to the internet. It was found that upgrading to wine version in the winehq repository solved this error. To install wine from winehq, open a terminal window and enter the following commands: $ sudo dpkg --add-architecture i386 … Continue reading How to install wine stable from winehq on Linux Mint 20 or Ubuntu
How to fix tinny sound from Dell Inspiron 5000 series laptop speakers in Linux Mint 20 or Ubuntu 20.04 LTS
Linux Mint 20, Xubuntu or Ubuntu 20.04 LTS runs well on the Dell laptop. But, the recent upgrade to Linux Mint 20 or Ubuntu 20.04 LTS caused an issue of tinny sound from the the speakers. After trying several changes, I tried this below, and at least, using the pulseaudio equalizer, managed to make the … Continue reading How to fix tinny sound from Dell Inspiron 5000 series laptop speakers in Linux Mint 20 or Ubuntu 20.04 LTS