每次我调用软件更新程序时,它都会向我提供一堆文件,要求我启用 Ubuntu Pro。我不想要 Ubuntu Pro。IMO,应该有一个“永远不要安装 Ubuntu Pro - 停止打扰我”的按钮,但提供的唯一按钮是“启用 Pro”和“稍后提醒我”,这两个按钮都没有表达我的意愿和愿望。有没有办法摆脱这个令人难以忍受的新老马?
我的电脑是联想 T440 笔记本电脑。
~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
Run Code Online (Sandbox Code Playgroud)
使用鲁本图。
我有一个硬盘,它之前(可能在 Windows 中)分区是这样的:
我在分区 #1 之后有未分配的空间,所以我想增加分区 #0 的大小。起初我想把分区#1 移到右边,所以我从 CD 启动了 Ubuntu 并调用了 GParted。扩展分区内的所有逻辑分区都没有挂载。我已将分区 #0 分配为交换(临时),因为即使从 CD 启动,Ubuntu 看起来也需要交换。
GParted 可以调整扩展分区(分区 #1)的大小,但不能移动它。滑块中的左箭头不可移动。
可能有什么问题?
此外,分区 #1 上有一个标志 - 它是“lba”标志。这是为了什么?也许这就是 GParted 无法移动它的原因?
这是 Ubuntu 18.04 的全新安装。Geany 编辑器是由 安装的apt
,但在运行过程中我收到了很多如下所示的控制台消息:
(geany:4024): Gtk-WARNING **: 17:48:22.265: Error loading theme icon 'document-new' for stock: Icon 'document-new' not present in theme elementary-xfce-darker
(geany:4024): Gtk-WARNING **: 17:48:22.422: Error loading theme icon 'document-open' for stock: Icon 'document-open' not present in theme elementary-xfce-darker
(geany:4024): Gtk-WARNING **: 17:48:22.424: Error loading theme icon 'document-save' for stock: Icon 'document-save' not present in theme elementary-xfce-darker
(geany:4024): Gtk-WARNING **: 17:48:22.424: Error loading theme icon 'document-revert' for stock:
(geany:4024): Gtk-WARNING **: 17:48:22.425: Error loading theme …
Run Code Online (Sandbox Code Playgroud) 我在 MacPro 上的 VMWare Fusion 中将 Ubuntu 作为 VM 运行:
ayakovlev@ubuntu:~$ uname -a
Linux ubuntu 3.11.10.3 #1 SMP Thu Mar 6 15:31:54 EST 2014 x86_64 x86_64 x86_64 GNU/Linux
Run Code Online (Sandbox Code Playgroud)
下面的命令输出我期望的结果:
ayakovlev@ubuntu:~$ ls /usr/include/*5*
ax25.h
Run Code Online (Sandbox Code Playgroud)
当我替换为时5
,6
我得到了非常奇怪的结果:
ayakovlev@ubuntu:~$ ls /usr/include/*6*
a.out.h asm bits c++ fpu_control.h gnu ieee754.h sys zconf.h
Run Code Online (Sandbox Code Playgroud)
这可能是什么原因?
我在 Xubuntu 16.04.1,make
版本为 4.1。我对这个版本有一些怀疑,想暂时安装旧版本(3.81),它在另一台旧机器上与我的包一起工作正常。
最安全的方法是什么?我不想破坏任何东西,只想运行旧版本几次。