Install fonts in Ubuntu using terminal. How to download and install new fonts in Ubuntu 22.10 and Ubuntu 22.04 Systems. Here are the terminal commands to download and install fonts-ubuntu 0.862-0ubuntu2 source package in Ubuntu. Ubuntu Fonts Ubuntu fonts (https://wiki.ubuntu.com/Fonts) are stored in various locations defined in /etc/fonts/fonts.conf; standard ones include /usr/share/fonts, /usr/local/share/fonts, and ~/.fonts. […]
Ubuntu
Latest Ubuntu news updates, Ubuntu tutorials and tips for Ubuntu Linux. Learn to use one the most popular Linux distros. Get the updates and latest releases for Ubuntu.
How To Install ImageMagick On Ubuntu And Check ImageMagick Version
Terminal command to install ImageMagick on Ubuntu Linux and how to check ImageMagick version Ubuntu Linux Systems. Read below to find out how to install ImageMagick 7 on Ubuntu Linux via Appimage and Source. Method 1: Install ImageMagick 7 on Ubuntu via Appimage Run the following commands in terminal to install ImageMagick 7 on Ubuntu […]
On Linux, How To Compare Two Directories For Missing Files
On Ubuntu Linux, compare two directories for missing files and get the diff between two directories in Linux. Learn how to compare files in two directories or diff all files in two directories. Compare two directories for missing files in Linux The ‘comm’ command is used to compare two sorted files line by line. The […]
Install The Latest Release of Audacious Music Player on Linux Ubuntu 2023
Install the latest release of Audacious, the best music player for Linux Ubuntu 2023. Audacious is a lightweight open source music player for Linux Ubuntu with great features. Audacious is a free advanced audio player for Linux Ubuntu and many other UNIX-compatible systems. It focuses on low resource usage, high audio quality, and support for […]
Install GIMP 2.10.34 in Ubuntu Linux via flathub and PPA
How to install GIMP 2.10.34 in Ubuntu Linux via flathub and install GIMP via Ubuntu PPA. GIMP is an open source image editor for Linux Ubuntu Systems. Run the following commands in terminal to install GIMP 2.10.34 in Ubuntu Linux via flathub: sudo apt install flatpak flatpak remote-add –user flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo flatpak install –user flathub-beta […]
How to Install Kernel 6.2 in Ubuntu 22.04 and Ubuntu 22.10
Here are the terminal commands to install and update Linux Kernel 6.2 in Ubuntu 22.10 and Ubuntu 22.04 and Linux Mint 21 Systems. sudo apt-get update sudo apt-get upgrade sudo wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.2/amd64/linux-headers-6.2.0-060200-generic_6.2.0-060200.202302191831_amd64.deb sudo wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.2/amd64/linux-headers-6.2.0-060200_6.2.0-060200.202302191831_all.deb sudo wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.2/amd64/linux-image-unsigned-6.2.0-060200-generic_6.2.0-060200.202302191831_amd64.deb sudo wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.2/amd64/linux-modules-6.2.0-060200-generic_6.2.0-060200.202302191831_amd64.deb sudo dpkg -i *.deb For more info https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.2/ NOTE: If […]