在对 Ubuntu 22 进行例行更新后,我现在拥有多个版本的 LibreOffice(7.3.7.2 和 7.5.1.2)。
是否可以将两者合并(以保留我放置在 7.3 中但不存在于较新版本 7.5 中的插件)?还是直接将 7.3 升级到 7.5 而无需重复?
这是由于 deb/snap 通信缺陷造成的吗?
谢谢
在对 Ubuntu 22 进行例行更新后,我现在拥有多个版本的 LibreOffice(7.3.7.2 和 7.5.1.2)。
是否可以将两者合并(以保留我放置在 7.3 中但不存在于较新版本 7.5 中的插件)?还是直接将 7.3 升级到 7.5 而无需重复?
这是由于 deb/snap 通信缺陷造成的吗?
谢谢
我有 Ubuntu 22.04 LTS 并在这篇文章之后安装了 Atom 。从图标启动后,窗口打开但保持空白,然后在几秒钟内崩溃。在终端上我得到:
$ atom
/usr/bin/atom: line 195: 30027 Illegal instruction (core dumped) nohup "$ATOM_PATH" --executed-from="$(pwd)" --pid=$$ "$@" > "$ATOM_HOME/nohup.out" 2>&1
[30027:0429/141844.105294:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.
--2022-04-29 14:18:44-- https://atom.io/crash_reports
Resolving atom.io (atom.io)... 20.119.16.4
Connecting to atom.io (atom.io)|20.119.16.4|:443... connected.
HTTP request sent, awaiting response... 204 No Content
2022-04-29 14:18:45 (0.00 B/s) - ‘/dev/fd/4’ saved [0]
Unexpected crash report id length
Failed to get crash dump id.
Report Id:
--2022-04-29 14:18:45-- https://atom.io/crash_reports
Resolving atom.io (atom.io)... 20.119.16.4
Connecting to atom.io (atom.io)|20.119.16.4|:443... connected.
HTTP request sent, awaiting response... 204 No Content
2022-04-29 14:18:47 (0.00 B/s) - ‘/dev/fd/4’ saved [0]
Unexpected crash report id length
Failed to get crash dump id.
Report Id:
问题是什么?
我刚刚安装了 ubuntu 22.04。我可以安装 R sudo apt -y install r-base gdebi-core
:
$ R
R version 4.1.2 (2021-11-01) -- "Bird Hippie"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
但是当我尝试从下载的文件中安装 Rstudio 时,我得到:
$ sudo gdebi rstudio-2022.02.1-461-amd64.deb
[sudo] password for gigiux:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: libssl1.0.0|libssl1.0.2|libssl1.1
一个流行的 deb 文件缺少一个基本库是很奇怪的,另外:
$ sudo apt install libssl1.1
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libssl1.1
E: Couldn't find any package by glob 'libssl1.1'
在 Ubuntu 22.04 上安装 R 和 R studio 的正确程序是什么?
我设置了 15' 不活动后的省电模式。问题是我回来后需要再次登录(例如通过移动鼠标)。有什么方法可以避免登录?
谢谢
上周我启动了 Ubuntu 20.04,但我得到了错误initframfs: /dev/sda1 contains a file system with errors
。我通过手动输入修复了它,fsck /dev/sda1
但今天我遇到了同样的问题。
我应该重新安装整个 Ubuntu(丢失我安装的所有程序)还是有更多 Linux 风格的长期解决方案?
谢谢
我刚买了一个 ARDUINO MICRO,它看起来被系统识别了,因为它显示在/dev/ttyS0
. 我写的草图编译没有错误,但是当我尝试上传时,我得到:
如果我按照建议按下重置按钮,在开始加载过程后,我得到
Arduino: 1.8.13 (Linux), Board: "Arduino Micro"
Sketch uses 4026 bytes (14%) of program storage space. Maximum is 28672 bytes.
Global variables use 149 bytes (5%) of dynamic memory, leaving 2411 bytes for local variables. Maximum is 2560 bytes.
An error occurred while uploading the sketch
avrdude: ser_open(): can't open device "/dev/ttyACM0": Permission denied
使用详细输出,我得到:
Arduino: 1.8.13 (Linux), Board: "Arduino Micro"
Sketch uses 4026 bytes (14%) of program storage space. Maximum is 28672 bytes.
Global variables use 149 bytes (5%) of dynamic memory, leaving 2411 bytes for local variables. Maximum is 2560 bytes.
PORTS {/dev/ttyACM0, } / {/dev/ttyACM0, } => {}
...
PORTS {/dev/ttyACM0, } / {} => {}
PORTS {} / {} => {}
...
PORTS {} / {} => {}
PORTS {} / {/dev/ttyACM0, } => {/dev/ttyACM0, }
Found upload port: /dev/ttyACM0
/home/gigiux/src/arduino/hardware/tools/avr/bin/avrdude -C/home/gigiux/src/arduino/hardware/tools/avr/etc/avrdude.conf -v -patmega32u4 -cavr109 -P/dev/ttyACM0 -b57600 -D -Uflash:w:/tmp/arduino_build_442878/pushLED.ino.ino.hex:i
avrdude: Version 6.3-20190619
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "/home/gigiux/src/arduino/hardware/tools/avr/etc/avrdude.conf"
User configuration file is "/home/gigiux/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/ttyACM0
Using Programmer : avr109
Overriding Baud Rate : 57600
avrdude: ser_open(): can't open device "/dev/ttyACM0": Permission denied
avrdude done. Thank you.
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
它看起来更像是系统错误而不是电路板的问题。会有什么问题?故障排除列表没有针对此问题提供适当的解决方案,因为它没有提及拒绝访问端口...
谢谢