Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How does raspberry pie change the software installation source

2025-01-21 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces how to change the software installation source of raspberry pie, which has a certain reference value. Interested friends can refer to it. I hope you will gain a lot after reading this article.

1. Change the software installation source

First, we need to adjust the source of apt-get to a faster mirror source, the link to the official list of image sources: http://www.raspbian.org/RaspbianMirrors.

It is said that the sources of China University of Science and Technology and Huake are relatively fast. Then we can modify the mirror source by modifying the / etc/apt/sources.list file.

$sudo nano / etc/apt/sources.list

Comment out the old source and use the mirror source of China University of Science and Technology:

Deb http://mirrors.ustc.edu.cn/raspbian/raspbian/ jessie main contrib non-free rpideb-src http://mirrors.ustc.edu.cn/raspbian/raspbian/ jessie main contrib non-free rpi

Update the current system

$sudo apt-get update$ sudo apt-get upgrade$ sudo rpi-update

Restart the system

$sudo reboot

Install development tools

Sudo apt-get install build-essential git cmake pkg-config thank you for reading this article carefully. I hope the article "how to change the software installation source of raspberry pie" shared by the editor will be helpful to you. At the same time, I hope you will support us and follow the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report