[deleted]
------------------------------------------------------------------------------- PLASMA / KDE (Part 1) -------------------------------------------------------------------------------
IMPORTANT: Now all the next steps will be performed from the Plasma Live
- Introduction
For this Plasma installation you will need:
- A Computer (AMD64)
- An USB flash drive (min. 4G)
- A ballpoint pen
- An Internet access
- Time and tranquility
- Sources download and verification
Download all Obarun Plasma files from https://repo.obarun.org/iso/2019-03-Plasma
Use your favorite browser or 'curl' command line.
- ~ % curl -O repo.obarun.org/iso/2019-03-Plasma/Obarun-Plasma_x86_64-2019-03.iso
- ~ % curl -O repo.obarun.org/iso/2019-03-Plasma/Obarun-Plasma_x86_64-2019-03.iso.sig
- ~ % curl -O repo.obarun.org/iso/2019-03-Plasma/Obarun-Plasma_x86_64-2019-03.iso.sha512
- ~ % curl -O repo.obarun.org/iso/2019-03-Plasma/Obarun-Plasma_x86_64-2019-03.iso.sha512.sig
- Public key download
Download maintainer public key from https://repo.obarun.org/jean-michel/gpg-public-key
Use your favorite browser or 'curl' command line.
- ~ % curl -O repo.obarun.org/jean-michel/754E2034.asc
- Public key import with 'gpg' or 'gpg2' command line
- ~ % gpg --import 754E2034.asc
- Public key validity and expiration date
- ~ % gpg -k 754E2034
- Check the signature of the documents
- ~ % gpg --verify Obarun-Plasma_x86_64-2019-03.iso.sha512.sig Obarun-Plasma_x86_64-2019-03.iso.sha512
- ~ % gpg --verify Obarun-Plasma_x86_64-2019-03.iso.sig Obarun-Plasma_x86_64-2019-03.iso
- Use checksum to verify the file integrity
- ~ % sha512sum -c Obarun-Plasma_x86_64-2019-03.iso.sha512
IMPORTANT: Move to the next step only if you got a good signature and if the image checksum matches.
- - Check the USB device name, device file name and device partitions
- ~ % lsusb
- ~ % dmesg
- ~ % sudo fdisk -l /dev/<device_file>
- Clean the USB device, remove the MBR/GPT
- ~ % sudo cfdisk /dev/<device_file>
[ write ] the change
[ quit ]
- ~ % sudo gdisk /dev/<device_file>
[ z ]
[ YES ]
[ YES ]
- - Copy the plasma live ISO
- ~ % dd if=Obarun-Plasma_x86_64-2019-03.iso of=/dev/<device_file> conv=sync
- Reboot
IMPORTANT: Now all the next steps will be performed from the Plasma Live