uCareSystem Core 是一种能够自动执行基本的系统维护活动的轻型实用程序,另一方面它可以通过多种方式减少系统管理员的任务,节省大量时间。它没有任何 GUI,并提供纯粹的命令行界面来执行活动。
-- 2daygeek

本文导航
uCareSystem Core[1] 是一种能够自动执行基本的系统维护活动的轻型实用程序,另一方面它可以通过多种方式减少系统管理员的任务,节省大量时间。它没有任何 GUI,并提供纯粹的命令行界面来执行活动。
Ubuntu 中有几种实用程序来执行系统维护活动。每种工具有它们相应的独特功能和设计。你可以添加一个 cron 任务来自动化这些任务。
uCareSystem Core 会自动刷新发行版仓库、更新可用包列表、卸载包(过期包、孤儿包和旧的 Linux 内核)以及清理取回的包来节省系统磁盘空间。
uCareSystem Core 功能
  • 更新包列表(它将刷新包索引)
  • 下载及安装更新
  • 更新包及系统库到最新版本
  • 移除不需要的、过期的和孤儿包。
  • 移除旧内核(它为了安全保留当前和之前一个内核)
  • 移除不需要的配置文件
  • 清理已下载的临时包
在 Ubuntu/LinuxMint 中安装 uCareSystem Core
因为开发者提供了自己的 PPA,因此我们可以轻易地通过 PPA 在 Ubuntu/LinuxMint 中安装 uCareSystem Core。
  1. $ sudo add-apt-repository ppa:utappia/stable
  2. $ sudo apt update
  3. $ sudo apt install ucaresystem-core
我们已经成功安装了 uCareSystem Core 包,并且在执行 CareSystem Core 命令之前要了解它是否会节省磁盘空间,使用 df -h 命令检查当前磁盘利用率。
  1. $ df-h
  2. FilesystemSizeUsedAvailUse%Mounted on
  3. udev            979M0979M0%/dev
  4. tmpfs           200M6.4M194M4%/run
  5. /dev/sda1        38G19G17G54%/
  6. tmpfs           999M216K999M1%/dev/shm
  7. tmpfs           5.0M4.0K5.0M1%/run/lock
  8. tmpfs           999M0999M0%/sys/fs/cgroup
  9. tmpfs           200M112K200M1%/run/user/1000
只需在终端中运行 ucaresystem-core 命令,在结束之前它会自动执行而不需要人类交互。
  1. $ sudo ucaresystem-core
  2. _______________________________________________________
  3.            uCareSystem Core v3.0
  4. ~''~
  5. Welcome to all-in-one SystemUpdateand maintenance  
  6. assistant app.
  7. This simple script will automatically              
  8. refresh your packagelist, download and
  9. install updates (if there are any), remove any old    
  10. kernels, obsolete packages and configuration files    
  11. to free up disk space, without any need of user      
  12. interference.
  13. _______________________________________________________
  14. uCareSystem Core will start in5 seconds...
  15. #########################
  16. Started
  17. #########################
  18. Ign:1 https://wire-app.wire.com/linux/debian stable InRelease
  19. Hit:2 https://wire-app.wire.com/linux/debian stable Release
  20. Hit:4 https://deb.nodesource.com/node_6.x yakkety InRelease
  21. Hit:5 https://repo.skype.com/deb stable InRelease
  22. Hit:6 http://in.archive.ubuntu.com/ubuntu yakkety InRelease
  23. Hit:7 http://archive.canonical.com/ubuntu yakkety InRelease
  24. .
  25. .
  26. .
  27. Removing linux-image-extra-4.8.0-34-generic(4.8.0-34.36)...
  28. Purging configuration files for linux-image-extra-4.8.0-34-generic(4.8.0-34.36)...
  29. Removing linux-image-extra-4.8.0-32-generic(4.8.0-32.34)...
  30. Purging configuration files for linux-image-extra-4.8.0-32-generic(4.8.0-32.34)...
  31. #####################################
  32. Finished removing unused config files
  33. #####################################
  34. Readingpackage lists...Done
  35. Building dependency tree      
  36. Reading state information...Done
  37. Del tilix 1.5.6-1~webupd8~yakkety1 [449 kB]
  38. Del tilix-common 1.5.6-1~webupd8~yakkety1 [174 kB]
  39. Del libfreetype6 2.6.3-3ubuntu1.2[336 kB]
  40. Del terminix 1.5.6-1~webupd8~yakkety1 [13.7 kB]
  41. ######################################
  42. Cleaned downloaded temporary packages
  43. ######################################
  44. #########################
  45. Done
  46. #########################
我可以看见它如预期那样工作。同样也可以发现大概在/ 分区节省了 2GB
  1. $ df-h
  2. FilesystemSizeUsedAvailUse%Mounted on
  3. udev            979M0979M0%/dev
  4. tmpfs           200M6.4M194M4%/run
  5. /dev/sda1        38G18G19G49%/
  6. tmpfs           999M216K999M1%/dev/shm
  7. tmpfs           5.0M4.0K5.0M1%/run/lock
  8. tmpfs           999M0999M0%/sys/fs/cgroup
  9. tmpfs           200M112K200M1%/run/user/1000

via: http://www.2daygeek.com/ucaresystem-system-update-and-maintenance-tool-for-ubuntu-linuxmint/
作者:2DAYGEEK[5] 译者:geekpi 校对:wxy
本文由 LCTT 原创编译,Linux中国 荣誉推出
LCTT 译者
geekpi
共计翻译:480 篇
贡献时间:1136 天
推荐文章
< 左右滑动查看相关文章 >
点击图片、输入文章 ID 或识别二维码直达
继续阅读
阅读原文