Skip to main content

Everything You Need To Know About The Upcoming Version Linux Lite 5.0

Linux Lite, one of the best lightweight distros and Windows alternatives, has released a testing version of their upcoming v5.0. The first release candidate (rc1) of Linux Lite 5.0 is the most feature-rich and complete Linux Lite release till now. So, let’s take a look at the list of new changes that’ll ultimately ship with final v5.0.

Linux Lite 5.0: New Features

System Boot Settings

Inheriting the permanent feature from the previous Linux Lite 4.8, v5.0 turns the UEFI and SecureBoot considerations into reality. You can now boot Linux Lite in secure UEFI boot mode.
While booting, Lite 5.0 checks for filesystem integrity, which is now part of Linux Lite upstreaming from Ubuntu. Amid that, you can press CTRL+C to cancel it.
Integrity check

As soon as you reach the boot menu, you’ll notice a new entry on the boot menu list. Yes, you can also boot into Linux Lite in OEM (Original Equipment Manufacturer) mode.
If you don’t know, an OEM installer is an option especially for a manufacturer of computer systems. In this mode, the OS creates a temporary user and later lets the end-users create an actual account and configure the system to their own preference.
New entry in boot menu

After choosing an option, the installer has a new change in Updates and other software section. You can check it to install your hardware drivers during the installation, for example, for your NVIDIA video card.
Updates and other softwares

Theming And New Designs

Moving to visual appearance, the lightweight Linux Lite 5.0 also makes the user interface of various components more polished and clean. As you finish the installation, Lite welcomes you with the redesigned Lite Welcome program that builds with updated GTK3.
Lite welcome

The logout screen also gets a new furnished design with more details and new options.
New logout design

Many options on the logout screen may not be of your daily use. Hence, you can also customize the screen with the desired option displayed in the log out screen.
logout screen customisation

Linux Lite has a default Xfce desktop environment which makes it more lightweight. Hence, to enhance the user experience, you now have the Xfce screensaver. Though it is disabled by default, you can enable it later and add your favorite theme.
Xfce Screensaver

Lite Software

Coming to the software package, Lite 5.0 drops Pinta, a cross-platform bitmap image drawing and editing program. Instead of Pinta, you can look for GIMP.
New Note-taking app Zim enters v5.0, replacing the previously unsupported CherryTree. Chrome also comes in with Chromium as a Snap package. Lastly, you can access Paint directly from the Accessories.
Lite software

Other Enhancements

Before you log in to Linux Lite, you can now also choose the language you’re more comfortable with.
Language choice

You may not like it, but a new updater notifier is now enabled by default to ping you twice a day about new software updates. Of course, you can also disable it from Menu Settings>Session and Startup>Application Autostart tab and then untick Package Update Indicator.
New Updater notifier

Here is a list of other new changes:
  • Dual Architecture Support
  • Trash Bin works as expected on Desktop
  • No hidden telemetry
  • Replacing GUFW with a highly configurable FireWallD
  • Adding Firewall status to Lite Widget
More new features are yet to be revealed before the final release of Linux Lite 5.0.

How To Download And Install Linux Lite 5.0?

Now after reading so many new features, you must be wanting to download and try it out right now. But before installing it, check the minimum system requirements for Lite (which is very low):
  • 1GHz processor
  • 768MB RAM
  • 8GB HDD/SD
Currently, the testing version of Linux Lite 5.0 is already available. So, you can download the ISO image from the official link here. Also, it is highly recommended to not use v5.0-rc1 for productions.
Now burn the ISO image to 2GB or larger USB stick or writable DVD. You can use third-party software like Etcher. Alternatively, you can use the dd command:
sudo dd if=linux-lite-5.0-rc1-64bit.iso of=/dev/sdx bs=4M
where ‘x’ is the letter of your USB stick.
NOTE: Rufus, Yumi, Multiboot and other multi-boot applications are not supported.
Finally, boot the system with a USB stick and install Linux Lite 5.0 to enjoy the best lightweight Linux distro.

Comments

Popular posts from this blog

How To Recover Passwords Using Ophcrack LiveCD

Ophcrack LiveCD 3.4.0 is a completely self contained, bootable version of Ophcrack 3.4.0 - the easiest and most effective tool that I've ever found to "crack" your forgotten Windows password. For a quick overview of Ophcrack, see my complete review of Ophcrack 3.4.0 . Ophcrack is a free software program that recovers passwords so the first step you'll need to take is to visit Ophcrack's website . When the Ophcrack website loads as shown above, click the Download ophcrack LiveCD button. Note: Since you obviously can't get into your computer right now because you don't know the password, these first four steps will need to be completed on another computer that you have access to. This other computer will need to have access to the Internet and the capability to burn a disc (like a CD, DVD, etc.). Another Note: The instructions I've put together here walk you through the entire process of using Ophcrack LiveCD to recover your password. If you...

Linuxfx 10 : A Windows-Like Linux Distro

The idea of Linuxfx is to make it easier for people who are migrating from Windows 7. People who are dissatisfied with the lack of security and stability of Windows 10 are also fit for Linuxfx. LinuxFX Desktop : Apart from Windows-like looks, Linuxfx also has more to offer which a regular user will definitely admire. So, let’s get along with me to know more about Windows alternative Linuxfx. As usual, I started by downloading the ISO image of Linuxfx from the official site  here . Then, instead of dual-booting, I decided to install it on my VirtualBox to play safely. After finishing the basic configuration, as soon as I booted it, I noticed a Windows logo and system integrity check. That’s quite surprising because every Linux distro puts their own or OEM logo on that place. But I think Linuxfx wants to make migrating users feel like home from the beginning. Entering the boot menu, Linuxfx redirected and logged in to a live session. Whoah! it can also detect the system I’m using — a...

Share Registry Editor Favorite Keys Across Computers

if you spend a lot of time inside your registry editor, you might already know that you can use the Favorites feature to add in a bookmark to a specific key in the registry, saving you immense amounts of time when you need to check a bunch of different keys. But did you think about exporting that list so you can use it on any computer? Here’s the menu I’m talking about: For instance, here I’m adding in a favorite for the local machine’s Run key, used to launch applications across all users. Now when I use the menu item, it will navigate me instantly to that key in the registry, no matter where I currently am. As I added a few favorites, it occurred to me that I should figure out where those menu items are being stored… Now browse down to this registry key to find the favorites list: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit\Favorites And there’s the favorite we just saved… so how does this help you? If you export this r...