Bash 5.0 installation for Linux

This guide is for almost every Linux distribution.

Prerequisite is that you have the required build tools installed already.

If not, do the following step:

Debian and Ubuntu users way;

sudo apt-get install build-essential

The Fedora/Red Hat way:

sudo yum groupinstall "Development Tools" "Legacy Software Development"

First step is getting the source package

wget http://ftp.gnu.org/gnu/bash/bash-5.0.tar.gz

Next step is compiling and installing it;

tar xf bash-5.0.tar.gz
cd bash-5.0
./configure
make
sudo make install
sh

Ubuntu Linux kernel 5.0 RC1 installation guide

This installation guide describes how to install Linux Kernel 5.0.0 release candidate 1 (RC1) on Ubuntu Linux. This works with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Kubuntu and Mint.

The included kernel files have been compiled using the generic Ubuntu configuration. A low latency version is also available in the directory of the linked files.

This post is an update of “Ubuntu Linux kernel 4.20 installation guide

The files can be found at  kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc1

  • In the terminal run: sudo update-grub
  • Reboot and select the kernel from the bootloader menu

Ubuntu Linux kernel 4.20 installation guide

This installation guide describes how to install Linux Kernel 4.20 on Ubuntu Linux. This works with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Kubuntu and Mint.

The included kernel files have been compiled using the generic Ubuntu configuration. A low latency version is also available in the directory of the linked files.

This post is an update of “Ubuntu Linux kernel 4.19 installation guide

The files can be found at  kernel.ubuntu.com/~kernel-ppa/mainline/v4.20/

  • In the terminal run: sudo update-grub
  • Reboot and select the kernel from the bootloader menu

Ubuntu Linux kernel 4.18 installation guide

This installation guide describes how to install Linux Kernel 4.18 on Ubuntu Linux. This works with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Kubuntu and Mint.

The included kernel files have been compiled using the generic Ubuntu configuration. A low latency version is also available in the directory of the linked files.

This post is an update of “Ubuntu Linux kernel 4.17 installation guide

The files can be found at  kernel.ubuntu.com/~kernel-ppa/mainline/v4.18/

Installation Guide (GUI)

Ubuntu Linux kernel 4.17 installation guide

This installation guide describes how to install Linux Kernel 4.17 on Ubuntu Linux. This works with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Kubuntu and Mint.

The included kernel files have been compiled using the generic Ubuntu configuration. A low latency version is also available in the directory of the linked files.

This post is an update of “Ubuntu Linux kernel 4.16 installation guide

The files can be found at  kernel.ubuntu.com/~kernel-ppa/mainline/v4.17/

Installation Guide (GUI)