Ubuntu 配置
配置下载源
- 备份原始源文件source.list
打开终端,执行命令:sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
- 输入
lsb_release -a
查勘车Ubuntu代号名称;
修改源文件sources.list
(1)终端执行命令:sudo chmod 777 /etc/apt/sources.list
更改文件权限使其可编辑;
(2)执行命令: sudo gedit /etc/apt/sources.list
打开文件进行编辑;
(3)删除原来的文件内容,复制下面的并保存(常用的是阿里源和清华源,推荐阿里源);
deb http://mirrors.aliyun.com/ubuntu/ jammy main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ jammy-security main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ jammy-updates main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ jammy-proposed main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ jammy-backports main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ jammy main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ jammy-security main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ jammy-updates main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ jammy-proposed main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ jammy-backports main restricted universe multiverse
3.更新源
终端执行命令: sudo apt update 。 更新软件列表,换源完成。update 是同步 /etc/apt/sources.list 和 /etc/apt/sources.list.d 中列出的源的索引,这样才能获取到最新的软件包。
复损坏的软件包,尝试卸载出错的包,重新安装正确版本的 sudo apt-get install -f
更新软件 sudo apt-get upgrade。 upgrade 是升级已安装的所有软件包,升级之后的版本就是本地索引里的,因此,在执行 upgrade 之前一定要执行 update, 这样才能是最新的。
添加共享文件夹
打卡终端
如果没有共享文件夹出现,可用此命令 sudo vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other 加载
此时Windows和Linux可以互通文件了
注意:Windows文件夹要压缩才可以传
安装搜狗输入法
- 添加语言支持
打开终端,输入:sudo apt install fcitx
会叫你输入密码,输入密码但不回显
出现上图,打开设置
输入密码,认证 ,打开终端,输入sudo reboot
,输入密码- 更新源
sudo apt update
- 设置fcitx开机自启动
在终端执行sudo cp /usr/share/applications/fcitx.desktop /etc/xdg/autostart/ - 卸载系统ibus输入法框架
在终端执行 sudo apt purge ibus
- 下载安装包
https://shurufa.sogou.com/linux
把安装包传到 Ubuntu里
- 安装
7. 安装输入法依赖
在终端执行
sudo apt install libqt5qml5 libqt5quick5 libqt5quickwidgets5 qml-module-qtquick2
sudo apt install libgsettings-qt1
重启电脑、调出输入法