我想在ubuntu 18.04
上安装以下软件包:https://launchpad.net/ubuntu/+source/yate/5.4.0-1-1ubuntu2 yate-qt4
。
我有一个现有的ubuntu安装,我曾经从16.x升级,在那里,yate
客户端刚刚保存。
现在,我正在直接重新安装18.04,无法找到强制安装yate客户端的方法。
如果我从url下载了*.tar.gz,那么为了安装yate,我会做什么呢?
发布于 2020-04-12 08:17:08
我尝试了下面的答案,但撞上了。看起来"yate-client“安装"yate”是必需的:
The following NEW packages will be installed:
libspandsp2 yate yate-client
但接下来的碰撞是:
dpkg: error processing archive /var/cache/apt/archives/yate-client_6.0.1-ubuntu1-sico1~bionic_amd64.deb (--unpack):
trying to overwrite '/etc/yate/fileinfo.conf', which is also in package yate 6.0.1-ubuntu1-sico1~bionic
这个命令序列绕过它
sudo add-apt-repository ppa:sico/yate
sudo apt-get update
sudo apt-get -o Dpkg::Options::="--force-overwrite" install yate-client
发布于 2020-03-12 11:22:32
您必须尝试来自“银连接”teamPPA的包:
sudo add-apt-repository ppa:sico/yate
sudo apt-get update
sudo apt-get install yate-client
https://askubuntu.com/questions/1216371
复制相似问题