Sometimes you might want to uninstall large packages on a running Linux system (e.g. in order to release disk space), since these kind of packages are normally not that useful. Here we show an example on how to list installed packages by size on Redhat and Debian system. On Redhat: rpm -qa --qf '%{SIZE}\t%{NAME}\n' | […]
Continue reading...
Continue reading...