Raspberry Pi Imager
Raspberry Pi imaging utility
Raspberry Pi Imager downloads a .JSON file from the Raspberry Pi website with a list of all current download options, ensuring you are always installing the most up-to-date version.
Once you’ve selected an operating system from the available options, the utility reads the relevant file directly from the Raspberry Pi website and writes it straight to the SD card. This speeds up the process quite considerably compared to the standard process of reading it from the website, writing it to a file on your hard drive, and then, as a separate step, reading it back from the hard drive and writing it to the SD card.
During this process, Raspberry Pi Imager also caches the downloaded operating system image – that is to say, it saves a local copy on your computer, so you can program additional SD cards without having to download the file again.
Graphical utility user-interface to write (optionally compressed) disk images (from local files or remote hosts) to removable storage. Primarily intended for use with OS images for the Raspberry Pi.
How to install Raspberry Pi Imager in Ubuntu
If you are on a supported distro, you can install the application through software center by clicking the below link.
If the above link not working, run the below command in terminal to install rpi-imager in Ubuntu
sudo apt install rpi-imager
Raspberry Pi Imager Screenshots