Skip to content

Looking at Blends - Debian Junior

This article on Debian Junior will be short.

Debian Junior lacks leadership and has been left to wither on the vine. It uses the wrong desktop environment and the applications are not geared towards child use.

Do not install Debian Junior if you are a user.

Updating and Cleaning using 'apt' and 'dpkg' on the command line

The following are the commands I use to update my Debian (or any apt) system. These commands will help you update your system and then clean update after, including any cruft.

sudo apt update

sudo apt full-upgrade

sudo apt autoremove

sudo apt purge `dpkg --list | grep ^rc | awk '{ print $2; }'`

sudo apt clean all


Hope this helps you update then clean up afterwards.

New Blog

Finally found Serendipity, a simple blog platform with easy configuration and gets out of the way so I can just create posts.

The new blog will feature a variety of posts on many different subjects.

Watch this space...