Difference between revisions of "How to change Raspbian Repository"

From Geekworm Wiki
Jump to navigation Jump to search
 
Line 8: Line 8:
 
  sudo nano /etc/apt/sources.list
 
  sudo nano /etc/apt/sources.list
  
 
+
sudo apt-get update
 
[[Category:Knowledge]]
 
[[Category:Knowledge]]

Latest revision as of 19:42, 12 May 2021

View Raspbian Repository list to select url you want:

Raspbian Repository list: https://www.raspbian.org/RaspbianMirrors

Run the foloowing command to edit sources.list file:

sudo nano /etc/apt/sources.list
sudo apt-get update