
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tlug] Tip O' the Day: Getting an installed package list on Debian
- Date: Sat, 25 Feb 2006 17:32:25 +0900
 
- From: Charles Muller <acmuller@example.com>
 
- Subject: [tlug] Tip O' the Day: Getting an installed package list on Debian
 
- User-agent: Debian Thunderbird 1.0.7 (X11/20051017)
 
I'll pass this on to Debian users from the Debian Laptop list.
 > I would like to get a list of all packages installed on a system,
 > including their version in order to track the changes that has been 
 > made
 > during a system upgrade.
Suggested solutions:
    dpkg -l | awk '/^ii/{print $2, $3}'
    dpkg -l | grep ^ii
Regards,
Chuck
---------------------------
Charles Muller
Toyo Gakuen University
Faculty of Humanities
1660 Hiregasaki, Nagareyama-shi
Chiba 270-0161 JAPAN
Mobile Phone: 090-9310-1787
Web Site: Resources for East Asian Language and Thought
http://www.acmuller.net
<acmuller[at]jj.em-net.ne.jp>
Home |
Main Index |
Thread Index