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: 2 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T16:29:35.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T13:28:12.667Z (6 months ago)
- Language: Python
- Size: 222 KB
- Stars: 223
- Watchers: 13
- Forks: 21
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - cleaner)) - Ubuntu Cleaner is a tool that makes it easy to clean your Ubuntu system. (Applications / Utilities)
- Awesome-Linux-Software - ![Open-Source Software - cleaner) - Ubuntu Cleaner is a tool that makes it easy to clean your Ubuntu system. (Applications / Utilities)
- jimsghstars - gerardpuig/ubuntu-cleaner - Ubuntu Cleaner is a tool that makes it easy to clean your ubuntu system. (Python)
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.