Language Selection

English French German Italian Portuguese Spanish

Ubuntu 20.10 Released

Filed under
Ubuntu
  • Ubuntu 20.10 released, brings full Linux dekstop to Raspberry Pi

    Open-source software fans will now be able to work across even more devices after Canonical revealed the launch of Ubuntu 20.10.

    The latest version of the world's most popular open-source software features a raft of upgrades and improvements, making it more accessible and easier to use than ever before.

    For the first time, users will be able to enjoy Ubuntu on Raspberry Pi devices, with the new release offering optimised Raspberry Pi images for desktop and server.

  • Ubuntu 20.10 Desktop Now Supports the Raspberry Pi 4

    As of the latest release, Raspberry Pi models with 4GB or 8GB RAM can run the Ubuntu 20.10 desktop. Yup, the Groovy Gorilla dishes up support for full-fledged, full-fat desktop version.

    Groovy is but the first foot forward towards a larger goal: an Ubuntu LTS release on the Raspberry Pi, as Eben Upton, CEO at Raspberry Pi, says:

    “From the classic Raspberry Pi board to the industrial grade Compute Module, this first step to an Ubuntu LTS on Raspberry Pi with long term support and security updates matches our commitment to widen access to the very best computing and open source capabilities.”

  • Ubuntu 20.10 rolls out today, along with official support for the Raspberry Pi 4

    While users who want a properly stable base to game with should probably stick to Ubuntu 20.04 which is the long-term support release, the Ubuntu 20.10 'Groovy Gorilla' update is out today.

    For a while there has been a few special Ubuntu flavours that have offered images to install on the Raspberry Pi like Ubuntu MATE, however, that's now becoming official directly within Ubuntu as of the 20.10 release. This is actually awesome, as Ubuntu is one of the easiest Linux distributions to get going with.

    From the press release:

    “In this release, we celebrate the Raspberry Pi Foundation’s commitment to put open computing in the hands of people all over the world,” said Mark Shuttleworth, CEO at Canonical. “We are honoured to support that initiative by optimising Ubuntu on the Raspberry Pi, whether for personal use, educational purposes or as a foundation for their next business venture.”

    “From the classic Raspberry Pi board to the industrial grade Compute Module, this first step to an Ubuntu LTS on Raspberry Pi with long term support and security updates matches our commitment to widen access to the very best computing and open source capabilities” said Eben Upton, CEO of Raspberry Pi Trading.

More (latest) coverage of Ubuntu Linux 20.10 release

  • Ubuntu 20.10 Groovy Gorilla Released, this is What's New

    The latest Ubuntu 20.10 code-named “Groovy Gorilla” is released. The final announcement is due today October 22 2020 from Canonical. Check out what’s new.

    Ubuntu 20.10 “Groovy Gorilla” is the last short term release in 2020 from Canonical and will be supported until July 2021. This release is the bleeding edge Ubuntu flavor and some of its features will be merged back to the current Ubuntu 20.04 LTS eventually.

  • Ubuntu Linux 20.10 'Groovy Gorilla' is here with renewed Raspberry Pi focus

    There are many Linux-based desktop operating systems these days. Some of them are great, while others range from mediocre to downright bad and unnecessary. When a new version of a Linux distro comes out, the Linux community takes notice, but largely, the world doesn't pay it any mind. That is, of course, unless it is Ubuntu.

    Yes, Canonical's Ubuntu is undoubtedly the most well-known desktop Linux-based operating system, and when a new version becomes available, it is a very big deal -- even in the mainstream. This is despite that there is no real surprise in each release announcement -- they come twice a year, in April and October.

    What is the cause for Ubuntu's renown? Sure, the name "Ubuntu" is catchy and fun to say, but really, it is just a well-designed OS that is easy to use and is very stable. Both Linux beginners and experts use Ubuntu. Hell, even other Linux distributions rely on Ubuntu as their base -- Linux Mint is just one example.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.