升级到 24.04 后,这是我尝试打开顶部菜单时看到的内容。
Dash 中的图标也未居中对齐。
我在 Ubuntu 16.04 上遇到的一个非常愚蠢的问题。我想同时删除 MySQL 和 MariaDB 客户端。如果正在运行,apt remove mysql-client*
我会收到以下消息:
The following additional packages will be installed:
mariadb-client mariadb-client-10.0 mariadb-client-core-10.0 mariadb-common
The following packages will be REMOVED:
mysql-client mysql-client-5.7 mysql-client-core-5.7
The following NEW packages will be installed:
mariadb-client mariadb-client-10.0 mariadb-client-core-10.0 mariadb-common
它删除了 MySQL,但安装了 MariaDB。然后如果我尝试删除 MariaDB,MySQL 将再次自动安装。
这到底是什么?如何摆脱他们两个?
昨晚我尝试升级我的 Ubuntu 操作系统,而 MySQL 5.7.15 是其中的变化之一。升级似乎是成功的,因为 mysql 正在正常工作,但安装过程已停止使用此消息:
This installation of MySQL is already upgraded to 5.7.15,
use --force if you still need to run mysql_upgrade
我无法以常规方式取消安装过程,只能将其杀死。因此,它可能会导致一些问题,并且对于每个其他安装(将来)它都会尝试再次执行此操作。
如何防止或解决此升级?
我从 15.10 升级到 16.04,一切都很好。安装新更新后,启动器、菜单和顶部面板在我登录时消失。
我试过这个命令:
dconf reset -f /org/compiz/
setsid unity
还使用ccsm
了命令并检查了 Unity 插件是否已启用。仍然存在问题。
如何解决这个问题?
一切正常,但突然停止了。我只是两个月没有升级我的 Ubuntu 14.04。现在,当我想升级时,我遇到了一些错误。
首先我跑sudo apt-get update
:
E: GPG error: http://dl.google.com stable InRelease: Clearsigned file isn't valid, got 'NODATA' (does the network require authentication?)
我搜索了一个解决方案并找到了这个,但是现在当我尝试导入密钥时,我又遇到了另一个错误。导入密钥时:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
我收到此错误:
gpg: no valid OpenPGP data found.
如何解决这个问题呢?
我在我的电脑上使用 Ubuntu 14.0 32 位。当 Ubuntu 启动时,它不会挂载交换分区,每次我都必须使用 GParted 手动启用它。
/etc/fstab
#/etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda7 during installation
UUID=a8375b84-987c-4270-85ac-0accd8682008 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
#UUID=c399c299-23f2-4c06-b6b7-aab8ef70d98b none swap sw 0 0
/dev/mapper/cryptswap1 none swap sw,noauto 0 0
/dev/disk/by-uuid/5d8d832e-a440-45b7-b3fe-4793f0b678f3 /media/omid/Backup auto
nosuid,nodev,nofail 0 0
另外,当我打开系统监视器时,我看到 Swap 不可用。我应该怎么办?