UPD 2020.2.26 Currently Ubuntu 20.04 LTS has not been released yet, the tutorial is only applicable to the development branch (but this tutorial should be universal) Graphical interface operation - suitable for desktop version Click on the upper right corner of the desktop to open the menu and click on the Settings option. Pull down the right side of the settings option to find "About" and click Software Updates. In the software and update interface, you can see "Download from", which we can modify. It is recommended to choose Finally, when you exit the software and update interface, you will be prompted to update the software list information. Just click Reload. Terminal Operation - Applicable to Server & Desktop versions First we need to back up the original software source files (to prevent mistakes), and then delete sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak Use your favorite text editor to open deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal main restricted deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-updates main restricted deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal universe deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-updates universe deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal multiverse deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-updates multiverse deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-backports main restricted universe multiverse deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-security main restricted deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-security universe deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-security multiverse Refresh software source information: sudo apt update Update the software and you can feel the speed improvement after changing the domestic source: sudo apt upgrade postscript The article has not been updated yet (after all, In addition, it is not recommended to update This is the end of this article about how to implement Ubuntu 20.04 apt to replace the domestic source. For more relevant Ubuntu 20.04 apt to replace the domestic source content, please search 123WORDPRESS.COM’s previous articles or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: mysql8 Common Table Expression CTE usage example analysis
>>: WeChat applet implements sorting function based on date and time
First, there is only one change event. changeleve...
Preface A Docker image consists of a Dockerfile a...
Assume there are two Linux servers A and B, and w...
nginx is our most commonly used server, often use...
1. Server environment configuration: 1. Check dis...
Preface: As far as I know, currently CSS can only...
Friends who have used the Linux system must have ...
question: I have a form in Vue for uploading blog...
Load one or more features <template> <di...
Log in to MySQL first shell> mysql --user=root...
Simple implementation of Mysql add, delete, modif...
Table of contents Method 1: set: It is not a data...
Because frameset and body are on the same level, y...
Preface In JavaScript, this is the function calli...
This article shares the specific code of JavaScri...