分页: 1 / 1

[问题]装easywine的新问题

发表于 : 2007-01-12 11:29
tm0je
t@t-desktop:~$ sudo dpkg -i easywine_3.0.0-1hiweed5_all.deb
Password:
(正在读取数据库 ... 系统当前总共安装有 106179 个文件和目录。)
正预备替换 easywine 3.0.0-1hiweed5 (使用 easywine_3.0.0-1hiweed5_all.deb) ...
正在解压缩将用于更替的包文件 easywine ...
dpkg:依赖关系问题使得 easywine 的配置工作不能继续:
easywine 依赖于 xdialog;然而:
未曾安装软件包“xdialog”。
dpkg:处理 easywine (--install)时出错:
依赖关系问题 - 仍未被配置
在处理时有错误发生:
easywine
t@t-desktop:~$
:oops:

发表于 : 2007-01-12 13:21
salltm
sudo apt-get xdialog

发表于 : 2007-01-12 13:22
eexpress
哈,hh真的用xdialog打包,还没改全。

发表于 : 2007-01-12 20:30
tm0je
t@t-desktop:~$ sudo apt-get xdialog
E: 无效的操作 xdialog
t@t-desktop:~$ sudo apt-get xdialog
E: 无效的操作 xdialog
t@t-desktop:~$

发表于 : 2007-01-12 21:32
mooncold
不用 deb包。,用那个gz文件 。解压,安装。

发表于 : 2007-01-12 21:36
mooncold
xdialog
X11 replacement for the text util dialog。


X11 replacement for the text util dialog
Xdialog is designed to be a drop-in replacement for the dialog and
cdialog programs. It converts any terminal-based program into a program
with an X interface. The dialogs are easier to see and use, and Xdialog
adds more functionality such as a help button and box, a treeview, an
editbox, file and directory selectors, a range box, and a calendar. It
uses GTK+, and will match your desktop theme.

debian下面有这个软件包,。

我 没有安装这个软件包。下载gz文件后,一样可以安装easywine。

发表于 : 2007-01-12 21:46
salltm
错了 sudo apt-get install xdialog

发表于 : 2007-01-12 22:19
huangjiahua
为什么不直接 apt-get 来安装呢 ?

代码: 全选

sudo apt-get install easywine 
就是了

图形的 新立德软件包管理器 里也可以找到 easywine 的

而手工安装 deb 后, 应该执行下

代码: 全选

sudo apt-get install -f


如果说你的源里没 easywine ,
那请添加一个 apt 源

代码: 全选

deb http://archive.ubuntu.org.cn/ubuntu-cn edgy main universe multiverse restricted

代码: 全选

deb http://archive.ubuntu.org.cn/ubuntu-cn dapper main universe multiverse restricted