# ukuu **Repository Path**: jianxin100/ukuu ## Basic Information - **Project Name**: ukuu - **Description**: A paid version of Ukuu is now available with more features. https://teejeetech.in/2019/01/20/ukuu-v19-01/ Kernel Update Utility for Ubuntu-based distributions. Provides desktop notifications when new mainline kernel is available. Lists kernels from http://kernel.ubuntu.com/~kernel-ppa/mainline/ with options to install and remove. - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-12 - **Last Updated**: 2024-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > A [paid version of Ukuu](https://teejeetech.in/tag/ukuu/) is now available with more features and a new UI. This repository contains source code for v18.9 and previous versions. ### Ubuntu Kernel Update Utility (Ukuu) This is a tool for installing the latest mainline Linux kernel on Ubuntu-based distributions. ![](https://2.bp.blogspot.com/-76C_l3BcJyg/WNdzTpSoiKI/AAAAAAAAGKs/xOvB-LCH2cYiDpdbqWkeOLhY9I7TVACJwCLcB/s1600/ukuu_main_window.png) ### Features * Fetches list of kernels fromĀ [kernel.ubuntu.com](http://kernel.ubuntu.com/~kernel-ppa/mainline/) * Displays notifications when a new kernel update is available. * Downloads and installs packages automatically ### Screenshots ![](https://2.bp.blogspot.com/-76C_l3BcJyg/WNdzTpSoiKI/AAAAAAAAGKs/xOvB-LCH2cYiDpdbqWkeOLhY9I7TVACJwCLcB/s1600/ukuu_main_window.png) _Main Window_ ![](https://2.bp.blogspot.com/-ATv4vsOVOnc/WNdztEZHJNI/AAAAAAAAGKw/1pOIuyu8ITo4z8mnMK6MfCZ3T_Nd4gQNQCLcB/s1600/ukuu_settings.png) _Settings Window_ ![](https://4.bp.blogspot.com/-Y-1zhHcpk1M/WNd42_ybTyI/AAAAAAAAGLE/gLaBdWpoh54OGrvF81Ka1bCVJjZ0WqKrQCLcB/s1600/ukuu_console_options.png) _Console Options_ ### Installation #### Ubuntu-based Distributions (Ubuntu, Linux Mint, Elementary, etc) Packages are available in Launchpad PPA for supported Ubuntu releases. Run the following commands in a terminal window: sudo apt-add-repository -y ppa:teejee2008/ppa sudo apt-get update sudo apt-get install ukuu Ukuu should not be used on older Ubuntu systems as upgrading to very new kernels can break older systems. #### Debian & Other Linux Distributions This application fetches kernels from [kernel.ubuntu.com](http://kernel.ubuntu.com/~kernel-ppa/mainline/) which are provided by Canonical and meant for installation on Ubuntu-based distributions. These should not be used on Debian and other non-Ubuntu distributions such as Arch Linux, Fedora, etc. ### Downloads & Source Code Ukuu is written using Vala and GTK3 toolkit. Source code and binaries are available from the [GitHub project page](https://github.com/teejee2008/ukuu). ### Build instruction #### Ubuntu-based Distributions (Ubuntu, Linux Mint, Elementary, etc) in a terminal window: sudo apt-get install libgee-0.8-dev libjson-glib-dev libvte-2.91-dev valac git clone https://gitee.com/jianxin100/ukuu.git cd ukuu make all sudo make install