2、apt-get update只是更新了apt的资源列表,没有真正的对系统执行更新。如果需要,要使用apt-get upgrade来更新。
hint,命中表示链接上这个网站 get获取表示有更新并且下载,ign忽略表示无更新或者更新无关紧要或者不需要,bi如某些插件系统已经有了或者语言翻译包
a打印时离型膜脱胶 When printing leaves the membrane degum[translate] aI wanted to use my life there for how are you? 我想为你好吗?使用我的生活那里[translate] ayou may want to run apt-get update to correct these problems 您可以想要跑易于得到更新改正这些问题[translate]...
[translate] a对不起我刚来这里,对这里的一切都不熟悉 Was unfair to me just to come here, was not familiar to here all [translate] aYou may want to run apt-get update to correct these problems 您可以想要跑易于得到更新改正这些问题 [translate] ...
The following packages have unmet dependencies:下列软件包具有未满足的依赖关系在终端输入:sudo apt-get -f命令(修复受损软件包)再安装试试:sudo apt-get install vim。如果不行的话先更新一下:sudo apt-get updatesudo apt-get dist-upgrade ...
求翻译:you may to run apt-get update to correct these probiems是什么意思?待解决 悬赏分:1 - 离问题结束还有 you may to run apt-get update to correct these probiems问题补充:匿名 2013-05-23 12:21:38 null 匿名 2013-05-23 12:23:18 您可能要运行apt-get update来解决这些probiems 匿...
在脚本中,我们看到apt-get update -qq >/dev/null和apt-get -qq -y install apache2 >/dev/null这两行命令。其中,第一个命令用于更新系统中的软件包列表。使用-qq参数,它将以安静模式进行更新,输出将会被重定向至/dev/null,确保没有任何输出显示在终端上。第二个命令则是安装Apache服务器...
在您提到的bash脚本中,`apt-get update -qq > /dev/null`表示更新软件包列表,同时关闭标准输出,这意味着更新操作将不会在控制台上显示任何日志信息。`apt-get -qq -y install apache2 > /dev/null`则表示安装Apache服务器,同样采取安静模式,不会输出任何安装过程中的信息。这样设计的目的是...
sudo apt-get update #更新源 sudo apt-get upgrade #更新已安装的包 sudo apt-get dist-upgrade # 升级系统 sudo apt-get dselect-upgrade #使用 dselect 升级 apt-cache depends #(package 了解使用依赖)apt-cache rdepends #(package 了解某个具体的依赖?#当是查看该包被哪些包依赖吧...)sudo ...