LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1094|回复: 8

如何知道软件包在源上的位置?

[复制链接]
发表于 2005-8-20 23:52:59 | 显示全部楼层 |阅读模式
1,apt里有命令实现这个功能吗?
2有什么ftp软件带搜索功能的?
3还有,如果我想下载一个我已经安装的软件包,该如何做?

sudo apt-get install -d   gaim
正在读取软件包列表... 完成
正在分析软件包的依赖关系树... 完成
gaim 已经是最新的版本了。
共升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 0 个软件未被升级。

今天手动到debian的源上去找一个软件包,目录好复杂,弄的我头都大了
发表于 2005-8-21 00:05:53 | 显示全部楼层
http://www.debian.org/distrib/packages
这个网页里面的搜索功能估计能满足你的要求
回复 支持 反对

使用道具 举报

发表于 2005-8-21 08:31:53 | 显示全部楼层
This is same as http://packages.debian.org/

One of myy favourite sites. ;)
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-8-21 08:47:13 | 显示全部楼层
我想楼上两位有点误解了,我的意思是
搜索软件包在我sources.list上列举的特定服务器上的的位置
而且我用的是ubuntu,中国的服务器
debian.org估计是搜不到的
回复 支持 反对

使用道具 举报

发表于 2005-8-21 09:09:25 | 显示全部楼层
In http://packages.debian.org/, after you selected your package, it gives you all available servers for the specific package.
回复 支持 反对

使用道具 举报

发表于 2005-8-21 09:10:46 | 显示全部楼层
那你就到服务器上按照相应软件包的字母顺序找一下吧
回复 支持 反对

使用道具 举报

发表于 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 清除了)
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-8-21 12:11:37 | 显示全部楼层
非常感谢几位的热心帮助
回复 支持 反对

使用道具 举报

发表于 2005-8-21 21:21:47 | 显示全部楼层
apt-get --reinstall install -d gaim
然后你到
cd /var/cache/apt/archives/
里面找。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表