Skip to content
David Kittell
David Kittell

Application & System: Development / Integration / Orchestration

  • Services
    • Application Development
    • Online Application Integration
  • Code
  • Online Tools
  • Tech Support
David Kittell

Application & System: Development / Integration / Orchestration

Raspberry Pi – Install GUI on Lite (Console)

Posted on August 8, 2018 By David Kittell
sudo apt-get install --no-install-recommends xserver-xorg -y
sudo apt-get install --no-install-recommends xinit -y
sudo apt-get install lightdm -y
sudo apt-get install raspberrypi-ui-mods -y
All information on this site is shared with the intention to help. Before any source code or program is ran on a production (non-development) system it is suggested you test it and fully understand what it is doing not just what it appears it is doing. I accept no responsibility for any damage you may do with this code.

Related

Azure CLI Functions Raspberry Pi Raspbian (Raspberry Pi OS) UNIX UNIX Shell Scripts

Post navigation

Previous post
Next post

Related Posts

Mac OSX – Computer Name

Posted on August 5, 2016

# Name the Machine in all areas the same – Start # Get Serial Number sSerialNumber=$(system_profiler SPHardwareDataType |grep "Serial Number (system)" |awk ‘{print $4}’ | cut -d/ -f1) echo $sSerialNumber # Ask User if the computer is a laptop printf "Is this a laptop, if yes type y or if…

Read More

Red Hat / CentOS / Fedora – Fix Yum Duplicates

Posted on May 16, 2017May 18, 2017

When nothing else seemed to work this helped me to get rid of all the duplicates from failed yum updates. yum update glibc -t –skip-broken package-cleanup –dupes –skip-broken package-cleanup –cleandupes –skip-broken updatedb sudo yum clean packages –skip-broken sudo yum clean headers –skip-broken sudo yum clean dbcache –skip-broken sudo yum clean…

Read More

Debian/Ubuntu LAMP Setup

Posted on January 18, 2018January 31, 2019

The following code is for Debian 9 Stretch but should work on older Debian with minor changes Originally Posted on January 18, 2018Last Updated on January 31, 2019 All information on this site is shared with the intention to help. Before any source code or program is ran on a…

Read More

Code

Top Posts & Pages

  • PowerShell - Rename Pictures to Image Taken
  • Front Page
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions

Recent Posts

  • Javascript – Digital Clock with Style
  • BASH – Web Ping Log
  • BASH – Picture / Video File Name Manipulation
  • Mac OSX Terminal – Create SSH Key
  • Bash – Rename Picture

Top Posts

  • PowerShell - Rename Pictures to Image Taken
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions
  • Open On Screen Keyboard (OSK)
  • SQLite - Auto-Increment / Auto Generate GUID
©2025 David Kittell | WordPress Theme by SuperbThemes