APT 常用功能

2022-03-24 08:08:30 字數 513 閱讀 3608

apt-get install package 安裝包

apt-get reinstall package 重新安裝包

apt-get upgrade 更新已安裝的包

#apt-get update //更新軟體列表

#apt-get check //檢查依賴性

apt-cache rdepends package 是檢視該包被哪些包依賴

apt-cache depends package 了解使用依賴

apt-get clean && apt-get autoclean 清理無用的包

apt-cache show package 獲取包的相關資訊,如說明、大小、版本等

apt-get remove package 刪除包

apt-get purge package 刪除包,包括刪除配置檔案等

#apt-config dump //顯示目前的配置資訊。

#apt-cache search iftop // 搜尋包

SAP常用功能

1 sap外觀 幫助圖示右側的按鈕是customizing of local layout 定製本地布局 按鈕,可以用它來變更sap gui顯示介面的風格。2 sap導航 1 在sap print list視窗裡,如果不想在保持期內儲存系統假離線請求,在print screen list 列印頁面列...

IOS 常用功能

對xib檔案的處理 xib的載入可以通過 nsbundle maibundle loadnibnamed nsstring str owner nsstring temp dic nsdictionary dic 載入 xib的fileowner檔案。然後通過下標得到sub 如果要獲取xib中固定的...

PHP常用功能

1 字串 主要方法有 strops substr str split explode 等,更多方法檢視php官方手冊 字串的方法 strpos substr print r explode str sun of beach 獲取子字串在當前字串的索引位置 echo strpos str,ea 字串的...