Ubuntu Server 18.04.1 使用

Posted lime2019

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu Server 18.04.1 使用相关的知识,希望对你有一定的参考价值。

系统常用命令

# 备份系统自带的源
sudo cp /etc/apt/sources.list /etc/apt/sources.list.back
# 编辑sources.list文件
sudo vim /etc/apt/sources.list
# 使用清华Ubuntu镜像源
...
# 更新
sudo apt-get update

相关软件安装

相关Ubuntu镜像源

清华Ubuntu镜像源

清华大学开源软件镜像站:Ubuntu 镜像使用帮助

# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted universe multiverse

# 预发布软件源,不建议启用
# deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse

以上是关于Ubuntu Server 18.04.1 使用的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu Server 18.04.1 Docker使用

Ubuntu Server 18.04.1 Docker使用

Ubuntu-18.04.1-live-server-amd64.iso安装全过程

Ubuntu Server 18.04 LTS 安装

ubuntu-18.04.1-desktop-amd64.iso在安装完后可以删除吗

Ubuntu 18.04.1 LTS 安装MySQL