1. 配置安装源

因为默认是使用Ubuntu官方服务器,国内电脑使用外国服务器较慢,所以需使用国内的服务器(以下清华大学服务器为例)。

方法一:

Linux --- Ubuntu16.04.5 LTS 虚拟机安装后的软件安装基础操作总结 Linux 第1张

SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。

Linux --- Ubuntu16.04.5 LTS 虚拟机安装后的软件安装基础操作总结 Linux 第2张

Linux --- Ubuntu16.04.5 LTS 虚拟机安装后的软件安装基础操作总结 Linux 第3张

Linux --- Ubuntu16.04.5 LTS 虚拟机安装后的软件安装基础操作总结 Linux 第4张

Linux --- Ubuntu16.04.5 LTS 虚拟机安装后的软件安装基础操作总结 Linux 第5张

(此过程很慢,实在不动就取消吧,加载一部分也够用,以后要用在去把源写入文件)

方法二:

1.清华大学开源软件镜像站官网复制源列表

Linux --- Ubuntu16.04.5 LTS 虚拟机安装后的软件安装基础操作总结 Linux 第6张

2.打开终端输入:

sudo cp /etc/apt/source.list /etc/apt/source.list.bash
sudo gedit /etc/apt/source.list

3.把复制的源列表粘贴到文件中,保存
4.终端输入: sudo apt-get update
5.等待...(时间不短)

附:16.04LTS 软件源文件

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

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

2. 安装搜狗输入法

1.加入ubuntu kylin的apt源

sudo gedit /etc/apt/sources.list.d/ubuntukylin.list

2.不论文件是否为空,加入下面一行:

deb http://archive.ubuntukylin.com:10006/ubuntukylin trusty main

3.更新,安装

sudo apt-get update
sudo apt-get install sogoupinyin 这条命令会自动把fcitx的依赖安装上。(如果之前没有安装)

4.配置

Linux --- Ubuntu16.04.5 LTS 虚拟机安装后的软件安装基础操作总结 Linux 第7张

Linux --- Ubuntu16.04.5 LTS 虚拟机安装后的软件安装基础操作总结 Linux 第8张

(有个提示,此时最好点击 remind me later,要不然会下载很长时间)

Linux --- Ubuntu16.04.5 LTS 虚拟机安装后的软件安装基础操作总结 Linux 第9张

重启或注销,桌面右上角会出现 Linux --- Ubuntu16.04.5 LTS 虚拟机安装后的软件安装基础操作总结 Linux 第10张

选择Input Method选项卡,然后点击左下角加号,弹出的选项卡中取消勾选”Only Show Current Language”选项,搜索”sogou”定位到搜狗拼音输入法,确定。

3. 安装网易云音乐客户端

1.官网下载deb包

Linux --- Ubuntu16.04.5 LTS 虚拟机安装后的软件安装基础操作总结 Linux 第11张

2.终端里cd到deb包的下载目录
3.安装

sudo dpkg -i netease-cloud-music_1.0.0_amd64_ubuntu16.04.deb

如果出现依赖性错误,解决下依赖问题,然后重新走一遍安装

sudo apt-get -f install

4.运行: sudo netease-cloud-music

扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄