https://github.com/gerardpuig/ubuntu-cleaner
Ubuntu Cleaner is a tool that makes it easy to clean your ubuntu system.
https://github.com/gerardpuig/ubuntu-cleaner
Last synced: 12 days ago
JSON representation
Ubuntu Cleaner is a tool that makes it easy to clean your ubuntu system.
- Host: GitHub
- URL: https://github.com/gerardpuig/ubuntu-cleaner
- Owner: gerardpuig
- License: gpl-3.0
- Created: 2016-05-08T11:09:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T16:29:35.000Z (about 3 years ago)
- Last Synced: 2024-11-04T15:51:37.929Z (5 months ago)
- Language: Python
- Size: 222 KB
- Stars: 224
- Watchers: 13
- Forks: 21
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - 
[](https://travis-ci.com/gerardpuig/ubuntu-cleaner)
[](https://coveralls.io/github/gerardpuig/ubuntu-cleaner?branch=master)
### Introduction ###
Ubuntu Cleaner is a tool that makes it easy to clean your Ubuntu system. Ubuntu Cleaner can free up disk space and remove private information from your computer.- Clear browser cache
- Clear APT cache
- Clear thumbnail cache
- Remove unneeded packages
- Remove old kernels
- Remove old installers### Installation ###
Installation via PPA:
```
$ sudo apt install software-properties-common
$ sudo add-apt-repository ppa:gerardpuig/ppa
$ sudo apt update
$ sudo apt install ubuntu-cleaner
```
Installation via .DEB (for unsupported Ubuntu versions only):
```
$ 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
```
### Development ###
```
$ git clone https://github.com/gerardpuig/ubuntu-cleaner.git
```
To run the program from source:
```
$ ./ubuntu-cleaner
```
To run the unit tests:
```
$ make test
```
To create a .deb package:
```
$ make deb
$ make clean
```### Related websites ###
* Blog http://ubuntu-cleaner.blogspot.com.
* Launchpad https://launchpad.net/~gerardpuig/+archive/ubuntu/ppa.