Chapter 1.1 Retrieving the image ================================= Before you install Lubuntu, you need to retrieve the correct image. Lubuntu supports AMD64 CPU types also known as 64-bit with a new version every six months (supported for nine months), and every two years being a long term support release (supported for three years). Lubuntu 22.04 is a Long Term Support release supported until 2025. Lubuntu 23.10 is supported until July 2024. LTS vs. Regular Releases ------------------------ Lubuntu offers two types of releases. The **Long Term Support** release, or the **LTS**, is the release recommended for most users. It is supported for three years after the release date and does not contain new features. Throughout the course of the cycle, the Ubuntu Kernel Team will deliver **Hardware Enablement** updates, or **HWE** updates, to Lubuntu via Linux kernel updates. Previously, Lubuntu used **LXDE** but since 18.10 it has used **LXQt**. Lubuntu 20.04 is the First **Long Term Support** release which uses the more modern **LXQt** desktop environment. For users looking to try new features every six months at the expense of the support cycle length, Lubuntu offers **interim releases**, or **regular releases**. These releases, while they are considered stable, are testing grounds for major, new features which will be rolled into the LTS release. Users of the regular releases are typically enthusiasts and somewhat more experienced users looking for a fresher experience. **It is extremely important that if you choose this path, you upgrade to each successive regular release shortly after it comes out.** If you are not comfortable doing this, you should consider using the LTS release instead. Ways to download the image --------------------------- Now that the decision of which architecture and release type you need is made, you will need to download the image. There are several ways to download the Lubuntu image: - HTTP download (from your web browser or terminal). - BitTorrent (from a BitTorrent client such as Transmission, recommended for Windows and macOS users). - zsync (from the terminal, recommended for Linux users). You can also download the image via Jigdo but we will not cover that in this manual. An easy download page which lists the HTTP and BitTorrent downloads is available `on the Lubuntu website's Downloads page `_, however for zsync downloads, you need to visit `cdimage.ubuntu.com `_, which has the files listed. Below you can find more detailed notes on each download method. Downloading the image via HTTP ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *We don't recommend using this method as it's often slower, more error prone, and less efficient than the other methods.* After you download the image, you **must** verify it, as this is the most common reason there are problems with a Lubuntu install. There is `a helpful page on the Ubuntu Community Help wiki `_ that can guide you in the right direction. .. warning:: Downloading via HTTP and not verifying the image can lead to hours of frustration with even the developers quite confused what is happening with your system. With just one bit of the image flipped will cause massive frustration and a failed install. To verify the image, run this from the command line: .. code:: sha256sum lubuntu-23.10-desktop-amd64.iso and then carefully check that the output matches .. code:: 0072ac362fef0aa2cc496f83389807cc86e9b5e1fa9fe4eaa7a3f728f6d59f2e *lubuntu-23.10-desktop-amd64.iso Downloading the image via BitTorrent ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Instead of downloading the image from one server, you can "torrent" the image, or download it from multiple sources instead of just one. This is often faster and saves the bandwidth of the Ubuntu cdimage servers. If you would like to learn more about BitTorrent, take a look at `the Wikipedia page on the subject `_. In order to torrent the file, you need a BitTorrent client. We recommend `Transmission `_, an Open Source BitTorrent client. Since Transmission only provides clients for Linux and macOS, we recommend `qbittorrent `_ for Windows users. The BitTorrent links can be found on our Downloads page or `cdimage.ubuntu.com`_, both linked above. After you have downloaded the link you need, open it in your BitTorrent client. This will download the image. After this is done, we recommend that you leave your BitTorrent client open so you can seed this image for other people, which helps reduce bandwidth costs even further by decentralizing the download location for other users. Downloading the image via zsync ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zsync is a convenient application that will automatically verify the checksum of the image once downloaded. The Lubuntu team uses this to download daily images as it will seamlessly download the delta or difference since the last image was spun. In order to use zsync, you need to install it. Since this is a Linux-only client, you can get it from your distribution's package repository. If you are running Debian, Ubuntu, or a distribution based off of either, run the following command in a terminal: .. code:: sudo apt install zsync Otherwise, there is a snap application you can download of zsync which should function mostly the same and should work on all Linux distributions: .. code:: sudo snap install zsync To download the image using zsync run .. code:: zsync http://cdimage.ubuntu.com/lubuntu/releases/lunar/release/lubuntu-23.04-desktop-amd64.iso.zsync **You have now downloaded the image successfully. Please continue to Chapter 1.2.**