DistroWatch Weekly |
DistroWatch Weekly, Issue 820, 24 June 2019 |
Welcome to this year's 25th issue of DistroWatch Weekly!
Most people use operating systems to run applications. Put another way: people are usually more interested in the tools they can use with their operating system rather than the operating system itself. This often leads to people wanting to run applications native to one operating system on another platform. As a result we often see people using tools like WINE and virtual machines to get packages working across multiple systems. In our Tips and Tricks column we discuss Anbox, a tool which can be used to run Android applications on a GNU/Linux desktop. Anbox is not only useful on the desktop, but may also pave the way to allowing GNU/Linux users to run Android applications on their mobile devices. Our Opinion Poll asks whether our readers use Anbox or a similar technology to run Android software on GNU/Linux systems. In our News section we discuss Debian's ongoing work to port packages to the RISC-V CPU architecture while Ubuntu plans to drop 32-bit packages and Zorin partners with Star Labs. We also link to a helpful guide from Red Hat which discusses a networking vulnerability that was recently discovered in the Linux kernel and how to deal with it. In our Feature Story this week we take quick looks at Clear Linux and Guix System, two experimental distributions. Clear Linux places a focus on performance and optimizations while Guix System showcases advanced package management techniques. Plus we are pleased to share the releases of the past week and list the torrents we are seeding. We wish you all a wonderful week and happy reading!
Content:
- Review: Clear Linux and Guix System 1.0.1
- News: Debian's progressing RISC-V port, Ubuntu dropping 32-bit packages, Red Hat explains networking bug, Zorin partners with Star Labs
- Tips and tricks: Running Android applications on GNU/Linux with Anbox
- Released last week: PCLinuxOS 2019.06, DragonFly BSD 5.6.0, Alpine 3.10.0
- Torrent corner: Alpine, Container, DragonFly, IPFire, OSMC, PCLinuxOS, SmartOS, Tails
- Opinion poll: Running Android apps on GNU/Linux
- New distributions: bluebuntu
- Reader comments
|
Feature Story (by Jesse Smith) |
Clear Linux 29590
Clear Linux is a rolling release distro that places a strong emphasis on performance. The distribution focuses on providing optimizations for Intel (and compatible) CPU platforms and often scores well in benchmark tests.
I previously experimented briefly with Clear Linux in 2017 and found it to be very minimal in its features. The distribution presented users with a command line interface by default and, while it was possible to install a desktop environment from the project's repositories, it was not focused on desktop computing. These days Clear Linux is available in several editions. There are separate builds for command line and desktop editions, along with cloud and specially tailored virtual machine builds.
I downloaded the distribution's live desktop edition which was a 2.2GB compressed file. Expanding the download unpacks a 2.3GB ISO. It actually took longer for me to decompress the file than it would have to download the extra 100MB so the compression used on the archive is probably not practical.
Trying to boot from the live desktop media quickly resulted in Clear Linux running into a kernel panic and refusing to start. This was done trying version 29410 of the distribution and, since new versions come along almost every day, I waited a while and then downloaded another version: Clear Linux 29590. The new version had an ISO approximately the same size and, after it passed its checksum, it too failed to boot due to a kernel panic.
I have used Clear Linux on this system before and, though it technically utilizes an AMD CPU, that was not an issue during my previous trial. The current situation does make me wonder if Clear Linux might have optimized itself so much that it is no longer capable of running on previous generation processors.
* * * * *
Guix System 1.0.1
Since my time with Clear Linux was cut short, I decided to experiment with another operating system, this time turning to Guix System. Guix is a package manager in the same family as Nix and Guix System (formerly Guix System Distribution) is built around the Guix package manager. Through Guix, the operating system provides advanced package management features such as transactional upgrades and roll-backs, reproducible build environments, unprivileged package management, and per-user profiles. It uses low-level mechanisms from the Nix package manager, but packages are defined as native Guile modules, using extensions to the Scheme language.
The Guix System project recently published version 1.0.0 which introduced a new installer as previously the distribution was set up manually from the command line.. The developers then published an update, version 1.0.1, to fix a path error which prevented the Xfce desktop from loading in some situations. I downloaded version 1.0.1 which, when compressed, was a 244MB download. Once the ISO was decompressed, it took up 1.3GB of space.
Installing
Booting from the Guix System (hereafter simply referred to as Guix) media brings up a series of text-based menus. These menus ask us to select our preferred language and our region of the world from lists. We are then given the choice of installing the distribution manually from the command line or using a guided installer. I went with the guided option.
We are then asked to select our time zone and keyboard layout from more lists. The text-based installer then asks how we would like to handle partitioning: guided, guided with encryption, or manual. I went with the manual option and discovered the installer itself cannot be used to create, delete or resize existing disk partitions. If we need to change the disk's layout we can switch to a terminal shell and run the cfdisk utility, or run a live distribution with a partitioning tool prior to working with Guix. Once the disk is partitioned the installer then guides us through assigning partitions to mount points and, optionally, formatting partitions with the Btrfs, ext4, or FAT filesystems. We can also assign a partition to be used as swap space.
Next, the installer asks us to make up a hostname for the system, create a password for the root account and create at least one username/password combination. We can create additional user accounts if we wish. We are then asked to pick one or more desktop environments to install with options including GNOME, Xfce, MATE, Enlightenment, Openbox, awesome, i3, and ratpoison. I decided to go with MATE. The last step asks what extras we would like to enable with the three options being OpenSSH, Tor and Mozilla NSS certificates. I stuck with just the certificates.
The installer then disappeared and the screen went blank for a while, then printed a message which read: "shepherd: Service cow-store has been started." Then it looked like the installer was downloading packages and the system displays progress as packages are copied to the hard drive. In my case the copy process took a little over an hour. Once the installer finishes we can reboot the computer to get started using Guix.
Early impressions
The first time I loaded Guix the boot process took an unusually long time. At one point the system appeared to lock up for about five minutes before continuing. In the end, from boot menu to graphical login screen, the start-up time totalled about ten minutes. Curiously, after the first boot, Guix started up considerably faster, generally taking less than a minute to arrive at the login screen.
Signing into my account from the login screen brought up the MATE desktop. The interface uses a two-panel layout with the Applications, Places and System menus in the upper-left corner of the screen. The system tray is placed in the upper-right. The second panel houses the task switcher and sits at the bottom of the display.

Guix system 1.0.1 -- Running the Icecat web browser
(full image size: 211kB, resolution: 1280x1024 pixels)
Guix System currently runs version 1.22.0 of the MATE desktop. I found the desktop was generally responsive and presented with default settings and themes. This makes the interface somewhat less appealing to look at than MATE on other distributions, but familiar and easy to navigate.
Hardware
When I ran Guix inside a VirtualBox virtual machine I found the system did not automatically integrate with the host system. In particular, resizing the VirtualBox window would not resize the MATE desktop. However, I could go into the MATE settings panel and manually adjust the display to fit my monitor. The MATE desktop worked smoothly and performance tended to be good. There was some sluggishness when moving or resizing windows, but this could be fixed by disabling compositing in the MATE settings.
When running on a workstation, Guix generally performed well. Most of my hardware was detected and the distribution ran quickly on my physical hardware. My one issue when testing Guix on a physical machine was the operating system could not detect my computer's wireless card. I suspect the wireless card requires non-free firmware which the GNU project does not wish to distribute.
An issue I ran into in both test environments was I could not shut down or reboot the computer from within the MATE session. I could logout of the MATE desktop and shutdown or reboot from the graphical login screen, but I could not poweroff the machine while logged in.
When signed into the desktop, Guix used about 375MB of RAM and a fresh install consumed 3.8GB of disk space. These resource requirements are a little on the low end, but the distribution also ships with few applications and services, and resource requirements naturally climbed as I added more features.
Applications
Guix ships with a small collection of desktop utilities, including a document viewer, dictionary, text editor, archive manager and the Caja file manager. NetworkManager is included to help us get on-line, and there is a system monitor and the MATE settings panel. I did not find any web browser, media player or productivity software on the system. The basic GNU command line tools and manual pages are available. In the background we find Guix runs the Shepherd init software and version 5.1.2 of the Linux kernel.
For the most part the default applications worked well. One of the few issues I ran into was with the screen lock functionality. If I left the computer alone for half an hour, the screen would lock. When I came back, sometimes the screen would show me a password prompt and allow me to login. Other times the screen would remain blank and not respond to input. In these instances, I could switch to a text terminal using Ctrl-Alt-F2 and then switch back to the desktop (Ctrl-Alt-F7). At that point the password prompt would appear and I could access my MATE session again.
Package management
A complication some users of Guix System may have is the distribution does not have a graphical front-end to its Guix package manager, and local guides can be hard to find. The MATE help files do not extend to package management, the Guix manual page simply refers us to the Info page, and there is no web browser. This makes it is somewhat challenging to learn about this distribution's centrepiece, its advanced package manager. Even the command "guix --help" only lists the commands the package manager recognizes without any explanation. This makes it difficult to find out, for instance, what the difference is between "guix archive", "guix pack" and "guix package". In short, we should either already know how to use Guix or have a second computer available to look up documentation and examples.
I experimented a little with the package manager, usually following examples in the on-line documentation, but sometimes just running commands which looked familiar to see what they would do. For instance, running "guix refresh" appears to download package data, but then stopped with an error, reporting the user needed to set a token environment variable, which could be found on GitHub. This seemed like a poor arrangement since the distribution doesn't ship with a web browser or Git client.
The "guix upgrade" command can be used to upgrade installed packages. Sometimes this command completed silently and, one assumes, successfully. Other times the command would print a message saying the user should run two other commands: "Consider running 'guix pull' followed by 'guix package -u' to get up-to-date packages and security updates." This seems strange since "guix upgrade" is an alias to "guix package -u". This advice is printed even if the last two commands to be run were "guix pull" followed by "guix upgrade".

Guix system 1.0.1 -- Asked to run update after updating
(full image size: 654kB, resolution: 1280x1024 pixels)
I further discovered that "guix search <word>" could be used to locate packages by name or description. Then the "guix install <package>" would download and install the package. I found "guix search" tends to return a lot of unrelated programs and the results typically were not helpful. Usually I had better luck using "guix package --list-available | grep <word>" to list all available packages and then filter down the ones I might want by keywords.
It is worth noting that the package manager installs programs into the path of the user who runs the package manager. In other words, if I install the Icecat web browser, the browser is in my path, but not visible to other users. Each user gets their own collection of applications. At first this may seem complicated and problematic as it means each user needs to install their own copy of programs. However, it also allows for some flexibility. I can install cutting-edge browsers and development tools while another user installs long-term support versions and conservative tools. Guix allows each user to set up their applications independently.
While Guix, in theory, allows for some very flexible and powerful package management, including roll-backs on transactions, isolated package stores for each user, and generational package versions we can move through, forwards or backwards, I ran into several problems in practise. For example, when I first installed the Icecat browser ("guix install icecat") the download appeared to have completed successfully. But then I could not launch the browser; it was not in my path. I re-ran "guix install icecat" and it again appeared to complete successfully and then I could launch the browser.
Similar issues cropped up often. For instance, after installing Icecat, I installed a few other desktop programs and then found Icecat had disappeared from my path again. The new programs worked, but the web browser did not. I simply downloaded the browser again and then it worked, along with my other applications. This happened a few times with various programs, like the GNU Image Manipulation Program and LibreOffice seemingly disappearing from my path and working again once I had run "guix install <package>" again.
A less significant problem was newly installed programs were not added to my application menu until I had rebooted the computer. I tried logging out and signing back into MATE, but that was not enough to make programs like LibreOffice show up in my menu. Rebooting though did make freshly installed programs appear in the menu.

Guix system 1.0.1 -- LibreOffice running, but not showing up in application menu yet
(full image size: 215kB, resolution: 1280x1024 pixels)
Last, and probably least, I found the Guix package manager to be slow. Granted, it has a lot of extra things to do, but installing even small applications which would take a matter of seconds using pacman or apt could take a few minutes. Guix offers us a lot of flexibility and power, but it comes with a performance trade off.
Conclusions
I only played with Guix System for a few days, but the big issue which kept leaping out at me was the distribution's unpredictability. I was never sure from one hour to the next if a package I had installed would still be available, or if programs were still going to be in my application menu, or if software had been properly updated after running "guix pull; guix upgrade" since the system would immediately tell me to run those same commands over again. These concerns, along with the performance impact of using Guix for package management, make me think most users will not find this distribution has a practical approach.
My own findings surprised me somewhat as I have used, and enjoyed, NixOS in the past and appreciated Nix's many advanced package manipulation features without experiencing the same problems. In fact, I have recommended people run Nix on other distributions as the package manager can be dropped onto other systems like Debian and work smoothly and independently of the host system's default package manager. Nix and Guix share a lot of the same goals and designs, but the practical results were, for me, like night and day. The underlying concepts were similar, but the practise of using Nix and Guix were entirely different and the latter, in my experiments this week, was unreliable.
* * * * *
Hardware used in this review
My physical test equipment for this review was a desktop HP Pavilon p6 Series with the following specifications:
- Processor: Dual-core 2.8GHz AMD A4-3420 APU
- Storage: 500GB Hitachi hard drive
- Memory: 6GB of RAM
- Networking: Realtek RTL8111 wired network card, Ralink RT5390R PCIe Wireless card
- Display: AMD Radeon HD 6410D video card
* * * * *
Visitor supplied rating
Guix System has a visitor supplied average rating of: 8.9/10 from 9 review(s).
Have you used Guix System? You can leave your own review of the project on our ratings page.
|
Miscellaneous News (by Jesse Smith) |
Debian's progressing RISC-V port, Ubuntu dropping 32-bit packages, Red Hat explains networking bug, Zorin partners with Star Labs
RISC-V is an open instruction set for CPUs which has gained attention in recent years as more people seek to run their operating systems on open hardware. RISC-V is a potential alternative to popular CPU architectures such as x86 and ARM. Debian has a RISC-V port with many packages already building for the young architecture, but there is still work to be done. Part of the issue facing Debian's RISC-V porting efforts is a lack of available hardware for testing packages. A status update on the RISC-V port mentions: "Due to several reasons, among them the limited availability of hardware able to run this Debian port and the limited options to use bootloaders during all this time, the instructions to get Debian running on RISC-V are not the best, easiest, more elegant or very up to date. This is an area to improve in the next months. Meanwhile, there's a Debian RISC-V's wiki page with instructions to get a chroot working in a HiFive Unleashed board as shipped, without destroying the initial factory set-up. Specially Vagrant Cascadian and Karsten Merker have been working on the area of booting the system, and there are instructions to set-up a riscv64 QEMU VM and boot it with u-boot and opensbi."
* * * * *
Steve Langasek has reported that Ubuntu will be dropping support for 32-bit packages in Ubuntu 19.10 and future versions. "The Ubuntu engineering team has reviewed the facts before us and concluded that we should not continue to carry i386 forward as an architecture. Consequently, i386 will not be included as an architecture for the 19.10 release, and we will shortly begin the process of disabling it for the Eoan series across Ubuntu infrastructure." Information on this change and how it will affect people running Steam or other 32-bit packages can be found on Ubuntu's Discourse forum. The removal of 32-bit libraries may also affect people wishing to run 32-bit programs through WINE and other compatibility software, such as some console emulators.
* * * * *
Flaws in the way the Linux kernel, and some builds of other kernels such as FreeBSD's, process TCP networking have been discovered. The issue could be used by attackers to crash or otherwise disrupt a system that accepts TCP connections (which most servers and many workstations do). Patches to fix these flaws are available and many distributions have already fixed the issue. Red Hat has a detailed write-up on how the networking flaw works and offers steps to workaround the bug on machines that do not yet have the fix.
* * * * *
One of the tallest hurdles to getting new people trying Linux is the fact most computers ship with another operating system pre-installed. This is gradually changing as more companies are bundling flavours of Linux with their hardware. In a recent move the Zorin OS project partnered with Star Labs, a company based in the United Kingdom which sells laptops with Linux pre-installed. "Creating a Linux desktop experience that's accessible to everyone has always been our mission at Zorin OS. Today we're taking the next step in this mission by making Zorin OS easier for the masses to access: on new computers powered by Zorin OS. With computers designed to work with the software, we're aiming to partner with computer manufacturers to provide the most optimised and beautiful Zorin OS experience. To kick-start this new effort we're excited to collaborate with Star Labs, a UK-based manufacturer specialising in computers designed for Linux. Their critically-acclaimed lineup of laptops is now available with the choice of Zorin OS 15 Core pre-installed." An overview of two laptops that now ship with Zorin OS can be found on the project's blog.
* * * * *
These and other news stories can be found on our Headlines page.
|
Tips and Tricks (by Jesse Smith) |
Running Android applications on GNU/Linux with Anbox
When people learn that the popular mobile operating system Android runs on the Linux kernel, they tend to wonder: Can I run my Android apps on my Linux desktop? Unfortunately, the answer has typically been negative. While GNU/Linux distributions and Android both have a kernel in common, most of their components are different. If I may indulge in a car analogy, both airplanes and my car have wheels, but that doesn't mean my car will fly like an airplane, because their designs are very different.
There have been attempts to bring Android applications to GNU/Linux desktops and phones over the years and one of the more promising efforts toward that goal is Anbox. Anbox is a technology which puts the Android operating system inside a Linux container (LXC). This allows the unique Android components to run in isolation from the rest of the operating system and launch Android apps in their own windows on the user's GNU/Linux desktop.
Anbox is somewhat tied to the Ubuntu and UBports family of distributions. The install instructions rely on using the APT package manager, Snap packages and Ubuntu PPA repositories to get Anbox up and running. The install instructions can basically be broken down into three steps: installing the necessary Linux modules, installing the Anbox Snap, and then making it possible to install Android apps into Anbox.
In brief, here are the command line steps we need to take on Ubuntu, or a related distribution, to get Anbox working:
sudo add-apt-repository ppa:morphis/anbox-support
sudo apt update
sudo apt install linux-headers-generic anbox-modules-dkms
sudo modprobe ashmem_linux
sudo modprobe binder_linux
At this point there should be two new device files on our system. Specifically, we should find /dev/ashmem and /dev/binder now exist. We can test this by running:
ls /dev/ashmem /dev/binder
If the two devices are in place, their names will display after the ls command. Otherwise an error will be shown, indicating which file is missing.
The next step is to install the Anbox snap package. It is a large download and this can take a few minutes, even on a fast connection.
sudo snap install --devmode --beta anbox
Once installed the Anbox snap took up about 400MB of space on my drive.

The Anbox Application Manager
(full image size: 470kB, resolution: 1366x768 pixels)
At this point, assuming the package installs properly, we should have a new entry in the application menu called Anbox Application Manager. Launching this entry will open a window which shows apps that have been installed on Anbox. There are a handful of common Android apps pre-installed for us, including a photo gallery, contact manager, music player, calculator, clock, e-mail app and file manager. Some of these would open and work for me and others did not. The calculator worked as did the contact manager. The clock and e-mail apps opened, but showed only blank windows. The file manager failed to start on my machine and trying to open the music player caused Anbox to crash.
In short, I was experiencing mixed results. However, I was impressed that some Android applications were running at all. That is a big step forward.

Changing Android settings in Anbox
(full image size: 168kB, resolution: 1366x768 pixels)
Most people will probably want to try running other applications. It does not look as though Anbox can use the Google Play store to install software, but with the proper tool installed on our system we can download Android APK package files and install them. To do this we need to install a utility called Android Debug Bridge (ADB):
sudo apt install android-tools-adb
Then, once we have downloaded an APK package from the web (or other source) we can install it into the Anbox Application Manager, adding it to the Anbox window, by running
adb install package-name.apk
I tried this with a handful of applications, including a chess program (which worked perfectly), Firefox for Android (which failed to start), WhatsApp (which failed to install), and a game called Flow Free (which did not run). Again, a mixed experience.

Playing chess via Anbox
(full image size: 568kB, resolution: 1366x768 pixels)
The Anbox technology certainly holds promise. It can run some applications and I have watched demos where UBports developers have got Android packages running on their mobile platform. I think Anbox will certainly help bridge the app gap between Android and GNU/Linux mobile systems. However, the experience is not polished or entirely reliable yet. I wouldn't expect to watch Netflix or use Android's Skype app on my GNU/Linux desktop in the near future. Still, Anbox has made strong strides forward. Anbox is already running more smoothly and working better than it did a year ago and I'm hopeful progress will continue to be made.
* * * * *
Additional tips can be found in our Tips and Tricks archive.
|
Released Last Week |
PCLinuxOS 2019.06
The developers of PCLinuxOS have announced the release of the project's latest stable build, version 2019.06. This systemd-free and beginner-friendly distribution features the just-released KDE Plasma 5.16 and the very latest Linux kernel 5.1.10: "PCLinuxOS 2019.06 KDE Full Edition has been released and is now available for download. Linux kernel 5.1.10, KDE Applications 19.04.2, KDE Frameworks 5.59.0, KDE Plasma 5.16.0. This ISO image comes with the standard compliment of KDE applications plus LibreOffice. Some additional applications include: Timeshift - backup and restore utility; Bitwarden - a free and open-source password management solution; Darktable - photo manipulation software; GIMP - image editing software; digiKam - image management software; Megasync - store your files in the cloud; Teamviewer - control another computer from yours; Rambox - store many applications in one place; Simplenotes - a note-taking application with markdown support; Kodi - a multimedia center; Kazam - a screen capture utility; Calibre - the one stop solution for all your e-book needs; Skrooge - banking software...." Here is the brief release announcement.
DragonFly BSD 5.6.0
The DragonFly BSD team has published a new stable version of the project's operating system. The new version, DragonFly BSD 5.6.0, introduces improved video driver support, performance improvements for the HAMMER2 advanced filesystem, and speed improvements for virtual machine environments. "HAMMER2: The filesystem sync code has been rewritten to significantly improve performance. Sequential write performance also improved. Add simple dependency tracking to prevent directory/file splits during create/rename/remove operations, for better consistency after a crash. Refactor the snapshot code to reduce flush latency and to ensure a consistent snapshot. Attempt to pipeline the flush code against the front-end, improving flush vs front-end write concurrency. Improve umount operation. Fix an allocator race that could lead to corruption. Numerous other bugs fixed. Improve verbosity of CHECK (CRC error) console messages." Further details can be found in the release announcement.
Alpine Linux 3.10.0
Alpine Linux is a community developed operating system designed for routers, firewalls, VPNs, VoIP boxes and servers. The C library used is musl and the base tools are all provided by BusyBox. The project's latest release is Alpine Linux 3.10.0 which introduces new hardware support and makes the LightDM display manager available in the distribution's repositories. Some key packages have also been dropped, removing legacy support and unmaintained items. The removed items are Qt4 (replaced by Qt5), TrueCrypt and MongoDB. "We are pleased to announce the release of Alpine Linux 3.10.0, the first in the v3.10 stable series. New features and noteworthy new packages: Support for Pine64LTS; iwd, a modern alternative for wpa_supplicant (EAP is not working yet); serial and Ethernet support for ARM boards; ceph, a distributed object store and filesystem; LightDM, a cross-desktop display manager." Further details can be found in the project's release announcement.
* * * * *
Development, unannounced and minor bug-fix releases
|
Torrent Corner |
Weekly Torrents
The table below provides a list of torrents DistroWatch is currently seeding. If you do not have a bittorrent client capable of handling the linked files, we suggest installing either the Transmission or KTorrent bittorrent clients.
Archives of our previously seeded torrents may be found in our Torrent Archive. We also maintain a Torrents RSS feed for people who wish to have open source torrents delivered to them. To share your own open source torrents of Linux and BSD projects, please visit our Upload Torrents page.
Torrent Corner statistics:
- Total torrents seeded: 1,461
- Total data uploaded: 26.1TB
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll (by Jesse Smith) |
Running Android apps on GNU/Linux
One advantage Android has over GNU/Linux systems, especially in the mobile market, is the former's vast collection of software. With many users, whether they like Android or not, relying on Android apps it makes competition in the mobile ecosystem difficult. The Anbox project is working to get Android apps running on GNU/Linux systems, on both mobile and desktop machines.
This week we would like to know if you are using Anbox or another technology to run Android programs on GNU/Linux distributions.
You can see the results of our previous poll on renaming files in last week's edition. All previous poll results can be found in our poll archives.
|
Running Android apps on GNU/Linux
I use Anbox on my desktop/laptop: | 9 (1%) |
I use Anbox on my mobile device: | 14 (1%) |
I plan to use Anbox in the future: | 185 (14%) |
I use another tool to run Android apps on GNU/Linux: | 41 (3%) |
I do not run Android apps on GNU/Linux: | 1097 (82%) |
|
|
Website News (by Jesse Smith) |
Distributions added to waiting list
- bluebuntu. bluebuntu is a distribution based on Xfce which uses the Openbox window manager and offers a classic Windows-style appearance.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 1 July 2019. Past articles and reviews can be found through our Article Search page. To contact the authors please send e-mail to:
- Jesse Smith (feedback, questions and suggestions: distribution reviews/submissions, questions and answers, tips and tricks)
- Ladislav Bodnar (feedback, questions, donations, comments)
- Bruce Patterson (podcast)
|
|
Tip Jar |
If you've enjoyed this week's issue of DistroWatch Weekly, please consider sending us a tip. (Tips this week: 0, value: US$0.00) |
|
|
|
 bc1qtede6f7adcce4kjpgx0e5j68wwgtdxrek2qvc4  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le |
|
Linux Foundation Training |
| |
MALIBAL |
MALIBAL: Linux Laptops Custom Built for YouMALIBAL is an innovative computer manufacturer that produces high-performance, custom laptops for Linux. If your MALIBAL laptop is not the best Linux laptop you have ever used, you can return it for a full 100% refund. We will even pay the return shipping fees! For more info, visit: https://www.malibal.com
|
TUXEDO |

TUXEDO Computers - Linux Hardware in a tailor made suite Choose from a wide range of laptops and PCs in various sizes and shapes at TUXEDOComputers.com. Every machine comes pre-installed and ready-to-run with Linux. Full 24 months of warranty and lifetime support included!
Learn more about our full service package and all benefits from buying at TUXEDO.
|
Archives |
• Issue 1021 (2023-05-29): rlxos GNU/Linux, colours in command line output, an overview of Void's unique features, how to use awk, Microsoft publishes a Linux distro |
• Issue 1020 (2023-05-22): UBports 20.04, finding another machine's IP address, finding distros with a specific kernel, Debian prepares for Bookworm |
• Issue 1019 (2023-05-15): Rhino Linux (Beta), checking which applications reply on a package, NethServer reborn, System76 improving application responsiveness |
• Issue 1018 (2023-05-08): Fedora 38, finding relevant manual pages, merging audio files, Fedora plans new immutable edition, Mint works to fix Secure Boot issues |
• Issue 1017 (2023-05-01): Xubuntu 23.04, Debian elects Project Leaders and updates media, systemd to speed up restarts, Guix System offering ground-up source builds, where package managers install files |
• Issue 1016 (2023-04-24): Qubes OS 4.1.2, tracking bandwidth usage, Solus resuming development, FreeBSD publishes status report, KaOS offers preview of Plasma 6 |
• Issue 1015 (2023-04-17): Manjaro Linux 22.0, Trisquel GNU/Linux 11.0, Arch Linux powering PINE64 tablets, Ubuntu offering live patching on HWE kernels, gaining compression on ex4 |
• Issue 1014 (2023-04-10): Quick looks at carbonOS, LibreELEC, and Kodi, Mint polishes themes, Fedora rolls out more encryption plans, elementary OS improves sideloading experience |
• Issue 1013 (2023-04-03): Alpine Linux 3.17.2, printing manual pages, Ubuntu Cinnamon becomes official flavour, Endeavour OS plans for new installer, HardenedBSD plans for outage |
• Issue 1012 (2023-03-27): siduction 22.1.1, protecting privacy from proprietary applications, GNOME team shares new features, Canonical updates Ubuntu 20.04, politics and the Linux kernel |
• Issue 1011 (2023-03-20): Serpent OS, Security Onion 2.3, Gentoo Live, replacing the scp utility, openSUSE sees surge in downloads, Debian runs elction with one candidate |
• Issue 1010 (2023-03-13): blendOS 2023.01.26, keeping track of which files a package installs, improved network widget coming to elementary OS, Vanilla OS changes its base distro |
• Issue 1009 (2023-03-06): Nemo Mobile and the PinePhone, matching the performance of one distro on another, Linux Mint adds performance boosts and security, custom Ubuntu and Debian builds through Cubic |
• Issue 1008 (2023-02-27): elementary OS 7.0, the benefits of boot environments, Purism offers lapdock for Librem 5, Ubuntu community flavours directed to drop Flatpak support for Snap |
• Issue 1007 (2023-02-20): helloSystem 0.8.0, underrated distributions, Solus team working to repair their website, SUSE testing Micro edition, Canonical publishes real-time edition of Ubuntu 22.04 |
• Issue 1006 (2023-02-13): Playing music with UBports on a PinePhone, quick command line and shell scripting questions, Fedora expands third-party software support, Vanilla OS adds Nix package support |
• Issue 1005 (2023-02-06): NuTyX 22.12.0 running CDE, user identification numbers, Pop!_OS shares COSMIC progress, Mint makes keyboard and mouse options more accessible |
• Issue 1004 (2023-01-30): OpenMandriva ROME, checking the health of a disk, Debian adopting OpenSnitch, FreeBSD publishes status report |
• Issue 1003 (2023-01-23): risiOS 37, mixing package types, Fedora seeks installer feedback, Sparky offers easier persistence with USB writer |
• Issue 1002 (2023-01-16): Vanilla OS 22.10, Nobara Project 37, verifying torrent downloads, Haiku improvements, HAMMER2 being ports to NetBSD |
• Issue 1001 (2023-01-09): Arch Linux, Ubuntu tests new system installer, porting KDE software to OpenBSD, verifying files copied properly |
• Issue 1000 (2023-01-02): Our favourite projects of all time, Fedora trying out unified kernel images and trying to speed up shutdowns, Slackware tests new kernel, detecting what is taking up disk space |
• Issue 999 (2022-12-19): Favourite distributions of 2022, Fedora plans Budgie spin, UBports releasing security patches for 16.04, Haiku working on new ports |
• Issue 998 (2022-12-12): OpenBSD 7.2, Asahi Linux enages video hardware acceleration on Apple ARM computers, Manjaro drops proprietary codecs from Mesa package |
• Issue 997 (2022-12-05): CachyOS 221023 and AgarimOS, working with filenames which contain special characters, elementary OS team fixes delta updates, new features coming to Xfce |
• Issue 996 (2022-11-28): Void 20221001, remotely shutting down a machine, complex aliases, Fedora tests new web-based installer, Refox OS running on real hardware |
• Issue 995 (2022-11-21): Fedora 37, swap files vs swap partitions, Unity running on Arch, UBports seeks testers, Murena adds support for more devices |
• Issue 994 (2022-11-14): Redcore Linux 2201, changing the terminal font size, Fedora plans Phosh spin, openSUSE publishes on-line manual pages, disabling Snap auto-updates |
• Issue 993 (2022-11-07): Static Linux, working with just a kernel, Mint streamlines Flatpak management, updates coming to elementary OS |
• Issue 992 (2022-10-31): Lubuntu 22.10, setting permissions on home directories, Linux may drop i486, Fedora delays next version for OpenSSL bug |
• Issue 991 (2022-10-24): XeroLinux 2022.09, learning who ran sudo, exploring firewall tools, Rolling Rhino Remix gets a fresh start, Fedora plans to revamp live media |
• Issue 990 (2022-10-17): ravynOS 0.4.0, Lion Linux 3.0, accessing low numbered network ports, Pop!_OS makes progress on COSMIC, Murena launches new phone |
• Issue 989 (2022-10-10): Ubuntu Unity, kernel bug causes issues with Intel cards, Canonical offers free Ubuntu Pro subscriptions, customizing the command line prompt |
• Issue 988 (2022-10-03): SpiralLinux 11.220628, finding distros for older equipment and other purposes, SUSE begins releasing ALP prototypes, Debian votes on non-free firmware in installer |
• Issue 987 (2022-09-26): openSUSE's MicroOS, converting people to using Linux, pfSense updates base system and PHP, Python 2 dropped from Arch |
• Issue 986 (2022-09-19): Porteus 5.0, remotely wiping a hard drive, a new software centre for Ubuntu, Proxmox offers offline updates |
• Issue 985 (2022-09-12): Garuda Linux, using root versus sudo, UBports on the Fairphone 4, Slackware reverses change to grep |
• Issue 984 (2022-09-05): deepin 23 Preview, watching for changing to directories, Mint team tests Steam Deck, Devuan posts fix for repository key expiry |
• Issue 983 (2022-08-29): Qubes OS 4.1.1, Alchg Linux, immutable operating systems, Debian considers stance on non-free firmware, Arch-based projects suffer boot issue |
• Issue 982 (2022-08-22): Peropesis 1.6.2, KaOS strips out Python 2 and PulseAudio, deepin becomes independent, getting security update notifications |
• Issue 981 (2022-08-15): Linux Lite 6.0, defining desktop environments and window managers, Mint releases upgrade tool, FreeBSD publishes status report |
• Issue 980 (2022-08-08): Linux Mint 21, Pledge on Linux, SparkyLinux updates classic desktop packages, Peppermint OS experiments with Devuan base |
• Issue 979 (2022-08-01): KaOS 2022.06 and KDE Plasma 5.25, terminating processes after a set time, GNOME plans Secure Boot check |
• Issue 978 (2022-07-25): EndeavourOS 22.6, Slax explores a return to Slackware, Ubuntu certified with Dell's XPS 13, Linux running on Apple's M2 |
• Issue 977 (2022-07-18): EasyOS 4.2, transferring desktop themes between distros, Tails publishes list of updates, Zevenet automates Let's Encrypt renewals |
• Issue 976 (2022-07-11): NixOS 22.05, making a fake webcam, exploring the Linux scheduler, Debian publishes updated media |
• Issue 975 (2022-07-04): Murena One running /e/OS, where are all the openSUSE distributions, Fedora to offer unfiltered Flathub access |
• Issue 974 (2022-06-27): AlmaLinux 9.0, the changing data of DistroWatch's database, UBports on the Pixel 3a, Tails and GhostBSD publish hot fixes |
• Issue 973 (2022-06-20): openSUSE 15.4, collecting distro media, FreeBSD status report, Ubuntu Core with optional real-time kernel |
• Issue 972 (2022-06-13): Rolling Rhino Remix, SambaBox 4.1, SUSE team considers future of SUSE and openSUSE Leap, Tails improves Tor Connection Assistant |
• Issue 971 (2022-06-06): ChimeraOS 2022.01.03, Lilidog 22.04, NixOS gains graphical installer, Mint replaces Bluetooth stack and adopts Timeshift, how to change a MAC address |
• Issue 970 (2022-05-30): Tails 5.0, taking apart a Linux distro, Ubuntu users seeing processes terminated, Budgie team plans future of their desktop |
• Issue 969 (2022-05-23): Fedora 36, a return to Unity, Canonical seeks to improve gaming on Ubuntu, HP plans to ship laptops with Pop!_OS |
• Full list of all issues |
Free Tech Guides |
NEW! Learn Linux in 5 Days

In this FREE ebook, you will learn the most important concepts and commands and be guided step-by-step through several practical and real-world examples (a free 212-page ebook).
|
Star Labs |

Star Labs - Laptops built for Linux.
View our range including the highly anticipated StarFighter. Available with coreboot open-source firmware and a choice of Ubuntu, elementary, Manjaro and more. Visit Star Labs for information, to buy and get support.
|
Shells.com |

Your own personal Linux computer in the cloud, available on any device. Supported operating systems include Android, Debian, Fedora, KDE neon, Kubuntu, Linux Mint, Manjaro and Ubuntu, ready in minutes.
Starting at US$4.95 per month, 7-day money-back guarantee
|
Random Distribution | 
EndeavourOS
EndeavourOS is a rolling release Linux distribution based on Arch Linux. The project aims to be a spiritual successor to Antergos - providing an easy setup and pre-configured desktop environment on an Arch base. EndeavourOS offers both off-line and on-line install options. The off-line installer, Calamares, uses the Xfce desktop by default. The on-line installer can install optional software components, including most popular desktop environments.
Status: Active
|
Free Tech Guides |
NEW! Learn Linux in 5 Days

In this FREE ebook, you will learn the most important concepts and commands and be guided step-by-step through several practical and real-world examples (a free 212-page ebook).
|
MALIBAL |
MALIBAL: Linux Laptops Custom Built for YouMALIBAL is an innovative computer manufacturer that produces high-performance, custom laptops for Linux. If your MALIBAL laptop is not the best Linux laptop you have ever used, you can return it for a full 100% refund. We will even pay the return shipping fees! For more info, visit: https://www.malibal.com
|
TUXEDO |

TUXEDO Computers - Linux Hardware in a tailor made suite Choose from a wide range of laptops and PCs in various sizes and shapes at TUXEDOComputers.com. Every machine comes pre-installed and ready-to-run with Linux. Full 24 months of warranty and lifetime support included!
Learn more about our full service package and all benefits from buying at TUXEDO.
|
Star Labs |

Star Labs - Laptops built for Linux.
View our range including the highly anticipated StarFighter. Available with coreboot open-source firmware and a choice of Ubuntu, elementary, Manjaro and more. Visit Star Labs for information, to buy and get support.
|
Free Tech Guides |
NEW! Learn Linux in 5 Days

In this FREE ebook, you will learn the most important concepts and commands and be guided step-by-step through several practical and real-world examples (a free 212-page ebook).
|
|