Questions tagged «yum»

在基于RPM的系统上安装,更新和删除软件包的软件包管理器。yum代表Yellowdog Updater,Modified。

2
我如何告诉百胜不要自行删除?
当我运行此命令 $ sudo yum erase git make gcc g++ zlib1g-dev libssl-dev wget subversion file python apt-utils binfmt-support vim apt-file xz-utils sudo subversion zlib1g-dev gawk flex unzip bzip2 gettext build-essential libncurses5-dev libncursesw5-dev libssl-dev binutils cpp psmisc docbook-to-man gcc-multilib g++-multilib 我收到此错误: Error: Trying to remove "systemd", which is protected Error: Trying to …
linux  centos  yum 

1
如何检查使用yum历史记录更新了哪些软件包?
好,让我们做一个小实验:在全新安装的CentOS上,当我输入时yum history list,输出为: [user@machine ~]# yum history list Loaded plugins: security ID | Login user | Date and time | Action(s) | Altered ------------------------------------------------------------------------------- 8 | root <root> | 2017-03-02 09:42 | I, U | 28 7 | root <root> | 2017-03-02 09:41 | I, U | 8 6 | …
linux  centos  yum 

0
如何在Centos 6.3中更改登录屏幕背景
我想在Centos 6.3中更改默认的登录屏幕背景/主题。INSTALL我下载的主题中的文件夹显示: Use 'gdmsetup' to install. 但这gdmsetup不是公认的命令。我安装了最新的EPEL存储库,并尝试了一个yum install gdmsetup无效的存储库。 我做到了 yum list *gdm*,我得到了: [root@localhost BlueSwirl]# yum list *gdm* Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: mirrors.syringanetworks.net * epel: mirror.itc.virginia.edu * extras: centos.aol.com * updates: mirror.symnds.com Installed Packages gdm.x86_64 1:2.30.4-33.el6_3.2 @updates gdm-libs.x86_64 1:2.30.4-33.el6_3.2 @updates gdm-plugin-fingerprint.x86_64 …
centos  gnome  yum  gdm 

2
卸载php时防止卸载phpmyadmin
我有一个centos 6服务器,我想将我的PHP版本从5.4升级到5.5,但据我所知,我需要首先卸载5.4版本(大多数指南至少这样说),当我输入 yum remove php-common 虽然它说会删除squirrelmail和phpMyAdmin。 我不希望这种情况发生,有什么办法可以阻止它吗?
-1 php  uninstall  yum  centos-6 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.