可能的重复:
如何删除 PPA?
如果我添加了带有“sudo add-apt-repository”的 PPA,我应该删除 /etc/apt/sources.list.d 中的文件,还是有删除命令?
在最近的升级之后,我似乎已经删除了 network-manager-gnome,或者确实是 upgrade -f 做了,所以我没有在面板中看到网络指示器。网络处于活动状态,包括无线和本地。
我试过了:
nm-applet,它没有安装。如果我尝试通过安装 network-manager-gnome 来安装它,我会收到:
The following packages have unmet dependencies:
network-manager-gnome : Depends: default-dbus-session-bus but it is not installable or dbus-session-bus but it is not installable
Recommends: mobile-broadband-provider-info but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Run Code Online (Sandbox Code Playgroud)重新启动服务sudo service network-manager restart只是重新启动它以使其再次工作,但同样没有任何指示。
的输出cat nm-applet:
[Desktop Entry]
Name=Network
Comment=Manage your network connections
Icon=nm-device-wireless
Exec=nm-applet
Terminal=false
Type=Application
NoDisplay=true
NotShowIn=KDE;GNOME;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=NetworkManager
X-GNOME-Bugzilla-Component=nm-applet …Run Code Online (Sandbox Code Playgroud)您可以使用 add-apt-repository 创建一个新的 PPA 存储库。如何删除添加的存储库?
我已经下载了 mysql-workbench 5.2.35 并安装了它,但是当我运行它时,它只显示启动画面,仅此而已。
我在我的系统上使用Ubuntu 12.04 LTS 64 位。我使用的是Mozilla Firefox 37.0和Google Chrome 41.0浏览器。
我在两个浏览器中都访问了 http://windows.microsoft.com/en-in/windows-10/about。在 Chrome 中,我可以完美地看到网页上的内容。在 Firefox 中,它要求我安装Microsoft Silverlight。我很惊讶在 Chrome 上它没有要求我安装 Silverlight。
请向我解释什么是Silverlight,为什么需要它,以及如何以简单、高效和可靠的方式在我的系统上安装它?
PS请不要建议使用 WINE 做任何事情,因为我知道这不是一种可靠的方法。
提前致谢。
我从 Ubuntu 存储库获得的 nvidia 驱动程序是 260.19.06 。我在视频方面遇到了一些问题,所以我检查了 nvidia 网站,那里的可用版本是 260.19.44。有没有办法使用apt-get或类似的东西获得相同的驱动程序版本,以便驱动程序保持管理?
几周前,我安装ppa:ricotz/testing了 Ubuntu 11.10。当时它运行良好,但自从最近升级以来,尝试启动 GTK 应用程序会导致许多神秘的错误。
我可以将所有更新的软件包恢复ppa:ricotz/testing到主 Ubuntu 存储库中的版本吗?
我仅针对 Ubuntu Server 遵循了此问答:如何删除 PPA?并在那里使用了一个答案:
sudo add-apt-repository --remove ppa:whatever/ppa
Run Code Online (Sandbox Code Playgroud)
...但它仅适用于当前会话并且无法重新启动。换句话说,PPA 后来又出现了。这使得图形用户界面 (GUI) 方法非常需要单击按钮“简单地工作”。
这不是重复:如何删除 PPA?其中只要求使用终端的答案。使用 GUI 的答案已被删除。当给出最终答案后跟“您也可以尝试此 GUI 选项”时,规则可能会改变。
这个问题是关于Ubuntu 桌面的,需要GUI 答案。将来应该从Ubuntu Server问题中删除新的 GUI 解决方案,但在此处允许。
嗨,我在过去的一个月里一直在为此苦苦挣扎。
sudo apt-get upgrade并sudo apt-get autoremove因以下错误而出错
E: Unmet dependencies. Try using -f.
Run Code Online (Sandbox Code Playgroud)
当我运行时sudo apt-get install -f,它出现如下错误。
Fetched 30.2 MB in 32s (928 kB/s)
Preconfiguring packages ...
Setting up libc-bin (2.23-0ubuntu9) ...
Segmentation fault
/sbin/ldconfig.real: Can't stat /lib/i686-linux-gnu: No such file or directory
/sbin/ldconfig.real: Can't stat /usr/lib/i686-linux-gnu: No such file or directory
/sbin/ldconfig.real: Path `/usr/local/lib' given more than once
/sbin/ldconfig.real: Path `/usr/lib/x86_64-linux-gnu' given more than once
/sbin/ldconfig.real: Path `/lib/x86_64-linux-gnu' given more than once
/sbin/ldconfig.real: Path `/usr/lib/x86_64-linux-gnu' …Run Code Online (Sandbox Code Playgroud) 为了安装 Xtreme 下载管理器,我根据此处所述使用了以下命令。
sudo add-apt-repository ppa:noobslab/apps
sudo apt-get update
sudo apt-get install xdman
Run Code Online (Sandbox Code Playgroud)
但这是我从终端得到的信息,但无法安装:
sepideh@sepideh-Lenovo-ideapad-700-15ISK:~$ sudo add-apt-repository ppa:noobslab/apps
[sudo] password for sepideh:
This PPA Contains Applications for Ubuntu/Linux Mint from different sources but debianized by http://www.NoobsLab.com
More info: https://launchpad.net/~noobslab/+archive/ubuntu/apps
Press [ENTER] to continue or Ctrl-c to cancel adding it.
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB]
Ign:3 http://ppa.launchpad.net/noobslab/apps/ubuntu bionic InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu bionic InRelease
Hit:5 http://dl.google.com/linux/chrome/deb stable Release
Get:7 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Err:8 …Run Code Online (Sandbox Code Playgroud)