Skip to content

Commit

Permalink
GitBook: [master] one page modified
Browse files Browse the repository at this point in the history
  • Loading branch information
ufonion committed Aug 25, 2020
1 parent 15c1478 commit eeebc62
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions linux/debian-ubuntu/clean-up-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,30 @@ $ sudo apt-get install deborphan
$ deborphan | xargs sudo apt-get purge -y
```

## Remove obselote packages

```bash
$ sudo aptitude search ?obsolete
$ sudo aptitude purge ~o
```

## Remove log files

```bash
$ sudo apt-get install ncdu
$ sudo ncdu /var/log
```

## Disk Occupation GUI

```text
$ baobab
```

## Remove high-capacity packages

```text
$ sudo apt-get install debian-goodies
$ dpigs -H
```

0 comments on commit eeebc62

Please sign in to comment.