This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
11 [2024/11/14 14:21] team |
11 [2025/08/29 15:29] (current) team [Install and use Zabbly kernel on Ufficio Zero 11 for mini pc] |
||
---|---|---|---|
Line 20: | Line 20: | ||
Please see [[multiboot|this how-to]]. | Please see [[multiboot|this how-to]]. | ||
+ | ===== Install and use Zabbly kernel on Ufficio Zero 11 for mini pc ===== | ||
+ | |||
+ | - Update your system: open a terminal and give these comands: <code>sudo apt update</code> then <code>sudo apt full-upgrade -y</code> and <code>sudo apt autoremove --purge -y</code> | ||
+ | - Install these packages: <code>sudo apt install curl apt-transport-https ca-certificates -y</code> | ||
+ | - Add Zabbly repository key: <code>curl -fsSL https://pkgs.zabbly.com/key.asc | sudo tee /etc/apt/keyrings/zabbly.asc > /dev/null </code> | ||
+ | - Create the repository file for Mint 21.x / Ufficio Zero 11: <code> | ||
+ | echo "Enabled: yes | ||
+ | Types: deb | ||
+ | URIs: https://pkgs.zabbly.com/kernel/stable | ||
+ | Suites: jammy | ||
+ | Components: main | ||
+ | Architectures: amd64 | ||
+ | Signed-By: /etc/apt/keyrings/zabbly.asc" | sudo tee /etc/apt/sources.list.d/zabbly-kernel-stable.sources | ||
+ | </code> | ||
+ | - Update and kernel install: <code> | ||
+ | sudo apt update | ||
+ | sudo apt install linux-zabbly -y | ||
+ | </code> | ||
+ | - Restart your pc and verify kernel version: <code>uname -r</code> and if you see something about Kernel Zabbly activated it's OK | ||
+ | - (optional) Shiw me all kernels installed: <code> dpkg --list | grep linux-image</code> | ||
+ | - If you want to keep only Zabbly kernel you can remove all others with <code>sudo apt remove --purge linux-image-5.*</code> | ||
+ | - Now your system will receive only kernel update form Zabbly repo. | ||
===== Unknown Printers ===== | ===== Unknown Printers ===== | ||