|
发表于 2005-8-21 10:22:57
|
显示全部楼层
用 apt-cache show 呀
看这个
hua@hua:~$ apt-cache show kate
Package: kate
Priority: optional
Section: editors
Installed-Size: 1792
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Architecture: i386
Source: kdebase
Version: 4:3.3.2-1
Replaces: kdebase-doc (<< 4:3.0.0)
Depends: kdelibs4 (>= 4:3.3.2-1), libart-2.0-2 (>= 2.3.16), libc6 (>= 2.3.2.ds1-4), libfam0c102, libgcc1 (>= 1:3.4.1-3), libice6 | xlibs (>> 4.1.0), libidn11 (>= 0.5.2), libpng12-0 (>= 1.2.8rel), libqt3c102-mt (>= 3:3.3.3), libsm6 | xlibs (>> 4.1.0), libstdc++5 (>= 1:3.3.4-1), libx11-6 | xlibs (>> 4.1.0), libxext6 | xlibs (>> 4.1.0), libxrender1, zlib1g (>= 1:1.2.1)
Recommends: kregexpeditor
Suggests: aspell | ispell, kate-plugins, khelpcenter, konq-speaker, konsole
Filename: pool/main/k/kdebase/kate_3.3.2-1_i386.deb
Size: 582270
MD5sum: df77f23bf89ed6a67938949ef0dbff6e
Description: KDE Advanced Text Editor
Kate is a multi document editor, based on a rewritten version of the kwrite
editing widget of KDE.
.
It is a multi-view editor that lets you view several instances of the same
document with all instances being synced, or view more files at the same
time for easy reference or simultaneous editing. The terminal emulation
and sidebar are docked windows that can be plugged out of the main window,
or replaced therein according to your preference.
.
Some random features:
.
* Editing of big files
* Extensible syntax highlighting
* Folding
* Dynamic word wrap
* Selectable encoding
* Filter command
* Global grep dialog
.
This package is part of the official KDE base module.
Tag: suite::kde, uitoolkit::qt, works-with::plaintext, use::editing
hua@hua:~$
看这儿的 Filename: pool/main/k/kdebase/kate_3.3.2-1_i386.deb
这就表明是在服务器的目录 /debian/pool/main/k/kdebase/ 下
另外 , apt 安装的包会在 /var/cache/apt/archives/ 下
( 除非用 apt-get clean 清除了) |
|