美文网首页
Ubuntu18.0.4折腾日记(一)|小知识总结

Ubuntu18.0.4折腾日记(一)|小知识总结

作者: Ricsy | 来源:发表于2019-01-08 18:17 被阅读25次


特殊文件/文件夹

  • /etc/profile
    cp /etc/profile /etc/profile.bak
    gedit /etc/profile
    环境变量设置

参阅:Linux /etc/profile文件详解及修改后如何立即生效(使用source命令)

  • /etc/apt/sources.list
    cp /etc/apt/sources.list /etc/apt/sources.list.bak
    gedit /etc/apt/sources.list
    软件源内容

参阅:

  1. 模板:18.04source
  2. 最新阿里云软件源Ubuntu 18.04源
  3. ubuntu 18.04(bionic)配置opsx安装源

常用软件安装

  • 更新源
    apt update

  • 更新软件
    apt upgrade

  • git安装
    apt install git -y

  • Vim安装
    sudo apt-get install vim-gtk -y

下一篇
如何使用VM安装Ubuntu

更新中......


相关文章

网友评论

      本文标题:Ubuntu18.0.4折腾日记(一)|小知识总结

      本文链接:https://www.haomeiwen.com/subject/htmbrqtx.html