User Tools

Site Tools


11

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
11 [2025/08/29 14:05]
team
11 [2025/08/29 15:29] (current)
team [Install and use Zabbly kernel on Ufficio Zero 11 for mini pc]
Line 24: Line 24:
   - 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>​   - 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>​   - Install these packages: <​code>​sudo apt install curl apt-transport-https ca-certificates -y</​code>​
-  - Add Zabbly repository key: <​code>​ sudo mkdir -p /​etc/​apt/​keyrings/</​code>​ and <​code>​curl -fsSL https://​pkgs.zabbly.com/​key.asc | sudo tee /​etc/​apt/​keyrings/​zabbly.asc > /dev/null </​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>​   - Create the repository file for Mint 21.x / Ufficio Zero 11: <​code>​
 echo "​Enabled:​ yes echo "​Enabled:​ yes
Line 34: Line 34:
 Signed-By: /​etc/​apt/​keyrings/​zabbly.asc"​ | sudo tee /​etc/​apt/​sources.list.d/​zabbly-kernel-stable.sources Signed-By: /​etc/​apt/​keyrings/​zabbly.asc"​ | sudo tee /​etc/​apt/​sources.list.d/​zabbly-kernel-stable.sources
 </​code>​ </​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 =====
  
11.1756469151.txt.gz ยท Last modified: 2025/08/29 14:05 by team