Ubuntu 配置

简介: Ubuntu 配置

Ubuntu 配置


配置下载源

  1. 备份原始源文件source.list
    打开终端,执行命令:sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak

  2. 输入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文件夹要压缩才可以传

安装搜狗输入法

  1. 添加语言支持
    打开终端,输入: sudo apt install fcitx 会叫你输入密码,输入密码但不回显


    出现上图,打开设置




  2. 输入密码,认证 ,打开终端,输入 sudo reboot,输入密码
  3. 更新源 sudo apt update
  4. 设置fcitx开机自启动
    在终端执行sudo cp /usr/share/applications/fcitx.desktop /etc/xdg/autostart/
  5. 卸载系统ibus输入法框架
    在终端执行 sudo apt purge ibus
  1. 下载安装包

https://shurufa.sogou.com/linux

把安装包传到 Ubuntu里

  1. 安装

7. 安装输入法依赖

在终端执行

sudo apt install libqt5qml5 libqt5quick5 libqt5quickwidgets5 qml-module-qtquick2

sudo apt install libgsettings-qt1

重启电脑、调出输入法

目录
相关文章
|
5月前
|
Ubuntu
Ubuntu配置Udev规则固定设备口
本文介绍了如何在Ubuntu系统中通过配置udev规则来固定设备的端口,详细说明了如何查看设备信息、创建udev规则文件、设置设备权限,并加载及重启udev规则以应用更改。
335 0
Ubuntu配置Udev规则固定设备口
|
2月前
|
Ubuntu Shell 开发工具
ubuntu/debian shell 脚本自动配置 gitea git 仓库
这是一个自动配置 Gitea Git 仓库的 Shell 脚本,支持 Ubuntu 20+ 和 Debian 12+ 系统。脚本会创建必要的目录、下载并安装 Gitea,创建 Gitea 用户和服务,确保 Gitea 在系统启动时自动运行。用户可以选择从官方或小绿叶技术博客下载安装包。
89 2
|
3月前
|
网络协议 Ubuntu 网络安全
|
3月前
|
消息中间件 监控 Ubuntu
大数据-54 Kafka 安装配置 环境变量配置 启动服务 Ubuntu配置 ZooKeeper
大数据-54 Kafka 安装配置 环境变量配置 启动服务 Ubuntu配置 ZooKeeper
121 3
大数据-54 Kafka 安装配置 环境变量配置 启动服务 Ubuntu配置 ZooKeeper
|
3月前
|
资源调度
Ubuntu22.04静态ip配置+yarn build后显示内存超限,变异失败
Ubuntu22.04静态ip配置+yarn build后显示内存超限,变异失败
55 2
Ubuntu22.04静态ip配置+yarn build后显示内存超限,变异失败
|
3月前
|
Ubuntu Linux 编译器
Linux/Ubuntu下使用VS Code配置C/C++项目环境调用OpenCV
通过以上步骤,您已经成功在Ubuntu系统下的VS Code中配置了C/C++项目环境,并能够调用OpenCV库进行开发。请确保每一步都按照您的系统实际情况进行适当调整。
859 3
|
4月前
|
Ubuntu 网络安全 开发工具
Ubuntu19.04的安装过程详解以及操作系统初始化配置
本文详细介绍了Ubuntu 19.04操作系统的安装过程、初始化配置、网络设置、软件源配置、SSH远程登录以及终端显示设置。
155 1
Ubuntu19.04的安装过程详解以及操作系统初始化配置
|
4月前
|
存储 Prometheus 监控
在Ubuntu系统上安装与配置Prometheus的步骤
通过以上步骤,您应该已经成功在Ubuntu系统上安装并配置了Prometheus。您现在可以开始使用Prometheus收集和分析您的系统和应用程序的指标数据了。
327 1
|
3月前
|
Ubuntu 网络协议 Linux
liunx各大发行版(centos,rocky,ubuntu,国产麒麟kylinos)网卡配置和包管理方面的区别
liunx各大发行版(centos,rocky,ubuntu,国产麒麟kylinos)网卡配置和包管理方面的区别
160 0
|
4月前
|
Ubuntu Oracle 关系型数据库
Oracle VM VirtualBox之Ubuntu 22.04LTS双网卡网络模式配置
这篇文章是关于如何在Oracle VM VirtualBox中配置Ubuntu 22.04LTS虚拟机双网卡网络模式的详细指南,包括VirtualBox网络概述、双网卡网络模式的配置步骤以及Ubuntu系统网络配置。
472 3