一些Ubuntu配置和更新命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了一些Ubuntu配置和更新命令相关的知识,希望对你有一定的参考价值。

  1. ### reconfigure an installed program
  2. dpkg-reconfigure <name>
  3.  
  4. ### reconfigure console setting
  5. dpkg-reconfigure console-data
  6.  
  7. ### reconfigure the whole system
  8. dpkg-reconfigure -a
  9.  
  10. ### setting up timezone
  11. tzconfig
  12.  
  13. ### update apt-get source list
  14. apt-get update
  15.  
  16. ### install a package (one can also use aptitude)
  17. apt-get install <name>
  18.  
  19. ### upgrade the whole system
  20. apt-get dist-upgrade

以上是关于一些Ubuntu配置和更新命令的主要内容,如果未能解决你的问题,请参考以下文章

[博客更新]Ubuntu用命令行添加并配置新的网络适配器

Ubuntu 网络设置

命令行修改ubuntu镜像源

WSL下的Ubuntu 18.04LTS配置软件源和系统更新

如何更新/替换ubuntu16.04内核

Ubuntu下配置Pyspider环境