我正在尝试使用终端在 Linux Mint 14 上安装 IBM Lotus Note 8.5.3。问题是它没有安装并显示以下错误
sudo apt-get install ibm-lotus-notes-8.5.3.i586.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ibm-lotus-notes-8.5.3.i586.deb
E: Couldn't find any package by regex 'ibm-lotus-notes-8.5.3.i586.deb'
我已经在 Ubuntu 12.04 上安装了 Lotus Note 8.5.3,没有任何问题。现在在 Linux Mint 14 上如何解决这个问题?
答案1
我认为您需要使用dpkg -i
安装本地的 .deb 文件。
$ dpkg -i ibm-lotus-notes-8.5.3.i586.deb
从dpkg
手册页:
Usage: dpkg [<option> ...] <command>
Commands:
-i|--install <.deb file name> ... | -R|--recursive <directory> ...