Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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: 3 months ago
JSON representation

Ubuntu Cleaner is a tool that makes it easy to clean your ubuntu system.

Lists

README

        

# Ubuntu Cleaner #

![license](https://img.shields.io/github/license/gerardpuig/ubuntu-cleaner.svg)
[![Build Status](https://travis-ci.com/gerardpuig/ubuntu-cleaner.svg?branch=master)](https://travis-ci.com/gerardpuig/ubuntu-cleaner)
[![Coverage Status](https://coveralls.io/repos/github/gerardpuig/ubuntu-cleaner/badge.svg?branch=master)](https://coveralls.io/github/gerardpuig/ubuntu-cleaner?branch=master)

![screenshot](data/screenshot.png)

### 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.