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
    • 最新
    • 标签
主页 / ubuntu / 问题

问题[gdebi](ubuntu)

Martin Hope
18Man
Asked: 2020-09-09 19:31:27 +0800 CST

无法在 ubuntu 18.04.3 LTS 上启动 R Studio

  • 1

我使用本教程安装 RStudio https://linuxhint.com/rstudio-for-ubuntu/

但是当我开始这个阶段时sudo gdebi -n rstudio-0.99.896-amd64.deb

它说

Reading package lists... Done
Building dependency tree        
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: libgstreamer0.10-0
gnome r gdebi 18.04 rstudio
  • 1 个回答
  • 268 Views
Martin Hope
Sanjo
Asked: 2020-05-10 01:40:31 +0800 CST

在 Ubuntu 20.04 中安装 docky

  • 9

我尝试通过 apt-get 从官方存储库安装 Docky,但找不到数据包。所以我从网上下载了 .deb 并尝试使用 gdebi 手动安装,这是输出:

$ sudo gdebi docky_2.2.1.1-1_all.deb 
Reading package lists... Done
Building dependency tree        
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: libgconf2.0-cil (>= 2.24.0)

我找不到有关此数据包为何不可用的任何信息。有没有其他方法可以安装docky?

repository docky gdebi 20.04
  • 1 个回答
  • 20830 Views
Martin Hope
Display name
Asked: 2020-02-25 08:08:39 +0800 CST

如何获取适用于 Ubuntu 的最新最好的 Debian 软件包文件?

  • 1

如何获取最新的稳定 Debian 软件包文件?

sudo dpkg -i ~/Downloads/libgoocanvas3_1.0.0-1_amd64.deb
sudo dpkg -i ~/Downloads/libgoocanvas-common_1.0.0-1_all.deb
sudo apt-get -f install

当我必须安装 Debian 软件包(见上文)时,我首先必须下载它们。让我将整个链接粘贴到这两个包中:

libgoocanvas3

https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas3_1.0.0-1_amd64.deb

libgoocanvas-common

https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas-common_1.0.0-1_all.deb

可以看出,两个各自的文件是libgoocanvas3_1.0.0-1_amd64.deb和 libgoocanvas-common_1.0.0-1_all.deb。

现在的问题

  • 我是否需要根据我的 Ubuntu 版本使用不同的 Debian 软件包版本?

  • 我怎么知道这些是每个文件的最新稳定版本(与上述相关)?

  • 我在哪里可以获得“官方”最新最好的文件?

software-installation package-management debian versions gdebi
  • 2 个回答
  • 244 Views
Martin Hope
user1001386
Asked: 2019-10-02 13:03:16 +0800 CST

无法安装 DiffMerge。显示“依赖性不可满足:libcurl3(>=7.16.2-1)”的错误

  • 5

我试图安装 DiffMerge。我.deb从 SourceGear 网站下载了这个包。但是在安装它时,它显示以下错误

依赖性不可满足:libcurl3(>=7.16.2-1)

谁能帮我解决这个问题?
在学习 Java 时,我需要 DiffMerge,因为它有助于比较代码。

software-installation dependencies apt java gdebi
  • 1 个回答
  • 3999 Views
Martin Hope
philipsdirk
Asked: 2019-02-27 04:24:47 +0800 CST

使用 gdebi 安装 .deb 包

  • 2

我在运行 Ubuntu 18.10 的笔记本电脑上安装 .deb 包时遇到一些问题我
对 Linux 完全陌生,所以请解释一下。

首先,我通过 Firefox 下载了一些 .deb 包,然后我双击一个,Ubuntu 软件中心启动了。
我按下“安装”,然后它询问我输入的密码。
起初它只是回到安装按钮,但现在在尝试了很多终端命令后,它只显示一个进度条,保持在 0%。

就像我说的,我尝试了很多在谷歌搜索后发现的命令。我也尝试安装 Gdebi,但导致以下错误,我无法通过谷歌搜索解决:

dirk@Ubuntu-L:~$ sudo apt-get install gdebi
[sudo] password for dirk: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 discord : Depends: libatomic1 but it is not going to be installed
           Depends: libgconf-2-4 but it is not going to be installed
           Depends: libappindicator1 but it is not going to be installed
           Depends: libc++1
 gdebi : Depends: gdebi-core (= 0.9.5.7+nmu2) but it is not going to be installed
         Depends: gnome-icon-theme but it is not going to be installed
         Recommends: libgtk2-perl but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

基本上我需要帮助安装 .deb 包。“正常”的 Ubuntu 似乎不起作用,我发现这是使用 Gdebi 的解决方案的一个常见问题。但是 Gdebi 似乎也不适合我。
目前我非常接近重新安装我的整个 Ubuntu 系统并希望它能够正常工作。或者只是回到Windows,幸运的是我仍然在多重引导中。

gdebi 18.10
  • 1 个回答
  • 1813 Views
Martin Hope
heynnema
Asked: 2018-12-09 07:05:56 +0800 CST

GDebi Package Installer 未启动,也不会在 ~/Desktop 18.10 上安装 .deb 文件

  • 1

今天早上我发现我无法启动 GDebi。当我尝试从超级菜单启动它时,它会将其名称放在顶部栏中,并带有一个旋转的光标,在那里停留大约 10 秒钟,然后消失。

当我sudo -H gdebi-gtk在终端输入时,它启动正常。

这是桌面文件...

[Desktop Entry]
Name=GDebi Package Installer
GenericName=Package Installer
Comment=Install and view software packages
Exec=sudo -H gdebi-gtk %f
Icon=gnome-mime-application-x-deb
Terminal=false
Type=Application
Categories=System;
MimeType=application/vnd.debian.binary-package;
NotShowIn=KDE;
X-Ubuntu-Gettext-Domain=gdebi
StartupNotify=true
Keywords=package;apt;dpkg;install

这是一些文件信息...

$ cd /usr/bin
$ ll gdebi*
lrwxrwxrwx 1 root root 20 Dec 31  2017 gdebi -> ../share/gdebi/gdebi*
lrwxrwxrwx 1 root root 24 Dec 31  2017 gdebi-gtk -> ../share/gdebi/gdebi-gtk*

$ ll /usr/share/gdebi
total 104K
drwxr-xr-x   3 root root 4.0K Jun 12 13:47 ./
drwxr-xr-x 527 root root  20K Oct 19 10:35 ../
-rwxr-xr-x   1 root root 4.0K Dec 31  2017 gdebi*
drwxr-xr-x   3 root root 4.0K Jun 12 14:04 GDebi/
-rwxr-xr-x   1 root root 3.5K Dec 31  2017 gdebi-gtk*
-rw-r--r--   1 root root 4.2K Feb 25  2010 gdebi.png
-rw-r--r--   1 root root  60K Jul  2  2015 gdebi.ui

知道为什么 gdebi 不会启动吗?

gnome nautilus gdebi 18.10
  • 2 个回答
  • 5760 Views
Martin Hope
Andrea Grandi
Asked: 2010-11-02 14:22:17 +0800 CST

使用 gdebi 而不是 Ubuntu 软件中心来安装 .deb 文件是否安全?

  • 17

我注意到 Ubuntu 10.10 使用 Ubuntu 软件中心管理单个 .deb 文件。由于我发现它太重而无法加载,所以我安装了gdebi :sudo apt-get install gdebi 并将其设置为默认应用程序以打开任何 .deb 文件。

我的问题是:使用这种操作是否安全/受支持?我的意思是:gdebi 是否仍然与内部 apt-get 相关以满足依赖关系并安装 .deb 文件?

package-management deb gdebi
  • 3 个回答
  • 2900 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