How to Update Raspberry Pi to the Latest Version?

Users of this operating system always want to stay up to date and are constantly looking for ways to update the Raspberry Pi to the latest version . Although a miniature computer seems like a cliché that we only know from movies, the Raspberry Pi makes it possible thanks to its structure and upgrades.

Next, we explain step by step how to update Raspberry Pi to the latest version easily and quickly.

Index

  1. Tutorial to update to the latest version of Raspberry Pi
    1. Requirements to download and install updates
  2. Instructions for upgrading using Raspbian
  3. Update to the latest version your Raspberry Pi through Linux

Tutorial to update to the latest version of Raspberry Pi

When we talk about Raspbian, we refer to the operating system that this small computer has, based on the principles and commands of Linux .

It is characterized by being open source, so the user can design the content and development of the computer according to his wishes.

Requirements to download and install updates

  • The main thing, of course, is that one of the versions of the Raspberry Piincludes a microSD memory card with at least 4 GB of available space, although larger ones are preferable for data backup.
  • You also need to be near a power source with a micro-USB port and an HDMI cableto view the procedure on your TV.
  • The last requirement to update to the latest version of this card is to be connected to the Internet.

Instructions for upgrading using Raspbian

  1. To get started, access the command console as the main user of the board and enter the following line ” sudo apt-get -y update“. With this command you specify the request and update the content of the offers available for your board.
  2. Add the ” -y” to apply a ” yes ” as an automatic response to the update request.
  3. Once the content is updated, re-enter the command ” sudo apt-get -y update” and start updating the programs to the latest version.
  4. When you’re done, type ” uname -r” in the command prompt to check the installed kernel version number.
  5. Now you have to update your Raspberry Pi board to the latest version by entering the command ” sudo rpi-update“.
  6. The screen will automatically show you the access to GitHubto study the content available in the catalog and download/install the latest versions.

All this will be stored in your internal memory. When you’re done, just restart your computer to apply the downloaded changes .

Update to the latest version your Raspberry Pi through Linux

Another way to keep your board constantly up to date is to use the Linux terminal , either locally or directly attached to the desktop. Type the following lines with the following commands if you are connected to the Internet:

  1. It should start with the phrase ” sudo apt” followed by the command to ” Run “.
  2. It is important to enter ” upgrade” in the same order .
  3. Then ” dist-upgrade“.
  4. After « clean».
  5. Then ” reboot“.
  6. Finally, restart the computer to apply theinstalled changes.

In these two ways you can keep the latest versions of this board installed in order to enjoy and get the most out of the Raspberry Pi .

On the other hand, once you’ve managed to upgrade your Raspberry Pi computer, all you have to do is figure out how to install the operating system of your choice .

In conclusion, updating the Raspberry Pi to the latest version is possible as long as you follow the steps mentioned in this article.

 

by Abdullah Sam
I’m a teacher, researcher and writer. I write about study subjects to improve the learning of college and university students. I write top Quality study notes Mostly, Tech, Games, Education, And Solutions/Tips and Tricks. I am a person who helps students to acquire knowledge, competence or virtue.

Leave a Comment