AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-1368171

dollynadolly's questions

Martin Hope
dollynadolly
Asked: 2022-07-03 14:52:52 +0800 CST

无法验证 Swift 安装的 PGP 签名

  • 0

我在 Ubuntu 22.04 上。我正在按照Ubuntu Linux 说明安装 Swift。目前在第 3 步。

在我的下载目录中,我有

swift-5.6.2-RELEASE-ubuntu20.04.tar.gz.sig

我在我的 \Downloads 中运行了这个:

gpg --verify swift-5.6.2-RELEASE-ubuntu20.04.tar.gz.sig

我收到此错误:

gpg: no signed data
gpg: can't hash datafile: No data

我已经将 PGP 密钥导入到我的密钥环中。

software-installation
  • 1 个回答
  • 25 Views
Martin Hope
dollynadolly
Asked: 2022-03-20 08:54:25 +0800 CST

如何从主目录卸载 pip3?

  • 1

我在 Ubuntu 20.04.4 LTS 上。我在我的主目录中乱七八糟,并pip3 install --upgrade pip试图升级 pip3。我收到了这个警告:

WARNING: The scripts pip, pip3 and pip3.8 are installed in '/home/my_username/.local/bin'
which is not on PATH. Consider adding this directory to PATH or, 
if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed pip-22.0.4

当我检查我的 pip3 版本时,它说我仍在 20.0.2 中:

pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)

我应该如何从我的主目录中卸载这个 pip3?

uninstall
  • 1 个回答
  • 910 Views
Martin Hope
dollynadolly
Asked: 2021-07-18 08:53:39 +0800 CST

有线连接仅在启动前插入时有效

  • 0

当我在启动前插入以太网电缆时,有线连接有效。但是,如果我在拔下以太网电缆的情况下启动或在启动后关闭有线连接,我将无法重新连接到有线连接。使有线连接再次正常工作的唯一方法是在插入以太网电缆的情况下重新启动我的 PC。我在 Ubuntu 20.04(Windows 双启动)上运行并拥有联想 IdeaPad Flex 5 14ARE05。以太网电缆在 Windows 启动前后都可以正常工作,打开或关闭。所以我认为以太网电缆没有任何问题。在 Ubuntu 的有线设置中检查自动连接。

这是sudo lshw -C network显示的内容

  *-network                 
       description: Wireless interface
       product: RTL8822CE 802.11ac PCIe Wireless Network Adapter
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: wlp2s0
       version: 00
       serial: 1c:bf:c0:d8:af:05
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=rtw_8822ce driverversion=5.8.0-59-generic firmware=N/A ip=192.168.1.19 latency=0 link=yes multicast=yes wireless=IEEE 802.11
       resources: irq:76 ioport:2000(size=256) memory:fc700000-fc70ffff
  *-network
       description: Ethernet interface
       physical id: 1
       bus info: usb@4:2.3
       logical name: enx00e04c6cae45
       serial: 00:e0:4c:6c:ae:45
       size: 1Gbit/s
       capacity: 1Gbit/s
       capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8152 driverversion=v1.11.11 duplex=full firmware=rtl8153a-4 v2 02/07/20 ip=192.168.1.28 link=yes multicast=yes port=MII speed=1Gbit/s

猫 /etc/netplan/*.yaml

# Let NetworkManager manage all devices on this system
network:
  version: 2
  renderer: NetworkManager

sudo dmidecode -s BIOS 版本

EECN31WW
networking
  • 1 个回答
  • 208 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve