Do you have an installation checklist?

I don't make a list as such, I just try to remember what has to be done when it comes to my personal preferences which we all have.

If I were using Zorin as my daily driver:

Installation (Something else option):
A. Create a 512 Mb FAT32 for /boot/efi (flagged as bootable)
B. Create an 80 Gb Ext4 partition for root ('/') file system, Primary
C. Create an extended partition with 16 Gb swap area at the end of it
D. Create in the space in front of swap area '/home' Ext4 Primary
Ensure GRUB is on sda.
E. Create Administrator account first, then post install add yourself as a 'Standard' User after you have installed all applications.
Ensure using 17.1 or 17.2 with Firefox to remove it and get replaced with AppImage of Zen Browser (post install) Zen Browser.

Post install:
A. (Disable Wayland: How to disable Wayland)

B. Turn on GUFW (slide switch next to Status: from left to right to turn on):

  1. Start Software Updater, stop it, go to Settings, go to first tab of settings and change sources to 'Main Server'.
  2. Remove Software (gnome-software);
sudo apt-get remove gnome-software
  1. Remove Flatpak and snapd completely from the system:
    [HOW TO] Remove snapd and flatpak ... should you wish to

  2. Use the terminal to install Synaptic Package Manager:

sudo apt install synaptic
  1. Use Synaptic Package Manager to install:
    Audacious
    All ALSA packages (except OSS and JACK)
    Audio packages for Soundblaster:


    calibre (e-book generation)
    Chromium Browser
    Chkrootkit (check for rootkits)
    Clam-tk (Anti-Virus for scanning emails)
    Gdebi
    Gimp
    GParted
    GtkHash
    Htop
    Inkscape
    K3b
    KDE Connect (remove Zorin Connect)
    KDEnlive
    LIOS (Linux Intelligent OCR Solution)
    Okular
    pdfArranger
    pdftk
    QasConfig
    QasHctl
    QasMixer
    rkhunter (rootkit hunter)
    Simple Screen Recorder
    SMPlayer
    Spectacle (kde-spectacle)
    Skanlite
    Virtual Machine Manager (virt-manager)

  2. Create a sound.blacklist.conf file to ensure my SoundBlaster pumps out to my surround system [HOW TO] Get a SoundBlaster Audigy Rx to work in your system! (as well as audacious settings [HOW TO] Get a SoundBlaster Audigy Rx to work in your system! - #6 by swarfendor437).

  3. Install Stacer: Stacer - Linux System Optimizer & Monitoring

  4. Install neofetch in preference to fastfetch - why? fastfetch displays your IP address (but I guess someone will tell me there is a way around this! - not interested!)

  5. Install Timeshift: GitHub - linuxmint/timeshift: System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB.

  6. Install my copy of SoftMaker Office Professional 2024: Shop | SoftMaker Office 2024

  7. Install my copy of VueScan Pro Software for scanning: VueScan Scanner Software for macOS, Windows, and Linux

  8. Install my copy of pdfStudio Pro 2024: PDF Studio - PDF Editor Software for Mac, Windows and Linux

  9. Install Tweaks:

sudo apt install gnome-tweaks

Use Accessibility function in Settings to make mouse pointer the size I want it to be.

Install printer (Zorin has listened to my comments made on the forum about 'printer-driver-all' so no need to install it via Synaptic, just need to prevent autodiscovery of printers before installation:

sudo systemctl stop cups-browsed

Followed by:

sudo systemctl disable cups-browsed

Followed by:

sudo system-config-printer

Thereby bypassing the need to go to manufacturer's websites to download their specific drivers.

Almost forgot:

sudo apt install alien

If there was an app only in .rpm format, using alien converts it to .deb. (If I was running an .rpm based distro like SuSE Linux and wanted to install a .deb package, I would install 'worm').

Now run Rescuezilla to create an image to external hard drive - job done!

E&OE! :smiling_face_with_sunglasses:

1 Like