随笔分类 -  操作系统通识

摘要:概述 ubuntu 自带的终端无法选中即复制,所以想要换一个终端。网上介绍terminator比较好用,装来试试。 安装 sudo add-apt-repository ppa:gnome-terminator sudo apt update sudo apt install terminator 阅读全文
posted @ 2022-06-07 23:51 whilewell 阅读(406) 评论(0) 推荐(0) 编辑
摘要:软件安装和卸载 卸载 完整卸载 sudo apt-get --purge remove xxx 软件多版本管理 以下为java版本切换 gerrit2@wsk:~/gerrit$ sudo update-alternatives --config java [sudo] password for g 阅读全文
posted @ 2021-11-24 00:08 whilewell 阅读(34) 评论(0) 推荐(0) 编辑
摘要:安装源 阿里源网址: https://opsx.alibaba.com/mirror 清华大学源网址: https://mirrors.tuna.tsinghua.edu.cn/ 163源网址 http://mirrors.163.com/ 清华源 # 默认注释了源码镜像以提高 apt update 阅读全文
posted @ 2021-11-21 20:07 whilewell 阅读(389) 评论(0) 推荐(0) 编辑
摘要:概述 dpkg是Debian软件包管理器的基础,它被伊恩·默多克创建于1993年。dpkg与RPM十分相似,同样被用于安装、卸载和供给和.deb软件包相关的信息。 dpkg本身是一个底层的工具。上层的工具,像是APT,被用于从远程获取软件包以及处理复杂的软件包关系。 “dpkg”是“Debian P 阅读全文
posted @ 2021-11-20 12:23 whilewell 阅读(454) 评论(0) 推荐(0) 编辑
摘要:概述 应用场景 安装/卸载软件 常用命令 add-apt-repository 命令 add-apt-repository将PPA添加到您的源列表中,以便Ubuntu知道从该PPA以及官方Ubuntu源中查找更新.通常,这用于允许开发人员比官方Ubuntu存储库中的更快地提供更新。增加源后,需要更新 阅读全文
posted @ 2021-11-19 21:56 whilewell 阅读(125) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示