我知道如何配置 APT 以使用网络代理。但是快照呢?
每次我都会收到这个错误 apt-get update
Ign http://ni.archive.ubuntu.com trusty/multiverse Translation-en_US
Ign http://ni.archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://ni.archive.ubuntu.com trusty/universe Translation-en_US
Reading package lists... Done
W: Ignoring Provides line with DepCompareOp for package libreoffice-l10n
W: Ignoring Provides line with DepCompareOp for package libreoffice-l10n
W: Ignoring Provides line with DepCompareOp for package libreoffice-l10n
W: Ignoring Provides line with DepCompareOp for package libreoffice-l10n
W: Ignoring Provides line with DepCompareOp for package libreoffice-l10n
W: Ignoring Provides line with DepCompareOp for package libreoffice-l10n
W: Ignoring Provides line with DepCompareOp for …Run Code Online (Sandbox Code Playgroud) 安装 snap 包后,当我尝试运行该应用程序时出现错误。
例如:
sudo snap install ubuntu-clock-app
/snap/bin/ubuntu-clock-app
failed to create user data directory. errmsg: Permission denied
Run Code Online (Sandbox Code Playgroud)
其他应用程序也会发生同样的情况。
我的 HOME 目录已加密。我怀疑这与问题有关。
我想在 ubuntu 14.04 上尝试 snapd,但是存在一些依赖性问题。
显然 systemd 与我随 HWE 软件包一起安装的一些 xorg/mesa 驱动程序冲突。
我删除了其中一些并再次尝试,它起作用了。现在我可以安装和使用 snaps。
然后我尝试重新安装 HWE 包并得到这个:
chestrada@estacion17:~$ sudo apt-get install --install-recommends linux-generic-lts-xenial xserver-xorg-core-lts-xenial xserver-xorg-lts-xenial xserver-xorg-video-all-lts-xenial xserver-xorg-input-all-lts-xenial libwayland-egl1-mesa-lts-xenial libgl1-mesa-glx-lts-xenial libgl1-mesa-glx-lts-xenial:i386 libglapi-mesa-lts-xenial:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-generic-lts-xenial is already the newest version.
The following packages were automatically installed and are no longer required:
snap-confine ubuntu-core-launcher
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libdrm-amdgpu1 libdrm-amdgpu1:i386 libdrm-intel1:i386 libdrm-nouveau2:i386
libdrm-radeon1:i386 libedit2:i386 …Run Code Online (Sandbox Code Playgroud)