rtomayko (owner)

Revisions

gist: 75745 Download_button fork
public
Description:
MacPorts GC
Public Clone URL: git://gist.github.com/75745.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$ sudo su -
# du -sh /opt
6.4G /opt
# port clean -f --all installed
---> Cleaning apr
---> Cleaning apr-util
...
# du -sh /opt
6.3G /opt
# port -f uninstall inactive
---> Uninstalling autoconf @2.62_0
---> Uninstalling automake @1.10.1_0
...
# du -sh /opt
5.4G /opt