Please May I known .How to setups Clear Linux for Daily Use.Especially for Normal User. Thank you

Tip

Welcome to CEARLINUX

  1. CL can be used by anyone who can use a PC. It works fine.

  2. the desktop versions are interesting for normal users like me

  3. Lists all bundles and shows the installed ones
    swupd bundle-list --all --status | less
    3.1 What is in the bundle desktop-dev ??
    sudo swupd bundle-list --deps=desktop-dev | more or less

  4. These are the desktops that you can use
    sudo swupd bundle-add xfce-desktop (i use it)
    sudo swupd bundle-add desktop-awesome (i use it)
    sudo swupd bundle-add desktop enlightenment
    sudo swupd bundle-add desktop-i3
    sudo swupd bundle-add desktop-kde
    sudo swupd bundle-add desktop-lxqt
    sudo swupd bundle-add desktop (gnome)
    sudo swupd bundle-add desktop apps
    sudo swupd bundle-add desktop apps extras

  5. wait a few days with the update because sometimes something doesn’t work.
    sudo swupd check-update
    sudo swupd update
    sudo systemctl disable autoupdate
    jump back with
    sudo swupd repair -V 35000
    sudo swupd repair -V 35000 --force --picky;; Attention !!, self-installed programs can be deleted

  6. Winodows Manager gdm, sddm or lightdm ;i use sddm
    6.1 sudo swupd bundle-add sddm (lightdm)
    6.2 sudo systemctl disable gdm
    6.3 sudo systemctl enable sddm
    6.4 sudo systemctl start sddm
    6.5 sudo systemctl reboot -i

  7. Here are a few useful utilities for the terminal:
    glances,mc,neofetch, xfce-terminal, xterm; xfce4-appfinder;stacer
    hardinfo, kate, CPU-X, bpytop, htop, meld, okular, gnome-system-monitor and …


  1. openssh , samba (you can go on the PC with Mobilphone app Termux in your on wlan)

command: ssh user@192.xxx.xxx.xx

Browser i use Opera , Vivaldi

Have fun with CL

Happy Christmas :de: :evergreen_tree: :snowman_with_snow: :desktop_computer:

4 Likes