Debian / Ubuntu Linux 都是使用 APT (Dpkg) 來管理套件, 常常看到很多套件有更新, 但是要如何看他到底更新了什麼東西, 可以查看 Change Log, 那要怎麼查看 Change Log 呢?
APT 查看套件的 Change Log
查看 Change Log 的語法有下述兩種
- aptitude changelog package-name
- apt-get changelog package-name
ex:
- aptitude changelog tmux
- apt-get changelog tmux
You can also do that in aptitude by pressing 'C'.
Unfortunately, we can't get changelog of un-official Ubuntu packages.
ex, I use gcin in http://debian.luna.com.tw/lucid because they fixed some gcin bug in Qt. and I can't get any changelog from gcin then~
嗯嗯, 感謝提供.
只是我平常不太用 aptitude 的圖形化介面就是了. Orz.