You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
manual/source/1/1.1/retrieving_the_image.rst

83 lines
5.8 KiB

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). If you have a 32 bit processor we unfortunately had to drop support but 18.04 LTS is still supported until 2021 for 32 bit. Lubuntu 20.04 is a Long Term Support release supported until 2023.
6 years ago
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 the **LXQt**. Lubuntu 20.04 is the First **Long Term Support** release which uses the more modern **LXQt** desktop environment.
6 years ago
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
---------------------------
6 years ago
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.
5 years ago
An easy download page which lists the HTTP and BitTorrent downloads is available `on the Lubuntu website's Downloads page <https://Lubuntu.me/downloads/>`_, however for zsync downloads, you need to visit `cdimage.ubuntu.com <http://cdimage.ubuntu.com/lubuntu/>`_, which has the files listed.
6 years ago
Below you can find more detailed notes on each download method.
5 years ago
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.*
6 years ago
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 <https://help.ubuntu.com/community/VerifyIsoHowto>`_ that can guide you in the right direction.
4 years ago
.. 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-20.04-desktop-amd64.iso
and then carefully check that the output matches cc18a581d2e4d86f3f29ef44c12a0c42b54cde93db9fc5f7c3f10db1aff3fa9a \*lubuntu-20.04-desktop-amd64.iso
5 years ago
Downloading the image via BitTorrent
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6 years ago
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 <https://en.wikipedia.org/wiki/BitTorrent>`_.
In order to torrent the file, you need a BitTorrent client. We recommend `Transmission <https://transmissionbt.com/>`_, an Open Source BitTorrent client. Since Transmission only provides clients for Linux and macOS, we recommend `qbittorrent <https://www.qbittorrent.org/download.php>`_ for Windows users.
The BitTorrent links can be found on our Downloads page or `cdimage.ubuntu.com`_, both linked above.
6 years ago
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.
5 years ago
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.
6 years ago
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
6 years ago
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::
6 years ago
sudo snap install zsync
To download the image using zsync run
.. code::
zsync http://cdimage.ubuntu.com/lubuntu/releases/focal/release/lubuntu-20.04-desktop-amd64.iso.zsync
**You have now downloaded the image successfully. Please continue to Chapter 1.2.**