GNU/Linux Debian/Ubuntu Kernel Macbook Repository Adding
Hi! The Tutorial shows you Step-by-Step How to Add Kernel Macbook Repository in Debian/Ubuntu-Based GNU/Linux OSes.
And Kernel Macbook for GNU/Linux is supporting several Pro and Air devices.
Especially relevant: currently this Kernel does Not support neither Mac Silicon devices nor the new Apple M1 Chipset.
So in case to run Linux on Mac Silicon see the Avahi Linux Project and for a M1 Linux Support the Correllium Ubuntu OS Setup.
So this Repo Setup is valid for all the Debian-based Platforms like:
- Kali
- MX Linux
- Deepin
- Parrot
- antiX
- SparkyLinux
- Q4OS
- Netrunner
- Voyager
- MakuluLinux
- Elive
- LMDE
- Parsix
And again also for all the Ubuntu-based Distros like:
- Linux Mint
- Lubuntu
- Kubuntu
- Xubuntu
- Zorin OS
- Elementary OS
- Linux Lite
- Bodhi
- Kde Neon
- Pop!_OS
- Voyager
- Trisquel
- LXLE
- feren OS
- Peppermint
- Linux Ultimate Edition (You may just need to Discover what’s the Parent Release)
1. Launching Terminal
How to QuickStart with Command Line on Debian/Ubuntu GNU/Linux
2. Adding Kernel Macbook Repo
Then to Add Kernel Macbook Apt Repository
Simply execute:echo "deb https://mbp-ubuntu-kernel.herokuapp.com/ /" | sudo tee -a /etc/apt/sources.list.d/mbp-ubuntu-kernel.list
Authenticate with the User’s Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.3. Adding Kernel Macbook GPG Key
Again to Add Kernel Macbook GPG Signature Key
Do:curl -L https://mbp-ubuntu-kernel.herokuapp.com/KEY.gpg | sudo apt-key add -
(For the Newer Release in case of apt-key Issue see: Gpg.d Keyring Setup Guide.)4. Refreshing Apt Sources
Next to Refresh Apt Repo Sources
Play:sudo apt update
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Contents