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 […]
How to Install FFmpeg 6.0 via PPA in Ubuntu
FFmpeg 6.0 Released. How to Install FFmpeg 6.0 via PPA in Ubuntu. FFmpeg is a software to record, convert and stream audio and video on Linux Ubuntu. The new release, FFmpeg 6.0 “Von Neumann” has many new encoders and decoders, filters, ffmpeg CLI tool improvements, and many more updates. The new decoders featured are Bonk, […]
On Linux Mint, Install Nvidia Driver Via Command Line
How to install Nvidia driver in Linux Mint. On Linux Mint, use these commands to install Nvidia driver via command line and then change graphics driver command line. Linux Mint Install Nvidia Driver Command Line Open terminal and run the following command: $ lspci | grep VGA $ lsmod | grep nvidia Note that the […]