हाल ही में स्थापित पैकेजों को सूचीबद्ध करने की कमान जो किसी भी विधि ( apt-get
, सॉफ्टवेयर सेंटर एट अल।) के माध्यम से स्थापित किए गए थे :
grep " install " /var/log/dpkg.log
उदाहरण आउटपुट:
2010-12-08 15:48:14 install python-testtools <none> 0.9.2-1
2010-12-08 15:48:16 install quickly-widgets <none> 10.09
2010-12-08 22:21:31 install libobasis3.3-sdk <none> 3.3.0-17
2010-12-09 12:00:24 install mc <none> 3:4.7.0.6-1
2010-12-09 23:32:06 install oggconvert <none> 0.3.3-1ubuntu1
2010-12-09 23:34:50 install mpg123 <none> 1.12.1-3ubuntu1
2010-12-09 23:34:52 install dir2ogg <none> 0.11.8-1
2010-12-09 23:34:53 install faad <none> 2.7-4
2010-12-09 23:34:54 install wavpack <none> 4.60.1-1
2010-12-10 11:53:00 install playonlinux <none> 3.8.6
आप इस आदेश को केवल हाल ही में स्थापित पैकेज नामों की सूची के लिए चला सकते हैं,
awk '$3~/^install$/ {print $4;}' /var/log/dpkg.log
के इतिहास को सूचीबद्ध करने की कमान apt-get
(नोट: यह स्थापित निर्भरता की सूची नहीं देता है, यह बस पिछले apt-get
आदेशों को सूचीबद्ध करता है जो चलाए गए थे):
grep " install " /var/log/apt/history.log
उदाहरण आउटपुट:
Commandline: apt-get install libindicate-doc
Commandline: apt-get install googlecl
Commandline: apt-get --reinstall install ttf-mscorefonts-installer
Commandline: apt-get install valac libvala-0.10-dev
Commandline: apt-get install libgtksourceview-dev
Commandline: apt-get install python-sphinx
Commandline: apt-get install python-epydoc
Commandline: apt-get install quickly-widgets
Commandline: apt-get install libreoffice3* libobasis3.3*
Commandline: apt-get install mc