1、ubuntu不要安装yum
ubuntu默认软件包管理器不是yum,而是dpkg,安装软件时用apt-get
sudo apt-get install name
2、修改ubuntu关闭UTC
1、先在ubuntu上更新时间
sudo apt-get install ntpdate
sudo ntpdate time.windows.com
2、写入硬件:
sudo hwclock --localtime --systohc
本文介绍了在Ubuntu系统中如何正确使用默认的软件包管理器dpkg和apt-get来安装软件,并提供了避免安装错误的提示。同时,文章还详细讲解了如何在Ubuntu系统中设置本地时间而非UTC时间的方法。
ubuntu默认软件包管理器不是yum,而是dpkg,安装软件时用apt-get
sudo apt-get install name
1、先在ubuntu上更新时间
sudo apt-get install ntpdate
sudo ntpdate time.windows.com
2、写入硬件:
sudo hwclock --localtime --systohc

被折叠的 条评论
为什么被折叠?