我最近将笔记本电脑从 Ubuntu 18.04 升级到了 Ubuntu 20.04。升级过程很顺利,但 Openshot 视频编辑器出现了一些问题。
所以我彻底卸载了 Openshot。
sudo apt-get remove --purge openshot
然后我尝试再次安装 Openshot
sudo apt-get install openshot
但我收到了以下错误。
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
openshot : Depends: openshot-qt but it is not going to be installed
E:无法纠正问题,您持有破损的包裹。
如果我能得到一些帮助我将非常感激。
编辑:输出
openshot:
Installed: (none)
Candidate: 2.4.3+dfsg1-1
Version table:
2.4.3+dfsg1-1 500
500 http://in.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
500 http://in.archive.ubuntu.com/ubuntu focal/universe i386 Packages
openshot-qt:
Installed: (none)
Candidate: 2.5.1+dfsg2+1218+202003032149~ubuntu20.04.1
Version table:
2.5.1+dfsg2+1218+202003032149~ubuntu20.04.1 500
500 http://ppa.launchpad.net/openshot.developers/ppa/ubuntu focal/main amd64 Packages
500 http://ppa.launchpad.net/openshot.developers/ppa/ubuntu focal/main i386 Packages
2.4.3+dfsg1-1 500
500 http://in.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
500 http://in.archive.ubuntu.com/ubuntu focal/universe i386 Packages
答案1
您必须清除 PPA 并改用官方软件包。
使用以下命令:
sudo apt-get install ppa-purge
sudo ppa-purge ppa:openshot.developers/ppa
sudo apt-get install openshot-qt