My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

NEWS

debian package: scim-python 0.1.12-1 (2008-06-21)

debian package: chmsee 1.0.1-1 (2008-05-17)

debian package: fqterm 0.9.1~beta+svn547-0a1 (2008-05-15)

debian package: qterm 0.5.2-1 (2008-05-12)

debian package: liblunar 1.0.0-1 (2008-04-24)

简介

0. if you don't know Chinese, please check this page: English

这儿提供我维护的一些 Debian 非官方包(列表)的下载,有任何问题,可以提交报告或者给我发email(lidaobing at gmail dot com).

1. 我想要下载 Debian 包

http://code.google.com/p/pkg-newedit/downloads/list

下载后请用root运行 dpkg -i FOO.deb 来安装,如果出现ERROR: Dependency is not satisfiable的错误,请用root来尝试运行 apt-get -f install,如果仍然不能解决问题,请提交报告。

2. 我想要下载以前的 Debian 包

http://code.google.com/p/pkg-newedit/downloads/list?can=4

3. 我想用 apt 方式的安装

Debian 用户在 /etc/apt/sources.list 中加入

deb http://debian.ustc.edu.cn/debian-uo sid ustc

Ubuntu 用户在 /etc/apt/sources.list 中加入

deb http://ppa.launchpad.net/lidaobing/ubuntu hardy main
deb-src http://ppa.launchpad.net/lidaobing/ubuntu hardy main

然后以root运行 apt-get update; apt-get install pkgname

4. 我的 Debian/Ubuntu 不是 i386 的

a. 请自行编译,在 /etc/apt/sources.list 中加入

deb-src http://debian.ustc.edu.cn/debian-uo sid ustc

然后运行

$ sudo apt-get update
$ sudo apt-get install devscripts pbuilder
$ apt-get source <pkgname>
$ cd <pkgname>-<ver>
$ sudo /usr/lib/pbuilder/pbuilder-satisfydepends
$ debuild

如果编译失败,请将 log 文件提交

b. 在 http://code.google.com/p/pkg-newedit/issues/list 提交请求。

5. 下载的包无法安装。

这儿的包是针对 Debian i386 sid的,其他的平台可能无法安装,可参照4自行编译或者提交请求。

6. 能否帮忙做一个 XXX 的 Debian 包

好的,请在 http://code.google.com/p/pkg-newedit/issues/list 提交请求或者给我发邮件。

7. 我想知道你是怎么做的

遵照 http://code.google.com/p/pkg-newedit/source 的提示下载源码并且参考 svn-buildpackage 的帮助。

Powered by Google Project Hosting