• [deleted]

------------------------------------------------------------------------------- PLASMA / KDE (Part 1) -------------------------------------------------------------------------------
  1. 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
    -
  2. 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
    -
  3. 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
    -
  4. Public key import with 'gpg' or 'gpg2' command line

    • ~ % gpg --import 754E2034.asc
    -
  5. Public key validity and expiration date

    • ~ % gpg -k 754E2034
    -
  6. 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
    -
  7. 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.
    -
  8. Check the USB device name, device file name and device partitions

    • ~ % lsusb
    • ~ % dmesg
    • ~ % sudo fdisk -l /dev/<device_file>
    -
  9. Clean the USB device, remove the MBR/GPT

    • ~ % sudo cfdisk /dev/<device_file>
    [ delete ] all the partitions
    [ write ] the change
    [ quit ]

    • ~ % sudo gdisk /dev/<device_file>
    [ x ]
    [ z ]
    [ YES ]
    [ YES ]
    -
  10. Copy the plasma live ISO

    • ~ % dd if=Obarun-Plasma_x86_64-2019-03.iso of=/dev/<device_file> conv=sync
    -
  11. Reboot


IMPORTANT: Now all the next steps will be performed from the Plasma Live
  • [deleted]

------------------------------------------------------------------------------- PLASMA / KDE (Part 2) -------------------------------------------------------------------------------

Powered by Obarun