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-1013762

Ubuntovative is here's questions

Martin Hope
Ubuntovative is here
Asked: 2020-12-12 19:28:34 +0800 CST

限制 Ubuntu 18.04 上 wps-office 的互联网连接

  • 0

我在Dell Vostro 3546上使用Ubuntu 18.04。 我想限制对WPS Office 2019的互联网访问。我使用从这里下载的文件安装了它。我只想完全限制这个应用程序的互联网访问。我不希望其他地方出现网络问题。
.deb

提前致谢。

networking internet wps-office
  • 3 个回答
  • 543 Views
Martin Hope
Ubuntovative is here
Asked: 2020-12-04 22:21:36 +0800 CST

键盘在ubuntu 18.04上的我们当中(葡萄酒)中不起作用

  • 1

我在戴尔 Vostro 3546 上使用 Ubuntu 18.04。

uname -a

Linux vaishnavi-laptop 4.15.0-124-generic #127-Ubuntu SMP Fri Nov 6 10:54:43 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

我想玩我们中间。我按照此视频的说明进行操作。
但是你知道我们需要先输入名字才能玩,但是我的键盘不工作!!!. 仅供参考,当我使用作品集视图(使用葡萄酒)时,键盘工作。
我尝试过的(没有运气):

  1. 在winecfg启用emulate a virtual desktop
  2. 在winecfg禁用allow the window manager to control the windows
  3. 在regedit创建具有值“N”的新条目“UseTakeFocus”时HKEY_CURRENT_USER\Software\Wine\X11 Driver

请帮我。提前致谢。

keyboard wine
  • 1 个回答
  • 742 Views
Martin Hope
Ubuntovative is here
Asked: 2020-11-03 00:17:18 +0800 CST

Ubuntu 18.04 上的 Wine 依赖问题

  • 4

我在戴尔 Vostro 3546上使用Ubuntu 18.04

uname -a

Linux <host-name> 4.15.0-122-generic #124-Ubuntu SMP Thu Oct 15 13:03:05 UTC 2020 x86_64 x86_64 x86_64 GNU/Linu

我有严重的葡萄酒依赖问题。当我这样做时,这开始了sudo apt-get purge wine*。我无法重新安装它。请帮忙,酒对我来说非常重要。

  1. 启用 32 位架构

  2. 的输出sudo apt-get update,仅供您查看我的存储库列表:https ://pastebin.com/416d1fRU

  3. 正常winehq-stable安装的输出:https ://pastebin.com/JvK1MrCb

  4. winehq-stable使用我最喜欢的依赖工具的安装输出: https ://pastebin.com/tKBpRbe5 。
    如果我在第一个提示中选择“Y”,它将什么也不做,只是退出。然后,在第二个提示中,如果我选择“Y”,它会通过删除所有内容来完全破坏我的系统。如果我选择“n”,那么它会一次又一次地要求做同样的事情。不得不“q”中止。

  5. 使用突触:

    突触

编辑:

apt-cache policy winehq-stable wine-stable


winehq-stable:
  Installed: (none)
  Candidate: 5.0.2~bionic
  Version table:
     5.0.2~bionic 500
        500 https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04 ./ Packages
wine-stable:
  Installed: (none)
  Candidate: 5.0.2~bionic
  Version table:
     5.0.2~bionic 500
        500 https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04 ./ Packages
     3.0-1ubuntu1 500
        500 http://es-mirrors.evowise.com/ubuntu bionic/universe amd64 Packages
        500 http://es-mirrors.evowise.com/ubuntu bionic/universe i386 Packages
sudo apt install --install-recommends winehq-stable


Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
 
The following packages have unmet dependencies:
 winehq-stable : Depends: wine-stable (= 5.0.2~bionic)
E: Unable to correct problems, you have held broken packages.

apt-cache policy $(apt-rdepends winehq-stable 2>/dev/null | grep "^[a-zA-Z]" | sort | paste -s -d" ")= https://paste.ubuntu.com/p/7phckZ5nsD/的输出

apt-cache policy $(apt-rdepends wine-stable 2>/dev/null | grep "^[a-zA-Z]" | sort | paste -s -d" ")= https://paste.ubuntu.com/p/Cp89PtzZks/的输出

wine dependencies 18.04
  • 1 个回答
  • 396 Views
Martin Hope
Ubuntovative is here
Asked: 2020-10-29 23:56:02 +0800 CST

我制作了自己的 webapp,如何更改标题(或其他)?

  • 2

我在 Dell Vostro 3546 上使用 Ubuntu 18.04。
这是我的 webapp 代码/home/$USER/.local/share/applications/sketchboard.png:

[Desktop Entry]
Version=1.1
Type=Application
Name=Sketchboard
GenericName=Sketchboard
Comment=Sketchboard desktop webapp
Icon=/usr/sketchboard.png
Exec=/opt/google/chrome/google-chrome --app=https://sketchboard.me/
Actions=
MimeType=text/plain;
Categories=Application;Network;Graphics;
Keywords=Sketchboard;webapp;
StartupNotify=true
StartupWMClass=sketchboard.me

这是我的照片:

素描板 如您所见,我强调了 webapp 的标题(或我们所说的任何内容)。有时链接也会显示在那里。
我只想看那里写的“Sketchboard”。

提前致谢。

webapps
  • 1 个回答
  • 132 Views
Martin Hope
Ubuntovative is here
Asked: 2020-10-15 01:38:05 +0800 CST

在 shell 脚本中使用“*”

  • 4

我正在尝试运行一个命令示例:

sudo mv /home/vaishnavi/Downloads/*.ttc /home/vaishnavi/Downloads/*.ttf /usr/local/share/fonts/ms_fonts/

它在终端中运行良好,但是当我尝试在 shell 脚本 ( .sh) 中添加它时,我收到一条错误消息:

mv: cannot stat '/home/vaishnavi/Downloads/*.ttf': No such file or directory

简单地说,在这种情况下,我想将所有文件.ttf和.ttc类型移动到。/usr/local/share/fonts/ms_fonts/坦率地说,我在 shell 脚本方面并不是那么专家。请向我解释我做错了什么以及实现预期结果的替代方法。

我的示例脚本:

sudo mv /home/vaishnavi/Downloads/*.ttc /home/vaishnavi/Downloads/*.ttf /usr/local/share/fonts/ms_fonts/  
...

exit 0
scripts command-line bash mv
  • 1 个回答
  • 178 Views
Martin Hope
Ubuntovative is here
Asked: 2020-10-03 23:06:40 +0800 CST

福昕阅读器 (Ubuntu 18.04) 无法连接互联网

  • 4

我在Dell Vostro 15 - 3546上使用Ubuntu 18.04。

uname -a

Linux <device-name> 4.15.0-118-generic #119-Ubuntu SMP Tue Sep 8 12:30:01 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

我最近在这篇文章之后安装了 Foxit Reader 。在 Foxit Reader 中,互联网似乎无法正常工作。
打开 Foxit Drive 时出现以下网络错误:

福昕阅读器网络错误

当我点击Check for updates按钮时,进度条根本不动?:

检查更新时没有进展

输出ethtool eth0:

Settings for eth0:
    Supported ports: [ TP ]
    Supported link modes:   10baseT/Half 10baseT/Full 
                            100baseT/Half 100baseT/Full 
                            1000baseT/Full 
    Supported pause frame use: No
    Supports auto-negotiation: Yes
    Supported FEC modes: Not reported
    Advertised link modes:  10baseT/Half 10baseT/Full 
                            100baseT/Half 100baseT/Full 
                            1000baseT/Full 
    Advertised pause frame use: No
    Advertised auto-negotiation: Yes
    Advertised FEC modes: Not reported
    Speed: 10Mb/s
    Duplex: Half
    Port: Twisted Pair
    PHYAD: 0
    Transceiver: internal
    Auto-negotiation: on
    MDI-X: Unknown
Cannot get wake-on-lan settings: Operation not permitted
    Current message level: 0x00000033 (51)
                   drv probe ifdown ifup
    Link detected: no

编辑:
仅供参考,这不是虚拟机,没有使用 VPN 软件。
输出ifconfig:

eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether b8:2a:72:ca:ab:6e  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 41  base 0xd000  

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 12386  bytes 847387 (847.3 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 12386  bytes 847387 (847.3 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.43.30  netmask 255.255.255.0  broadcast 192.168.43.255
        ether b0:10:41:18:23:11  txqueuelen 1000  (Ethernet)
        RX packets 133014  bytes 70779214 (70.7 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 49151  bytes 10707681 (10.7 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
networking foxitreader
  • 2 个回答
  • 190 Views
Martin Hope
Ubuntovative is here
Asked: 2020-09-29 19:32:38 +0800 CST

Mailspring 滚动在 Ubuntu 18.04 上不起作用

  • 2

我在Dell Vostro 15 - 3546上使用Ubuntu 18.04。最近我通过 snap store 安装了 Mailspring。除非我使用外接鼠标并使用滚轮,否则右侧的滚动条不起作用。我该如何解决? 提前致谢!

email gmail scrollbar scrolling snap
  • 1 个回答
  • 94 Views
Martin Hope
Ubuntovative is here
Asked: 2020-09-25 02:18:06 +0800 CST

C++ 代码编译致命错误:xdo.h: No such file or directory

  • 2

我在Dell Vostro 15 - 3546上使用Ubuntu 18.04。

uname -api
Linux vaishnavi-laptop 4.15.0-118-generic #119-Ubuntu SMP Tue Sep 8 12:30:01 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

我要安装comfortable-swipe. 这是我的输出bash install:

Installing binaries ...
./comfortable-swipe-main.cpp:31:10: fatal error: xdo.h: No such file or directory
 #include <xdo.h>
          ^~~~~~~
compilation terminated.

有没有办法解决这个问题?

提前致谢

c++ 18.04
  • 1 个回答
  • 1031 Views
Martin Hope
Ubuntovative is here
Asked: 2020-09-24 21:27:55 +0800 CST

致命错误:ini.h:没有这样的文件或目录

  • 0

我在Dell Vostro 15 - 3546上使用Ubuntu 18.04。

uname -api
Linux vaishnavi-laptop 4.15.0-118-generic #119-Ubuntu SMP Tue Sep 8 12:30:01 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

尝试安装舒适滑动时,输出bash install为:

Installing binaries ...
./comfortable-swipe-main.cpp:41:10: fatal error: ini.h: No such file or directory
 #include <ini.h> // ini_parse
          ^~~~~~~
compilation terminated.

我该如何解决?

提前致谢

c++ 18.04
  • 1 个回答
  • 633 Views
Martin Hope
Ubuntovative is here
Asked: 2020-09-17 01:21:20 +0800 CST

如何在 Ubuntu 18.04 中将 WPS Office 更新到最新版本?

  • 0

我想将 WPS Office 更新到最新版本(如果可能通过命令行),而不重新安装它。我目前正在使用:

wps-office详细信息

我在这里检查了检查更新的方式,但我看不到检查更新选项。

我使用的是最新版本wps-office吗?如果没有,那我该如何更新呢?

updates wps-office
  • 2 个回答
  • 3472 Views
Martin Hope
Ubuntovative is here
Asked: 2020-09-15 20:24:10 +0800 CST

Fusuma 无法在 Ubuntu 18.04 上运行

  • 2

我在Dell Vostro 15 - 3546上有Ubuntu 18.04。

uname -api

Linux vaishnavi-laptop 4.15.0-117-generic #118-Ubuntu SMP Fri Sep 4 20:02:41 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

我按照这个帖子安装fusuma。然后当我运行时sudo fusuma:

I, [2020-09-15T09:45:33.978824 #15466]  INFO -- : reload config: /home/vaishnavi/.config/fusuma/config.yml
I, [2020-09-15T09:45:34.051674 #15466]  INFO -- : ---------------------------------------------
I, [2020-09-15T09:45:34.051794 #15466]  INFO -- : Fusuma: 1.11.1
I, [2020-09-15T09:45:34.061094 #15466]  INFO -- : libinput: 1.10.4
I, [2020-09-15T09:45:34.143106 #15466]  INFO -- : OS: Linux 4.15.0-117-generic #118-Ubuntu SMP Fri Sep 4 20:02:41 UTC 2020
I, [2020-09-15T09:45:34.145421 #15466]  INFO -- : Distribution: Ubuntu 18.04.4 LTS \n \l
I, [2020-09-15T09:45:34.147262 #15466]  INFO -- : Desktop session:
I, [2020-09-15T09:45:34.147340 #15466]  INFO -- : ---------------------------------------------
I, [2020-09-15T09:45:34.147393 #15466]  INFO -- : Enabled Plugins: 
I, [2020-09-15T09:45:34.147612 #15466]  INFO -- :   Fusuma::Plugin::Buffers::GestureBuffer
I, [2020-09-15T09:45:34.147659 #15466]  INFO -- :   Fusuma::Plugin::Detectors::PinchDetector
I, [2020-09-15T09:45:34.147692 #15466]  INFO -- :   Fusuma::Plugin::Detectors::RotateDetector
I, [2020-09-15T09:45:34.147729 #15466]  INFO -- :   Fusuma::Plugin::Detectors::SwipeDetector
I, [2020-09-15T09:45:34.147764 #15466]  INFO -- :   Fusuma::Plugin::Events::Records::GestureRecord
I, [2020-09-15T09:45:34.147804 #15466]  INFO -- :   Fusuma::Plugin::Events::Records::IndexRecord
I, [2020-09-15T09:45:34.147948 #15466]  INFO -- :   Fusuma::Plugin::Events::Records::TextRecord
I, [2020-09-15T09:45:34.147979 #15466]  INFO -- :   Fusuma::Plugin::Executors::CommandExecutor
I, [2020-09-15T09:45:34.148008 #15466]  INFO -- :   Fusuma::Plugin::Filters::LibinputDeviceFilter
I, [2020-09-15T09:45:34.148039 #15466]  INFO -- :   Fusuma::Plugin::Filters::LibinputTimeoutFilter
I, [2020-09-15T09:45:34.148081 #15466]  INFO -- :   Fusuma::Plugin::Inputs::LibinputCommandInput
I, [2020-09-15T09:45:34.148119 #15466]  INFO -- :   Fusuma::Plugin::Parsers::LibinputGestureParser
I, [2020-09-15T09:45:34.148177 #15466]  INFO -- : ---------------------------------------------

我没有错过任何步骤,也没有关闭终端,但触摸板手势仍然不起作用!
提前致谢。

编辑:
内容/home/vaishnavi/.config/fusuma/config.yml:

swipe:
  3:
    left:
      command: "xdotool key Alt+Right" # History forward 
    right:
      command: "xdotool key Alt+Left" # History back
    up:
      command: "xdotool key Super" # Activity
    down:
      command: "xdotool key Super" # Activity
  4:
    left:
      command: "xdotool key Ctrl+Alt+Down" # Switch to next workspace
    right:
      command: "xdotool key Ctrl+Alt+Up" # Switch to previous workspace
    up:
      command: "xdotool key Ctrl+Alt+Down" # Switch to next workspace
    down:
      command: "xdotool key Ctrl+Alt+Up" # Switch to previous workspace
pinch:
  in:
    command: "xdotool keydown Ctrl click 4 keyup Ctrl" # Zoom in
  out:
    command: "xdotool keydown Ctrl click 5 keyup Ctrl" # Zoom out
touchpad xdotool libinput
  • 3 个回答
  • 2859 Views
Martin Hope
Ubuntovative is here
Asked: 2020-09-03 03:07:09 +0800 CST

为什么我总是需要去 grub 并进入 Ubuntu?

  • 0

我在Dell Vostro 15 - 3546上使用Ubuntu 18.04 LTS。

uname -a :

Linux <laptop-name> 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

当我从关机状态打开笔记本电脑时,启动屏幕卡住了。因此,我遵循了这一点并在/etc/default/grubnomodeset之后添加 。然后由于亮度问题,我进一步添加。现在,该行如下所示:quiet splashacpi_backlight=vendor

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset acpi_backlight=vendor"

在此之后,我需要Shift在启动过程中手动按住并需要Enter进入Ubuntu. 但是,它仍然卡在启动屏幕上,所以我需要再次按住Power按钮并强制关机。然后,当我再次Enter进入时Ubuntu,我终于可以打开设备了。

这个过程太长了,请帮我解决这个问题。

提前致谢。

grub2 boot
  • 2 个回答
  • 134 Views
Martin Hope
Ubuntovative is here
Asked: 2020-08-31 03:50:21 +0800 CST

对 grub 进行永久性更改

  • 0

我有 Ubuntu 18.04 LTS。

uname -a

Linux username-laptop 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

我必须nomodeset在grub 期间quiet splash $vt_handoff按下手动添加。e我不想手动执行此操作,而是要进行永久性更改。我试过这个,但它不能解决问题,因为它在 和nomodeset之间添加quiet splash,$vt_handoff并且 Ubuntu 卡在启动屏幕上:

蛴螬

我怎样才能做到这一点?

grub2 boot nomodeset
  • 1 个回答
  • 482 Views
Martin Hope
Ubuntovative is here
Asked: 2020-08-29 02:02:32 +0800 CST

无法更新 Ubuntu 18.04 [重复]

  • 0
这个问题在这里已经有了答案:
如果存储库/PPA 没有发布文件,我该怎么办? (5 个回答)
2年前关闭。

我有Ubuntu 18.04和python 3.7。

uname -a
Linux username-laptop 4.15.0-109-generic #110-Ubuntu SMP Tue Jun 23 02:39:32 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

当我运行时,sudo apt-get update我收到此错误:

E: The repository 'http://dl.bintray.com/aluxian/deb stable Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'https://dl.bintray.com/aluxian/deb dev Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

我尝试了这个解决方案,但我也无法打开Software and updates。

updates dbus
  • 2 个回答
  • 122 Views
Martin Hope
Ubuntovative is here
Asked: 2020-07-06 01:05:09 +0800 CST

错误 - 包'pulseaudio'没有安装候选[重复]

  • 0
这个问题在这里已经有了答案:
“包 <package> 没有安装候选”是什么意思? (3 个回答)
1 年前关闭。

我最近刚刚在戴尔 Vostro 15笔记本电脑上升级到Ubuntu 18.04 。我遇到了一些与pulseaudio相关的问题,所以我运行了这些命令,如下所示

sudo apt-get purge pulseaudio
sudo apt-get clean && sudo apt-get autoremove

执行这些命令后,我运行sudo apt-get install pulseaudio甚至尝试运行sudo apt install pulseaudio,但发生了这些错误:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package pulseaudio is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'pulseaudio' has no installation candidate

任何想法如何解决这个问题?

software-installation pulseaudio apt
  • 1 个回答
  • 1986 Views
Martin Hope
Ubuntovative is here
Asked: 2020-07-03 01:58:28 +0800 CST

找不到音频设备,没有正确的声音

  • 0

我在戴尔 Vostro 15笔记本电脑上使用Ubuntu 18.04 。声音设置令人惊讶地没有找到任何音频设备。这是一个屏幕截图:

在系统设置-> 声音中找不到音频设备

以下是以下输出:-

lspci -nnk | grep -A3 Audio

00:03.0 Audio device [0403]: Intel Corporation Haswell-ULT HD Audio Controller [8086:0a0c] (rev 0b)
    Subsystem: Dell Haswell-ULT HD Audio Controller [1028:065c]
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
00:14.0 USB controller [0c03]: Intel Corporation 8 Series USB xHCI HC [8086:9c31] (rev 04)
--
00:1b.0 Audio device [0403]: Intel Corporation 8 Series HD Audio Controller [8086:9c20] (rev 04)
    Subsystem: Dell 8 Series HD Audio Controller [1028:065c]
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
00:1c.0 PCI bridge [0604]: Intel Corporation 8 Series PCI Express Root Port 1 [8086:9c10] (rev e4)

aplay -l

    **** List of PLAYBACK Hardware Devices ****
card 0: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 9: HDMI 3 [HDMI 3]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 10: HDMI 4 [HDMI 4]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 0: ALC3234 Analog [ALC3234 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

sudo pactl list short sinks

Failed to create secure directory (/run/user/0/snap.pulseaudio/pulse): No such file or directory
0   alsa_output.pci-0000_00_03.0.hdmi-stereo    module-alsa-card.c  s16le 2ch 44100Hz   SUSPENDED
1   alsa_output.pci-0000_00_1b.0.analog-stereo  module-alsa-card.c  s16le 2ch 44100Hz   SUSPENDED

由于这个原因,我不能使用任何声音驱动程序。它总是静音。

该怎么办 ???

sound pulseaudio drivers alsa system-settings
  • 1 个回答
  • 544 Views
Martin Hope
Ubuntovative is here
Asked: 2020-04-03 06:13:34 +0800 CST

Ubuntu 16.04 上的 Kinemaster

  • 1

我在Dell Vostro 15上有Ubuntu 16.04。我想在我的电脑上安装 kinemaster。有人可以建议一种快速简便的方法吗?我知道它可以安装在Andriod上,但它可以安装在 Ubuntu (linux) pc 上。如果是,请提出一种方法

video-editor
  • 1 个回答
  • 9080 Views
Martin Hope
Ubuntovative is here
Asked: 2020-01-31 23:23:15 +0800 CST

如何列出所有已安装的软件包并从中卸载不需要的软件包[重复]

  • 0
这个问题在这里已经有了答案:
如何列出所有已安装的软件包 24 个答案
2年前关闭。

我想将所有已安装软件包的列表输出到一个文本文件中,以便我可以查看它并在另一个系统上批量安装。我什至希望能够卸载不需要的。我该怎么做?

package-management apt
  • 1 个回答
  • 50 Views
Martin Hope
Ubuntovative is here
Asked: 2020-01-24 03:13:31 +0800 CST

如何反转戴尔键盘上的“fn”键,以便默认使用 F1、F2、F3...?

  • 6

更清楚地说,现在使用音量和亮度键,我必须按住fn才能执行F1, F2, F3, F4, F5... 命令。我可以将其反转,使其默认为功能键并按住fn启用音量和其他特殊控件吗?

keyboard keyboard-layout dell
  • 1 个回答
  • 5573 Views
Martin Hope
Ubuntovative is here
Asked: 2019-12-12 02:30:07 +0800 CST

/etc/sudoers 通常应该包含什么?[复制]

  • 0
这个问题在这里已经有了答案:
如何将自己重新添加为 sudo 用户? (5 个回答)
如何恢复配置文件? (7 个回答)
2年前关闭。

当我运行 sudo visudo 时,它应该包含什么?请给我一个 sudo 用户通常应该具备的示例。

visudo
  • 1 个回答
  • 325 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