When using apt-get to install, it will be very slow. After changing the domestic source, this problem can be solved. 1. Back up the sources.list file sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak 2. Open the sources.list file sudo gedit /etc/apt/sources.list 3. Delete the original content and add the following content
Both sources can be used. I have tried both and feel that the Alibaba Cloud source is faster. 4. Update After saving the sources.list file you need to update apt-get. sudo apt-get update After the update is complete, you can use it normally. This is the end of this article about changing the apt-get source in Ubuntu 18.04. For more information about changing the apt-get source in Ubuntu 18.04, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Detailed example of using case statement in MySQL stored procedure
>>: Vue uses el-tree lazy loading to implement the add, delete, modify and query functions
Preface Execute the show create table <tablena...
Table of contents Preface How to switch between m...
When you start working on a project, it’s importa...
1. Download https://dev.mysql.com/downloads/mysql...
Preface In WeChat applet, you can use globalData ...
1. Docker pull pulls the image When using $ docke...
Table of contents Lifecycle Functions Common life...
I just installed Ubuntu and there was no network ...
This article mainly introduces the analysis of th...
The default time type (datetime and timestamp) in...
<br />The information on web pages is mainly...
Table of contents 1. Timer monitoring 2. Event mo...
The RHEL/CentOS series of Linux operating systems...
I just started learning database operations. Toda...
Table of contents 1. Gojs Implementation 1. Drawi...