ubuntu software management
时间:2014-05-06 00:02:59
收藏:0
阅读:281
- software directory: The default directory of software installed on ubuntu is /usr, so just allocate more space for this partition when installing operating system.
- To clean the useless softwares, command apt-get clean or apt-get autoclean can be used here.
- dpkg -l can list all the installed packages.
评论(0)