安裝軟體 apt-get install softname1 softname2 softname3……
解除安裝軟體 apt-get remove softname1 softname2 softname3……
解除安裝並清除配置 apt-get remove --purge softname1
更新軟體資訊資料庫 apt-get update
進行系統公升級 apt-get upgrade
搜尋軟體包 apt-cache search softname1 softname2 softname3……
softname是要進行操作的軟體名稱
安裝deb軟體包 dpkg -i ***.deb
刪除軟體包 dpkg -r ***.deb
連同配置檔案一起刪除 dpkg -r --purge ***.deb
檢視軟體包資訊 dpkg -info ***.deb
檢視檔案拷貝詳情 dpkg -l ***.deb
檢視系統中已安裝軟體包資訊 dpkg -l
重新配置軟體包 dpkg-reconfigure ***
Ubuntu 終端下常用命令
ctrl l 清屏 ctrl c 終止命令 ctrl d 退出 shell,好像也可以表示eof ctrl z 將當前程序置於後台,fg還原。ctrl r 從命令歷史中找 ctrl a 游標移到行首 ctrl e 游標移到行尾 ctrl u 清除游標到行首的字元 ctrl w 清除游標之前乙個單詞 ...
Ubuntu 終端下常用命令
ctrl l 清屏 ctrl c 終止命令 ctrl d 退出 shell,好像也可以表示eof ctrl z 將當前程序置於後台,fg還原。ctrl r 從命令歷史中找 ctrl a 游標移到行首 ctrl e 游標移到行尾 ctrl u 清除游標到行首的字元 ctrl w 清除游標之前乙個單詞 ...
ubuntu終端下快捷鍵 字型放大縮小
1.快捷鍵 ctrl 字型縮小 ctrl 有的電腦是 ctrl shift 三個鍵同時按下 字型放大 ctrl 0 恢復正常模式 2.終端設定 4.其他快捷鍵 功能tab 自動補全 ctrl a 游標移動到開始位置 ctrl e 游標移動到最末尾 ctrl k 刪除此處至末尾的所有內容 ctrl u...