倉庫、庫管、選單
/etc/yum.repos.d/*.repo
[base] #倉庫描述
name #倉庫名字
mirrorlist #倉庫映象路徑
baseurl= #倉庫 url路徑
enabled= #倉庫是否使用
gpgcheck= #金鑰檢測,1表示開啟,0表示關閉
sed -i 's/gpgcheck=0/gpgcheck=0/g' /etc/yum.repos.d/centos-base.repo
要更新安裝庫,可以參考國內映象源安裝
阿里雲
yum常用命令
yum list 列表
search 搜尋
install 安裝
yum install -y net-tools install -y 安裝過程一直點 y
remove 解除安裝
yum grouplist
groupinstall
groupremove
yum update #更新
mac軟體安裝工具HomeBrew
開啟終端直接輸入下面指令回車 ruby e curl fssl 注意 如果當前的使用者是管理員,需要對許可權進行許可,在執行上面的指令前先執行 sudo chmod r g w usr local 3.在1中指令回車後會提示 press return to continue or any other...
opensuse軟體安裝工具及用法
工具介紹 rpm工具不再介紹 cli圖形化工具 yast cli直接輸入 yast2 需要在gui環境 命令列工具 zypper 用法介紹 配置軟體倉庫 目錄 etc zypp repos.d 別名 name 倉庫名 enabled 1 啟動倉庫 autorefresh 0 不自動重新整理 base...
Ubuntu安裝工具篇
1.1 選擇安裝 重新安裝vmware tools 1.3 進入安裝包目錄 1.4 解壓安裝包 指令 tar zxvf vmwaretools 10.2.5 8068393.tar.gz 如果報以下錯誤 chmod changing permissions of vmwaretools 10.2.5...