Main Menu

search

You are here

Linux Versions

[last updated: 2023-11-15]
Linux Home page
See below for different Desktops
-----

  • What version of Linux is running?
    • Open a terminal:
      $ cat /etc/os-release

  • Linux versions running on my computers:
  • Linux versions for rPi:
    • Debian Raspbian Linux:
      7 wheezy
      8 jessie
      9 stretch
      10 buster

    ---------------

  • Desktops:
    • ... Just learning about this ...
    • Find what desktop you are running:
      • $ echo $XDG_CURRENT_DESKTOP
      • Finding the version of your current desktop is more difficult ...

    • Install xfce:
      • $ sudo apt update
      • $ sudo apt install xfce4
      • $ sudo apt install xfce4 xfce4-goodies
    • Log in with xfce:
      • log out
      • When the login screen appears,
        with the (empty) password field,
        there will be an icon above and to the right of the password field.
      • click on that icon and follow the prompts to select the desktop you want
      • enter your password and press Enter to log in

.
.
.

eof