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

Svetlana Belkin's questions

Martin Hope
Svetlana Belkin
Asked: 2019-06-30 14:28:02 +0800 CST

由于缺少 libssl1.0.0 软件包,无法安装 Viber

  • 10

我正在使用 Ubuntu 19.04。我知道问题Ubuntu 18.04 Unable to install Viber,但是当我尝试通过安装时

sudo dpkg -i viber.deb

我明白了:

Selecting previously unselected package viber.
(Reading database ... 206700 files and directories currently installed.)
Preparing to unpack viber.deb ...
Unpacking viber (10.3.0.37) ...
dpkg: dependency problems prevent configuration of viber:
 viber depends on libssl1.0.0; however:
  Package libssl1.0.0 is not installed.

dpkg: error processing package viber (--install):
 dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.32.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-4ubuntu1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Errors were encountered while processing:
 viber

我已经尝试过 Viber 非官方快照,但我遇到了大屏幕 rez,我也不知道如何解决这个问题。

software-installation dependencies deb viber
  • 5 个回答
  • 14258 Views
Martin Hope
Svetlana Belkin
Asked: 2016-09-07 13:40:37 +0800 CST

适用于 Ubuntu 16.04 的 Ubuntu 核心应用程序

  • 2

当我尝试遵循如何安装 Ubuntu Touch Coreapps 的答案时?,它不适用于 Ubuntu 16.04。在我跑之后sudo apt update,我得到了这个:

Reading package lists... Done
W: The repository 'http://ppa.launchpad.net/ubuntu-touch-coreapps-drivers/collection/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://ppa.launchpad.net/ubuntu-touch-coreapps-drivers/daily/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/ubuntu-touch-coreapps-drivers/collection/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found
E: Failed to fetch http://ppa.launchpad.net/ubuntu-touch-coreapps-drivers/daily/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.

当我尝试安装时:

sudo apt-get install ubuntu-sdk touch-coreapps
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package touch-coreapps

有更新的方法来做到这一点吗?

16.04
  • 1 个回答
  • 277 Views
Martin Hope
Svetlana Belkin
Asked: 2016-08-12 14:23:55 +0800 CST

idmapd.service 重启失败:单元 idmapd.service 被屏蔽

  • 4

我尝试运行systemctl unmask idmapd然后service idmapd restart,但它仍然给我同样的错误。

我在 Ubuntu 16.04 64 位,我的服务器也是 Ubuntu 16.04 64 位。

当我检查它是否正在运行时,我得到了这个:

service idmapd status
● idmapd.service
   Loaded: masked (/dev/null; bad)
   Active: inactive (dead)

对于另一个:

$ service nfs-idmapd status 
● nfs-idmapd.service - NFSv4 ID-name mapping service
   Loaded: loaded (/lib/systemd/system/nfs-idmapd.service; static; vendor preset: enabled)
   Active: inactive (dead)
$ service nfs-idmapd start 
Failed to start nfs-idmapd.service: Unit nfs-server.service not found.
networking
  • 2 个回答
  • 16544 Views
Martin Hope
Svetlana Belkin
Asked: 2016-08-12 13:05:51 +0800 CST

Kerberos 和 UID/GID 映射

  • 2

NFS 系统的正确 UID/GID 映射是否需要 Kerberos?

networking
  • 1 个回答
  • 1019 Views
Martin Hope
Svetlana Belkin
Asked: 2016-08-12 12:21:43 +0800 CST

如何使用 NFS 从 IP 地址挂载?

  • 4

我有一个 Ubuntu 16.04 64 位家庭服务器,我按照本指南设置 NFS 服务器。我的问题是我正在尝试通过 IP 地址连接到它(在我的桌面上),代码如下:

sudo mount 192.168.1.126/exports /local/ubuntu

但是当我这样做时,我得到了这个:

mount: special device 192.168.1.126/exports does not exist

有没有办法只通过 IP 地址连接,还是必须有域和地址?

server
  • 1 个回答
  • 23202 Views
Martin Hope
Svetlana Belkin
Asked: 2016-06-17 09:23:08 +0800 CST

如何在加载共享库时修复错误:安装 BOINC 时的 libwx_gtk2u_html-2.8.so.0?

  • 9

我在 64 位的 Ubuntu 16.04 上,我试图让 BOINC 从命令行运行,但是当我尝试时,我得到了这个错误:

svetlana@svetlana-desktop:~/Downloads$ sudo /home/svetlana/Downloads/BOINC
/run_manager
./boincmgr: error while loading shared libraries: libwx_gtk2u_html-2.8.so.0: cannot open shared object file: No such file or directory

我也遵循了这个指南,但没有帮助。

16.04
  • 2 个回答
  • 11256 Views
Martin Hope
Svetlana Belkin
Asked: 2016-05-23 12:40:25 +0800 CST

错误:您缺少以下 32 位库,并且 Steam 可能无法运行:libXtst.so.6 [...]

  • 9

我知道很多人在 Ubuntu 16.04 64 位上启动 Steam(从 Steam 而不是 repos 下载)时遇到问题,并出现以下错误消息:

svetlana@svetlana-desktop:~$ steam
Running Steam on ubuntu 16.04 64-bit
STEAM_RUNTIME is enabled automatically
Error: You are missing the following 32-bit libraries, and Steam may not run:
libXtst.so.6
libXrandr.so.2
libgobject-2.0.so.0
libglib-2.0.so.0
libgtk-x11-2.0.so.0
libpulse.so.0
libgdk_pixbuf-2.0.so.0
Installing breakpad exception handler for appid(steam)/version(1463778979)
Installing breakpad exception handler for appid(steam)/version(1463778979)
Installing breakpad exception handler for appid(steam)/version(1463778979)
Installing breakpad exception handler for appid(steam)/version(1463778979)
[2016-05-22 16:33:15] Startup - updater built May 20 2016 18:57:58
[2016-05-22 16:33:15] Opted in to client beta 'publicbeta' via beta file
You are in the 'publicbeta' client beta.
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[2016-05-22 16:33:15] Checking for update on startup
[2016-05-22 16:33:15] Checking for available updates...
[2016-05-22 16:33:15] Download skipped by HTTP 304 Not Modified
[2016-05-22 16:33:15] Nothing to do
[2016-05-22 16:33:15] Verifying installation...
[2016-05-22 16:33:15] Performing checksum verification of executable files
[2016-05-22 16:33:15] Verification complete
[2016-05-22 16:33:16] Shutdown

我的问题有人找到解决方案了吗?

16.04
  • 3 个回答
  • 33938 Views
Martin Hope
Svetlana Belkin
Asked: 2016-04-19 12:25:45 +0800 CST

使用还原脚本后无法以用户身份登录

  • 0

在升级到 Ubuntu 16.04 64 位后,我使用这个脚本来恢复我的文件和安装的包(主文件夹未加密)。但是当我尝试以图形方式以用户身份登录时,它只是让我回到了登录屏幕。我可以从登录屏幕通过命令行以用户身份登录。

由于rsync restore of home folder 后无法登录 ubuntu的解决方案,说要从~/.Xauthority主文件夹中删除文件并创建一个新文件,这对我不起作用。

command-line
  • 1 个回答
  • 70 Views
Martin Hope
Svetlana Belkin
Asked: 2015-09-09 08:00:14 +0800 CST

BleachBit 命令行清除所有选项

  • 5

与这个问题相关:Clearing Firefox History via Command Line

在我的最后一个问题(上面的链接)中,我询问是否有一种方法可以清除 BleachBit 的 Firefox 选项中的所有内容。我正在编写一个脚本,该脚本将在我重新安装或安装 Ubuntu 之前清理我的计算机(我就像重新开始一样)。有一种方法,但是是否有一个命令来清除所有选项而不是一个一个地执行每个选项(--clean [insert option from bleachbit --list here] *)?还是那个选项不存在?

command-line
  • 2 个回答
  • 16078 Views
Martin Hope
Svetlana Belkin
Asked: 2015-09-08 08:41:45 +0800 CST

通过命令行清除 Firefox 历史记录

  • 5

可能与这个问题有关:Can I view Firefox history with the terminal?

我想创建一个 shell 脚本来清除我的 Firefox 历史记录中的所有内容(这包括其他历史记录,例如缓存),以便在安装下一个 Ubuntu 版本之前或只是拥有一个干净的备份副本。问题是如何通过命令行执行此操作,以便我可以将这些行添加到我的脚本中。

如果可能的话,我也可以通过 BleachBit 使用命令行命令。

command-line
  • 3 个回答
  • 14016 Views
Martin Hope
Svetlana Belkin
Asked: 2014-05-15 06:29:07 +0800 CST

寻求一个手写笔记应用程序,在 PC 和 Ptablet 之间同步

  • 1

我正在寻找一个像Xournal这样的程序,但它能够有一个适用于 Android 的应用程序,可以通过 Dropbox 或他们自己的云同步,比如Quill。

我同意可以在 WINE 下运行的 Windows 应用程序。

14.04
  • 1 个回答
  • 277 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