搜索
首页系统教程LINUX如何使用Ubuntu Cleaner清理Ubuntu中的垃圾文件

One thing we often overlook in our Ubuntu system is regular cleanup of junk files. Sooner or later, we find our hard disk is running out of space. There are several ways to clean up these unnecessary files and old kernels. Although we can manually delete them, there are handy applications available to simplify this task. We have previously covered how to effectively remove old kernels using the purge-old-kernels utility. In this tutorial, we'll explore how to clean up junk files in Ubuntu and its derivatives such as Linux Mint, Elementary OS, and Pop OS, using Ubuntu Cleaner.

Table of Contents

What is Ubuntu Cleaner?

Ubuntu Cleaner is a tool that helps you to clean up your Ubuntu or derivative system by removing old kernels, package configurations, and other unnecessary files to free up space. It is often used as an alternative to the now discontinued Ubuntu Tweak application.

Ubuntu Cleaner is a fork of the 'Computer Janitor' module from the long-discontinued Ubuntu Tweak utility. As you may already know, Ubuntu Tweak was discontinued years ago and is no longer under development. The developer of Ubuntu Cleaner took the Computer Janitor module from Ubuntu Tweak, refurbished it, and released it under a new name: Ubuntu Cleaner. It is entirely free to use and is released under the GPLv3 license.

Features

Key features of Ubuntu Cleaner include:

  1. Removal of unneeded packages or old kernels.
  2. Cleaning up of cache from popular web browsers, which can free up space.
  3. Cleaning up of old configuration files and unneeded locales or language packs.
  4. A user-friendly interface that makes system cleanup easy and accessible.

Install Ubuntu Cleaner

We can install Ubuntu Cleaner from its official PPA.

To install Ubuntu Cleaner in Ubuntu, just run the following commands:

$ sudo apt install software-properties-common
$ sudo add-apt-repository ppa:gerardpuig/ppa
$ sudo apt update
$ sudo apt install ubuntu-cleaner

For other unsupported Ubuntu versions, you can download the latest .deb file and install it manually like below.

$ wget https://launchpad.net/~gerardpuig/+archive/ubuntu/ppa/+files/ubuntu-cleaner_1.0.4-1_all.deb
$ sudo apt install ./ubuntu-cleaner_1.0.4-1_all.deb
$ rm ubuntu-cleaner_1.0.4-1_all.deb

Clean up Junk Files using Ubuntu Cleaner in Ubuntu

Heads Up: Remember, like any tool that makes system-level changes, Ubuntu Cleaner should be used with caution. Always make sure your data is backed up before performing any cleanup tasks.

Launch Ubuntu Cleaner from Dash or Menu.

如何使用Ubuntu Cleaner清理Ubuntu中的垃圾文件

The default interface of Ubuntu Cleaner will look like below.

如何使用Ubuntu Cleaner清理Ubuntu中的垃圾文件

As you can see, Ubuntu Cleaner will remove the following:

  • App caches
  • Browser caches
  • Apt cache
  • Package config files
  • Unneeded packages
  • Thumbnail cache
  • Old kernels

Select the files you want to clean up and hit the Clean button on the lower right corner.

如何使用Ubuntu Cleaner清理Ubuntu中的垃圾文件

Ubuntu Cleaner will start to clean up the files that you have selected.

Congratulations! Your Ubuntu system is free from junk files.

如何使用Ubuntu Cleaner清理Ubuntu中的垃圾文件

Uninstall Ubuntu Cleaner

Not happy with Ubuntu Cleaner?, run the following commands to remove it (I think you won't).

$ sudo apt-get remove ubuntu-cleaner
$ sudo apt-get autoremove

And finally remove the PPA.

$ sudo add-apt-repository -r ppa:gerardpuig/ppa

Frequently Asked Questions

Question 1: What is Ubuntu Cleaner?

Answer: Ubuntu Cleaner is a system utility designed to clean up unnecessary files in an Ubuntu system to free up space and improve system performance. It's a fork of the 'Computer Janitor' module from the now-discontinued Ubuntu Tweak utility.

Question 2: Is Ubuntu Cleaner free to use?

Answer: Yes, Ubuntu Cleaner is completely free to use. It's released under the GPLv3 license.

Question 3: How does Ubuntu Cleaner help improve system performance?

Answer: Ubuntu Cleaner helps improve system performance by removing old kernels, package configurations, cache from web browsers, and other unnecessary files that take up space and slow down your system.

Q4: Is Ubuntu Cleaner safe to use?

Answer: Generally, Ubuntu Cleaner is safe to use. However, like any tool that makes system-level changes, it should be used with caution. Always make sure your data is backed up before performing any cleanup tasks.

Q5: How can I install Ubuntu Cleaner?

Answer: Ubuntu Cleaner can be installed from its official PPA. You can then update your system and install Ubuntu Cleaner with the apt install command.

Question 6: Can I use Ubuntu Cleaner on other Linux distributions?

Answer: Ubuntu Cleaner is specifically designed for Ubuntu and its derivatives. It may not work properly or could potentially cause issues if used on other distributions.

Question 7: Can I customize what Ubuntu Cleaner removes?

Answer: Yes, Ubuntu Cleaner allows you to select which categories of files to clean up, giving you control over what gets removed from your system.

Question 8: Ubuntu Tweak is discontinued. Is Ubuntu Cleaner also discontinued?

Answer: No, while Ubuntu Tweak is discontinued, Ubuntu Cleaner, a fork of one of its modules, continues to be maintained and developed.

Conclusion

Ubuntu Cleaner is a highly efficient, user-friendly tool designed to help you maintain the cleanliness of your Ubuntu system. It is a powerful utility to free up system space by removing unnecessary files, such as outdated kernels, excess cache from web browsers, unused package configurations, and unneeded locales or language packs.

The Ubuntu Cleaner application comes in handy especially when your system is loaded with obsolete data or after a system upgrade, allowing you to safely dispose of residual configurations and files, thereby reclaiming valuable storage space. Ubuntu Cleaner makes the process of system cleanup easier even to non-technical users with the help of its user-friendly GUI.

However, it is always advised to proceed with caution while using system-level tools. Ensuring a backup of your data before performing any cleanup tasks can prevent potential data loss.

Is your hard drive running out of space? Just install Ubuntu Cleaner and purge-old-kernels utility and get rid of the junk files and older kernels that are no longer necessary. Both are must-have utilities in your Ubuntu system.

Resource:

  • Ubuntu Cleaner on GitHub

以上是如何使用Ubuntu Cleaner清理Ubuntu中的垃圾文件的详细内容。更多信息请关注PHP中文网其他相关文章!

声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
使用Linux别名提高自定义命令快捷方式的生产率使用Linux别名提高自定义命令快捷方式的生产率Apr 12, 2025 am 11:43 AM

介绍 Linux是一个强大的操作系统,由于其灵活性和效率,开发人员,系统管理员和电源用户都喜欢。但是,经常使用长而复杂的命令可能是乏味的

Linux实际上有什么好处?Linux实际上有什么好处?Apr 12, 2025 am 12:20 AM

Linux适用于服务器、开发环境和嵌入式系统。1.作为服务器操作系统,Linux稳定高效,常用于部署高并发应用。2.作为开发环境,Linux提供高效的命令行工具和包管理系统,提升开发效率。3.在嵌入式系统中,Linux轻量且可定制,适合资源有限的环境。

在Linux上掌握道德黑客的基本工具和框架在Linux上掌握道德黑客的基本工具和框架Apr 11, 2025 am 09:11 AM

简介:通过基于Linux的道德黑客攻击数字边界 在我们越来越相互联系的世界中,网络安全至关重要。 道德黑客入侵和渗透测试对于主动识别和减轻脆弱性至关重要

如何学习Linux基础知识?如何学习Linux基础知识?Apr 10, 2025 am 09:32 AM

Linux基础学习从零开始的方法包括:1.了解文件系统和命令行界面,2.掌握基本命令如ls、cd、mkdir,3.学习文件操作,如创建和编辑文件,4.探索高级用法如管道和grep命令,5.掌握调试技巧和性能优化,6.通过实践和探索不断提升技能。

Linux最有用的是什么?Linux最有用的是什么?Apr 09, 2025 am 12:02 AM

Linux在服务器、嵌入式系统和桌面环境中的应用广泛。1)在服务器领域,Linux因其稳定性和安全性成为托管网站、数据库和应用的理想选择。2)在嵌入式系统中,Linux因其高度定制性和高效性而受欢迎。3)在桌面环境中,Linux提供了多种桌面环境,满足不同用户需求。

Linux的缺点是什么?Linux的缺点是什么?Apr 08, 2025 am 12:01 AM

Linux的缺点包括用户体验、软件兼容性、硬件支持和学习曲线。1.用户体验不如Windows或macOS友好,依赖命令行界面。2.软件兼容性不如其他系统,缺乏许多商业软件的原生版本。3.硬件支持不如Windows全面,可能需要手动编译驱动程序。4.学习曲线较陡峭,掌握命令行操作需要时间和耐心。

Linux难以学习吗?Linux难以学习吗?Apr 07, 2025 am 12:01 AM

Linuxisnothardtolearn,butthedifficultydependsonyourbackgroundandgoals.ForthosewithOSexperience,especiallycommand-linefamiliarity,Linuxisaneasytransition.Beginnersmayfaceasteeperlearningcurvebutcanmanagewithproperresources.Linux'sopen-sourcenature,bas

Linux的5个基本组件是什么?Linux的5个基本组件是什么?Apr 06, 2025 am 12:05 AM

Linux的五个基本组件是:1.内核,管理硬件资源;2.系统库,提供函数和服务;3.Shell,用户与系统交互的接口;4.文件系统,存储和组织数据;5.应用程序,利用系统资源实现功能。

See all articles

热AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover

AI Clothes Remover

用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool

Undress AI Tool

免费脱衣服图片

Clothoff.io

Clothoff.io

AI脱衣机

AI Hentai Generator

AI Hentai Generator

免费生成ai无尽的。

热门文章

R.E.P.O.能量晶体解释及其做什么(黄色晶体)
3 周前By尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.最佳图形设置
3 周前By尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.如果您听不到任何人,如何修复音频
3 周前By尊渡假赌尊渡假赌尊渡假赌
WWE 2K25:如何解锁Myrise中的所有内容
3 周前By尊渡假赌尊渡假赌尊渡假赌

热工具

SublimeText3 Linux新版

SublimeText3 Linux新版

SublimeText3 Linux最新版

DVWA

DVWA

Damn Vulnerable Web App (DVWA) 是一个PHP/MySQL的Web应用程序,非常容易受到攻击。它的主要目标是成为安全专业人员在合法环境中测试自己的技能和工具的辅助工具,帮助Web开发人员更好地理解保护Web应用程序的过程,并帮助教师/学生在课堂环境中教授/学习Web应用程序安全。DVWA的目标是通过简单直接的界面练习一些最常见的Web漏洞,难度各不相同。请注意,该软件中

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

功能强大的PHP集成开发环境

SecLists

SecLists

SecLists是最终安全测试人员的伙伴。它是一个包含各种类型列表的集合,这些列表在安全评估过程中经常使用,都在一个地方。SecLists通过方便地提供安全测试人员可能需要的所有列表,帮助提高安全测试的效率和生产力。列表类型包括用户名、密码、URL、模糊测试有效载荷、敏感数据模式、Web shell等等。测试人员只需将此存储库拉到新的测试机上,他就可以访问到所需的每种类型的列表。

SublimeText3汉化版

SublimeText3汉化版

中文版,非常好用