我有一个Thinkpad X230平板电脑,我在上面安装了Ubuntu 16.04,我使用了Martin的thinkpad脚本PPA让屏幕旋转。这对所有升级都有效。然后我完成了18.04的干净安装,试图安装thinkpad脚本,然后得到:
The repository 'http://ppa.launchpad.net/martin-ueding/stable/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
通过进一步挖掘(UbuntuUpdates),我了解到在过去两年中没有被积极调整过的任何存储库都被清理掉了。包括thinkpad脚本PPA。看来效果太好了。
那么,我能用什么代替呢?因为在Synaptic和Gnome有很小的选择。谢谢
发布于 2019-01-05 20:56:32
您可以尝试与PPA所有者联系,以便为18.04LTS发布脚本。
但是暂时您可以尝试手动安装它们(来自PPA):
cd ~/Downloads
wget http://ppa.launchpad.net/martin-ueding/stable/ubuntu/pool/main/t/thinkpad-scripts/thinkpad-scripts_4.11.0-0ubuntu1_all.deb
sudo apt-get install ./thinkpad-scripts_4.11.0-0ubuntu1_all.deb
然后自己检查它的功能。
注意:由于以下错误,我无法同时安装thinkpad-rotate
和thinkpad-scripts
:
The following packages have unmet dependencies:
thinkpad-scripts : Breaks: think-rotate (<= 3.3) but 3.2-0ubuntu4 is to be installed
因此,thinkpad-scripts
取代了think-rotate
。
https://askubuntu.com/questions/1107263
复制相似问题