Linux中國
uCareSystem:Ubuntu/Linux Mint 的一體化系統更新和維護工具
uCareSystem Core 是一種能夠自動執行基本的系統維護活動的輕型實用程序,另一方面它可以通過多種方式減少系統管理員的任務,節省大量時間。它沒有任何 GUI,並提供純粹的命令行界面來執行活動。
Ubuntu 中有幾種實用程序來執行系統維護活動。每種工具有它們相應的獨特功能和設計。你可以添加一個 cron 任務來自動化這些任務。
uCareSystem Core 會自動刷新發行版倉庫、更新可用包列表、卸載包(過期包、孤兒包和舊的 Linux 內核)以及清理取回的包來節省系統磁碟空間。
- 建議閱讀:Stacer - Linux 系統優化器及監控工具
- 建議閱讀:BleachBit – 快速及最佳的方式清理你的 Linux 系統
- 建議閱讀:用 Ubuntu Cleaner 在 Ubuntu/LinuxMint 中釋放一些空間
uCareSystem Core 功能
- 更新包列表(它將刷新包索引)
- 下載及安裝更新
- 更新包及系統庫到最新版本
- 移除不需要的、過期的和孤兒包。
- 移除舊內核(它為了安全保留當前和之前一個內核)
- 移除不需要的配置文件
- 清理已下載的臨時包
在 Ubuntu/LinuxMint 中安裝 uCareSystem Core
因為開發者提供了自己的 PPA,因此我們可以輕易地通過 PPA 在 Ubuntu/LinuxMint 中安裝 uCareSystem Core。
$ sudo add-apt-repository ppa:utappia/stable
$ sudo apt update
$ sudo apt install ucaresystem-core
我們已經成功安裝了 uCareSystem Core
包,並且在執行 CareSystem Core 命令之前要了解它是否會節省磁碟空間,使用 df -h
命令檢查當前磁碟利用率。
$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 979M 0 979M 0% /dev
tmpfs 200M 6.4M 194M 4% /run
/dev/sda1 38G 19G 17G 54% /
tmpfs 999M 216K 999M 1% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 999M 0 999M 0% /sys/fs/cgroup
tmpfs 200M 112K 200M 1% /run/user/1000
只需在終端中運行 ucaresystem-core
命令,在結束之前它會自動執行而不需要人類交互。
$ sudo ucaresystem-core
_______________________________________________________
uCareSystem Core v3.0
~ '' ~
Welcome to all-in-one System Update and maintenance
assistant app.
This simple script will automatically
refresh your packagelist, download and
install updates (if there are any), remove any old
kernels, obsolete packages and configuration files
to free up disk space, without any need of user
interference.
_______________________________________________________
uCareSystem Core will start in 5 seconds...
#########################
Started
#########################
Ign:1 https://wire-app.wire.com/linux/debian stable InRelease
Hit:2 https://wire-app.wire.com/linux/debian stable Release
Hit:4 https://deb.nodesource.com/node_6.x yakkety InRelease
Hit:5 https://repo.skype.com/deb stable InRelease
Hit:6 http://in.archive.ubuntu.com/ubuntu yakkety InRelease
Hit:7 http://archive.canonical.com/ubuntu yakkety InRelease
.
.
.
Removing linux-image-extra-4.8.0-34-generic (4.8.0-34.36) ...
Purging configuration files for linux-image-extra-4.8.0-34-generic (4.8.0-34.36) ...
Removing linux-image-extra-4.8.0-32-generic (4.8.0-32.34) ...
Purging configuration files for linux-image-extra-4.8.0-32-generic (4.8.0-32.34) ...
#####################################
Finished removing unused config files
#####################################
Reading package lists... Done
Building dependency tree
Reading state information... Done
Del tilix 1.5.6-1~webupd8~yakkety1 [449 kB]
Del tilix-common 1.5.6-1~webupd8~yakkety1 [174 kB]
Del libfreetype6 2.6.3-3ubuntu1.2 [336 kB]
Del terminix 1.5.6-1~webupd8~yakkety1 [13.7 kB]
######################################
Cleaned downloaded temporary packages
######################################
#########################
Done
#########################
我可以看見它如預期那樣工作。同樣也可以發現大概在/
分區節省了 2GB
。
$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 979M 0 979M 0% /dev
tmpfs 200M 6.4M 194M 4% /run
/dev/sda1 38G 18G 19G 49% /
tmpfs 999M 216K 999M 1% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 999M 0 999M 0% /sys/fs/cgroup
tmpfs 200M 112K 200M 1% /run/user/1000
via: http://www.2daygeek.com/ucaresystem-system-update-and-maintenance-tool-for-ubuntu-linuxmint/
本文轉載來自 Linux 中國: https://github.com/Linux-CN/archive
對這篇文章感覺如何?
太棒了
0
不錯
0
愛死了
0
不太好
0
感覺很糟
0
More in:Linux中國
如何通過 VLC 使用字幕
使用 VLC 媒體播放器播放和管理字幕的新手指南。
Unix 桌面:在 Linux 問世之前
僅僅開源還不足以實現開放,還需開放標準和建立共識。
Valve 對於 Ubuntu 的 Snap 版本的 Steam 並不滿意:原因何在
你可能會發現,Snap 版本的 Steam 並不如你期待的那樣好,你怎麼看?
Wine 9.0 發布,實驗性地加入了 Wayland 驅動
Wine 的這個新版本正在為未來做好準備!