Install plasma mobile on Debian:


You can install plasma mobile on Debian, you will just need to convert your Debian install to Mobian then install the package.

You can only do this on a x86_64 or ARM64 system. also recommend doing a fresh minimal install with no Desktop environment or display manager installed. Also add sudo and the user mobian upon install.

1. Add this file to /etc/apt/sources.list.d/mobian.list with this contents:
deb http://repo.mobian.org/ bookworm main non-free-firmware

Then save the file.

2. Convert distro by:
sudo apt update
*You will need to add the Public Key with this command:
"sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ___________" , input the keys in the ______________ space.

sudo apt full-upgrade
sudo apt dist-upgrade


3. Install the plasma-mobile package:
sudo apt install plasma-mobile plasma-mobile-tweaks plasma-settings plasma-phonebook plasma-dialer spacebar angelfish okular-mobile kscreen sddm

Source | Date: May 20th 2024

Back