How to easily remove old kernels in Ubuntu 20.04 LTS?

remove_old_kernels.sh#!/bin/bash # Run this script without any param for a dry run # Run the script with root and with exec param for removing old ...