Elementary OS 使用心得
快速、开源的 Windows / macOS 替代方案。 安装 VirtualBox Elementary OS 增加第三方软件包源 安装某些软件时需要增加第三方软件包源,如 elementary-tweaks 系统调整工具。使用 add-apt-repository 要先安装以下软件包: 12sudo apt-get install python-software-propertiessudo apt-get install software-properties-common 使用 gdebi 安装 deb 软件包 安装已编译二进制 deb 软件包时,要用到 gdebi 工具: 1sudo apt-get install gdebi 安装 fcitx 小企鹅输入法 安装软件包及配置工具: 123sudo apt-get install fcitx fcitx-config-gtk fcitx-pinyin sudo apt-get install fcitx-table-allsudo apt-get install im-config 此时请重启系统,再通过 i...
