Compare commits
27 Commits
Author | SHA1 | Date | |
---|---|---|---|
7003355ea2 | |||
79fb89957e | |||
2f294c82c1 | |||
1fdc6ecc91 | |||
f5621db456 | |||
ad6e22946a | |||
d931909130 | |||
fff0d4a865 | |||
d7e5588553 | |||
0e1dda4bee | |||
f7a7b2bdb5 | |||
c2dd7f6331 | |||
1d8b93c14f | |||
676d5a4a66 | |||
6bfe379c59 | |||
616758c8a2 | |||
14a54fb86c | |||
73d8740c4a | |||
bbee9e7992 | |||
a5d1c57093 | |||
5f0f1c44f9 | |||
|
477626a3a0 | ||
a76574b31f | |||
dda4969bad | |||
030e45e096 | |||
f834eeb9c9 | |||
dae0cab3bf |
@ -1,7 +1,9 @@
|
||||
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 24.04 is a Long Term Support release supported until 2027. Lubuntu 25.04 is supported until July 2026.
|
||||
|
||||
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 24.04 is a Long Term Support release supported until 2027. Lubuntu 25.04 is supported until January 2026.
|
||||
|
||||
|
||||
LTS vs. Regular Releases
|
||||
------------------------
|
||||
@ -41,14 +43,19 @@ To verify the image, run this from the command line:
|
||||
|
||||
.. code::
|
||||
|
||||
|
||||
sha256sum lubuntu-25.04-desktop-amd64.iso
|
||||
|
||||
|
||||
|
||||
and then carefully check that the output matches
|
||||
|
||||
.. code::
|
||||
|
||||
|
||||
da49827ab8bce6b78214d6fd44c4334a5194e5c87534906e4f272492de4fd14e *lubuntu-25.04-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 <https://en.wikipedia.org/wiki/BitTorrent>`_.
|
||||
@ -82,6 +89,8 @@ To download the image using zsync run
|
||||
|
||||
.. code::
|
||||
|
||||
|
||||
zsync https://cdimage.ubuntu.com/lubuntu/releases/25.04/release/lubuntu-25.04-desktop-amd64.iso.zsync
|
||||
|
||||
|
||||
**You have now downloaded the image successfully. Please continue to Chapter 1.2.**
|
||||
|
@ -108,8 +108,10 @@ Manual Partitioning
|
||||
.. Warning::
|
||||
Trying to use nonlinux filesystems such as NTFS or FAT as your root filesystem will result in a broken system.
|
||||
|
||||
|
||||
If you wish to manual set up partitions, as an advanced option you will have to choose which file-system you want. A file-system controls how your files are accessed at lower levels on the disk. If you are booting your computer in UEFI mode a more modern firmware compared to BIOS you will need to create an EFI system partition (see `efi system partition Wikipedia <https://en.wikipedia.org/wiki/EFI_System_partition>`_ for more detail). To create this partition you will need a FAT32 file-system with the ESP flag to be mounted at /boot/efi/ under the mount point. You will also need a root (/) file-system, several file-systems included for Lubuntu are Ext4, XFS, and Btrfs. Lubuntu 22.04 has bug with installing BTRFS and `This guide on Lubuntu discourse <https://discourse.lubuntu.me/t/getting-lubuntu-22-04-to-install-with-btrfs/3273/>`_
|
||||
|
||||
|
||||
.. image:: manpartitioning.png
|
||||
|
||||
.. Warning::
|
||||
|
@ -23,7 +23,8 @@ from the command line to stop crashes at document recovery.
|
||||
|
||||
If you are about to close a document without saving it in LibreOffice a dialog will popup asking :guilabel:`Save changes to document before closing?`. If you do not want to save what you were working on press the :guilabel:`Don't Save` button. To not quit LibreOffice press the :guilabel:`Cancel` button. To Save the document to not lose your work press the :guilabel:`Save` button.
|
||||
|
||||
On non-English Lubuntu 22.04 installations there is a bug with LibreOffice not being localized see `here <https://discourse.lubuntu.me/t/using-a-language-other-than-english-heres-how-to-get-libreoffice-in-your-language/3269/>`_ for a workaround.
|
||||
On non-English Lubuntu 22.04 installations there is a bug with Libreoffice not being localized see `here <https://discourse.lubuntu.me/t/using-a-language-other-than-english-heres-how-to-get-libreoffice-in-your-language/3269/>`_ for a workaround.
|
||||
|
||||
|
||||
Screenshot
|
||||
----------
|
||||
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 164 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 173 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 320 KiB |
@ -105,6 +105,7 @@ Launch lxqt-runner W-r
|
||||
|
||||
Open Panel Menu W
|
||||
|
||||
|
||||
============================= ========================
|
||||
|
||||
**Launch task manager on Ctrl + Alt + Del**
|
||||
|