Tag: 软件安装

无法在64位Ubuntu上安装Skype

注意:旧的Skype for Linux应用程序(v4。*)现已停止使用,已从Canonical的合作伙伴存储库中删除,因此此问题及其答案已过时。 请参阅我们规范的Skype安装问题 的最新答案 。 我在尝试安装Skype时收到以下消息: nidhin@ubuntu:~$ sudo apt-get update nidhin@ubuntu:~$ sudo apt-get install skype 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 […]

如何在没有root访问权限的情况下安装软件包?

我在这台机器上没有root访问权限 。 我想知道是否有一种方法可以下载Ubuntu软件包并将其安装为非root用户? 可能在我的~/bin或~/usr/share或类似的东西? 那会有用吗?

在14.04,官方存储库中是否缺少FFmpeg?

我试图在trusty / Ubuntu 14.04中安装ffmpeg并得到以下消息: $sudo apt-get install ffmpeg Reading package lists… Done Building dependency tree Reading state information… Done Package ffmpeg 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 ‘ffmpeg’ has no installation […]

如何安装Dropbox?

出于某种原因,通过软件中心安装Dropbox不起作用。 我收到一条消息,将我发送到Dropbox网站,我按照说明操作。 但最后它说它说: 接下来,从新创建的.dropbox-dist文件夹中运行Dropbox守护程序。 我无法做到这一点。 运行命令~/.dropbox-dist/dropboxd对我来说失败了。 在Windows 7 Home Edition上运行Ubuntu。

包装系统坏了。 怎么解决?

我刚刚买了一个arduino并需要gcc-avr / avrdude来编译软件。 我刚刚为另一个微处理器组件安装了avr,但显然是一个过时的版本(gcc版本3.3 20030512(预发布))所以我继续更新这些但它没有用。 (请注意,事先我通过不完整的葡萄酒装置破坏了我的aptdaemon(无法通过字体安装协议)但我通过重新安装然后接受协议来修复它。) 我试图通过运行bingo的构建脚本来更新这些,但由于avr …终端报告,无法安装它所需的依赖项 Reading package lists… Done Building dependency tree Reading state information… Done build-essential is already the newest version. libncurses5-dev is already the newest version. libncurses5-dev set to manually installed. libusb-0.1-4 is already the newest version. libx11-dev is already the newest version. You might want to run ‘apt-get -f […]

如何安装Pantheon桌面环境?

我想在Ubuntu上从elementaryOS安装Pantheon桌面环境,这可能吗?

无法在Ubuntu 16.04中通过apt安装Oracle JDK

我创建了一个新的Ubuntu 16.04.3 VM并且我正在尝试安装JDK 9.不幸的是,最新版本的JDK apt安装程序9.0.1-1~webupd8~0无法下载二进制文件而我怀疑其原因是因为JDK 9.0.4今天发布了,而Oracle则移动了档案。 我执行了典型的安装步骤: add-apt-repository ppa:webupd8team/java apt-get update && apt-get install oracle-java9-installer 然后提示我以下错误消息: Downloading Oracle Java 9… –2018-01-16 15:15:07– http://download.oracle.com/otn-pub/java/jdk/9.0.1+11/jdk-9.0.1_linux-x64_bin.tar.gz Resolving download.oracle.com (download.oracle.com)… 23.200.70.136 Connecting to download.oracle.com (download.oracle.com)|23.200.70.136|:80… connected. HTTP request sent, awaiting response… 302 Moved Temporarily Location: https://edelivery.oracle.com/otn-pub/java/jdk/9.0.1+11/jdk-9.0.1_linux-x64_bin.tar.gz [following] –2018-01-16 15:15:11– https://edelivery.oracle.com/otn-pub/java/jdk/9.0.1+11/jdk-9.0.1_linux-x64_bin.tar.gz Resolving edelivery.oracle.com (edelivery.oracle.com)… 23.35.226.115, 2600:1404:21:49d::2d3e, 2600:1404:21:493::2d3e Connecting to edelivery.oracle.com […]

我能看出为什么要安装软件包吗?

对于特定的包,我可以找出它的安装原因吗? 那么,我可以看到或者是手动安装,还是作为另一个包的依赖项安装? 或者它是作为发行版的一部分安装的?

如何安装Adobe AIR?

我是构建在AIR上的某些应用程序的重度用户。 看来AIR已停止对Linux的支持。 即使Adobe AIR Archives中的旧版本似乎只支持32位Linux发行版,而我目前只支持64位。 在这些条件下我是否可以运行AIR? 如果是这样,请您告诉我在哪里可以获得详细的一步一步安装?

如何使用apt-get安装Python 3.6?

我已经尝试过正常的方式, sudo apt-get install python3.6 ,但是……好吧……那不行。 那么,我该怎么做呢? (我最好不要靠自己建造它) 我正在使用Ubuntu 16.04。