Warning: Skipping conversion of scripts in package symphony: postinst postrm preinst prerm
Warning: Use the --scripts parameter to include the scripts.
mkdir: cannot create directory `symphony-3.0.1': File exists
unable to mkdir symphony-3.0.1: at /usr/share/perl5/Alien/Package.pm line 257.
我运行后收到的错误是:
sudo alien -i '/home/brentonhorne/DownloadDirector/symphony-3.0.1.i586.rpm'
rpm symphony 文件位于上述代码中详细说明的位置。(我在 IBM Lotus Symphony 站点上找不到 deb 文件)
我已经跑了
sudo alien -c '/home/brentonhorne/DownloadDirector/symphony-3.0.1.i586.rpm'
其中-c
相当于 跑步--scripts
。
如果需要这些详细信息,我正在运行 32 位 12.10。
答案1
您需要下载 Ubuntu 版本“symphony-fp2_3.0.1_i386.deb”
您可以在这里找到它:
然后您还需要安装“libnotify1”,您可以在这里找到它:
http://packages.ubuntu.com/lucid/i386/libnotify1/download
祝你好运!