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

Mir Rahed Uddin's questions

Martin Hope
Mir Rahed Uddin
Asked: 2021-05-30 11:44:09 +0800 CST

创建虚拟磁盘时出错 - 给定的磁盘大小未在扇区边界上对齐(512 字节)

  • 0

当我尝试为我的 Ubuntu 18.04 虚拟机创建虚拟硬盘时,我收到此错误...

Could not create the medium storage unit '/home/mir/VirtualBox VMs/Linux/Ubuntu/Ubuntu.vdi'.

VD: The given disk size 13529146982 is not aligned on a sector boundary (512 bytes) (VERR_VD_INVALID_SIZE).

Result Code: 
VBOX_E_FILE_ERROR (0x80BB0004)
Component: 
MediumWrap
Interface: 
IMedium {4afe423b-43e0-e9d0-82e8-ceb307940dda}

img_VirtualBox_Error

我为虚拟硬盘提供了 12.60 GB 的空间,如下图所示

img_Disk_size

问题是什么?这肯定不是磁盘空间问题,因为一旦我将它安装在 10 GB 的空间中,它就可以正常工作了。

18.04
  • 2 个回答
  • 531 Views
Martin Hope
Mir Rahed Uddin
Asked: 2020-09-07 14:13:46 +0800 CST

LibreOffice 7.0.1 安装失败

  • 1

我已经下载了 LibreOffice 的最新版本 (7.0.1)。问题是当我尝试安装时,它没有正确安装。

我如何安装它?

我已经提取了 LibreOffice 安装程序 ZIP 文件,进入DEBS文件夹,并使用以下命令执行所有包sudo dpkg -i *.deb

运行命令后遇到以下错误

dpkg-deb (subprocess): decompressing archive member: lzma error: compressed data is corrupt
dpkg-deb: error: <decompress> subprocess returned error exit status 2
dpkg: error processing archive libobasis7.0-core_7.0.1.2-2_amd64.deb (--install):
cannot copy extracted data for './opt/libreoffice7.0/program/libbiblo.so' to '/opt/libreoffice7.0/program/libbiblo.so.dpkg-new': unexpected end of file or stream

dpkg其他包也有同样的错误,比如 calc, draw

dpkg: error processing package libobasis7.0-base (--install):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libobasis7.0-calc:
libobasis7.0-calc depends on libobasis7.0-core (>= 7.0.1.2); however:
Package libobasis7.0-core is not installed.
libobasis7.0-calc depends on libobasis7.0-core (<= 7.0.1.2-2); however:
Package libobasis7.0-core is not installed.

最后显示

Errors were encountered while processing:
 libobasis7.0-core_7.0.1.2-2_amd64.deb
 libobasis7.0-base
 libobasis7.0-calc
 libobasis7.0-draw
 libobasis7.0-en-us
 libobasis7.0-extension-beanshell-script-provider
 libobasis7.0-extension-javascript-script-provider
 libobasis7.0-extension-mediawiki-publisher
 libobasis7.0-extension-nlpsolver
 libobasis7.0-extension-pdf-import
 libobasis7.0-extension-report-builder
 libobasis7.0-firebird
 libobasis7.0-gnome-integration
 libobasis7.0-graphicfilter
 libobasis7.0-images
 libobasis7.0-impress
 libobasis7.0-kde-integration
 libobasis7.0-libreofficekit-data
 libobasis7.0-math
 libobasis7.0-ogltrans
 libobasis7.0-onlineupdate
 libobasis7.0-ooolinguistic
 libobasis7.0-postgresql-sdbc
 libobasis7.0-python-script-provider
 libobasis7.0-pyuno
 libobasis7.0-writer
 libobasis7.0-xsltfilter
 libreoffice7.0
 libreoffice7.0-base
 libreoffice7.0-calc
 libreoffice7.0-dict-en
 libreoffice7.0-dict-es
 libreoffice7.0-dict-fr
 libreoffice7.0-draw
 libreoffice7.0-en-us
 libreoffice7.0-impress
 libreoffice7.0-math
 libreoffice7.0-writer
 libobasis7.0-librelogo

我可以在菜单项中看到 LibreOffice 条目,但无法启动它们

现在,当我尝试卸载它们时,(sudo apt-get purge libreoffice-core)我收到以下错误

The following packages have unmet dependencies:
 libobasis7.0-base : Depends: libobasis7.0-core (>= 7.0.1.2) but it is not installable
                     Depends: libobasis7.0-core (<= 7.0.1.2-2) but it is not installable
 libobasis7.0-calc : Depends: libobasis7.0-core (>= 7.0.1.2) but it is not installable
                     Depends: libobasis7.0-core (<= 7.0.1.2-2) but it is not installable
 libobasis7.0-draw : Depends: libobasis7.0-core (>= 7.0.1.2) but it is not installable
                     Depends: libobasis7.0-core (<= 7.0.1.2-2) but it is not installable
 libobasis7.0-en-us : Depends: libobasis7.0-core (>= 7.0.1.2) but it is not installable
                      Depends: libobasis7.0-core (<= 7.0.1.2-2) but it is not installable
 libobasis7.0-extension-beanshell-script-provider : Depends: libobasis7.0-core (>= 7.0.1.2) but it is not installable

我该如何解决?任何帮助将不胜感激

package-management dpkg apt libreoffice 20.04
  • 3 个回答
  • 3285 Views
Martin Hope
Mir Rahed Uddin
Asked: 2020-08-30 14:58:37 +0800 CST

Q4Wine 找不到 wine 二进制文件

  • 0

安装 Q4Wine 后,当我启动它时,它显示“ Cannot find or execute the 'wine' binary。”

它也找不到wineserver二进制文件

葡萄酒二进制

根据BrezBlock.org,这些文件应该存在于/usr/bin目录中,(如本图所示)

wine_path

但我找不到任何名为wine或wineserver那里的文件。

有谁知道如何解决这个问题...

wine 20.04
  • 2 个回答
  • 838 Views
Martin Hope
Mir Rahed Uddin
Asked: 2020-05-11 05:28:33 +0800 CST

Ubuntu 19.10 无法在 VMware Workstation 中访问 Internet

  • 0

几个月前,我在我的 VMware 中安装了 Ubuntu 19.10。一切正常。但是今天我注意到 Ubuntu 无法访问互联网。

我的互联网没有问题。网络在我的主机上运行良好。我有几个其他的虚拟机。那里的互联网也运行良好。即使它显示网络已连接,它也不仅仅在 Ubuntu 中工作。

在此处输入图像描述

我NAT用作我的网络连接设置。

在此处输入图像描述

我重新启动了虚拟机,将网络连接更改NAT为Bridged但没有任何效果

有谁知道如何解决这个问题?

谢谢

networking vmware virtualization vmware-workstation 19.10
  • 1 个回答
  • 306 Views
Martin Hope
Mir Rahed Uddin
Asked: 2019-10-03 10:18:35 +0800 CST

Virtualbox 找不到 USB 设备

  • 5

我正在使用 Virtualbox 6.0。问题是它无法识别我的任何 USB 设备。我已经安装了一个扩展包,与 VirtualBox 的版本相同,并试图让我的帐户成为vboxusers使用以下命令的成员,sudo adduser $USER vboxusers但不幸的是,没有任何效果。

我该如何解决这个问题?

在此处输入图像描述

在此处输入图像描述

virtualbox usb virtualization
  • 2 个回答
  • 5443 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