Having trouble installing third-party .debs on Ubuntu 16.04?
You, my friend, are far from alone.
A huge number of you have pinged us about a big ol’ bug in the Xenial Xerus’ new Software app. A bug that leaves you unable to install popular apps like Steam, Google Chrome, and Nylas N1, using .deb files.
Double-clicking on a .deb installer opens the Software app as expected, but clicking the ‘install’ button does nothing.
A bug report has been lodged for the issue (link at the bottom) and explains that the issue: “…only seems to happen with third-party packages; installing a random deb from packages.ubuntu.com/xenial worked.”.
Richard, one of the (awesome) folks who gave us a heads-up about the bug, isn’t impressed though, telling us that he thinks: “it’s pretty sad that this happened for an LTS release, there are tons of users complaining about it.”
We agree.
A Fix For Sideloading .Deb Files Is Coming
The good news is that a fix for this annoying issue is, mercifully, on the way. A patched version of the gnome-software app should arrive through the usual Ubuntu update channels in the next few days.
It fixes side loading of local .debs and several other known issues:
- Support apt://urls
- Increase number of reviews shown from 10 to 30
- Show version and size information for non-installed apps
- Enable the Snappy backend
That last one is exciting, huh?
Workaround in the meantime
If you want/need to install third-party apps using .deb files right now there are workarounds while we wait for the fix. You can use a GUI app like Gdebi or the old Ubuntu Software Center (if you still have it).
You can also flex your fingers at the command line to install apps using the trusty dpkg command.
Say, for example, that you downloaded a .deb to your Downloads folder. To install it you would open a new Terminal session and type:
(以下代码才是核心,其他不用看了)
cd /Downloads sudo dpkg -i awesome_new_app.deb sudo apt-get -f install
You can keep an eye on the following bug to track the progress of the resolution (but resist the urge to comment with ‘me too’).
原文/转自:Ubuntu 16.04 安装第三方Apps Can’t Install Third-Party Apps on Ubuntu 16.04? You’re Not Alone
相关推荐
### Ubuntu 16.04 安装 VMware Tools 的详细步骤 #### 一、前言 在使用虚拟化技术时,提高宿主机与虚拟机之间的兼容性和交互性是非常重要的。VMware Tools 是一种增强工具包,它能显著提升 VMware 虚拟机的性能,...
Ubuntu 16.04 LTS,全称是Ubuntu 16.04 Long Term Support,是Ubuntu操作系统的一个重要版本,由Canonical公司发布。LTS代表长期支持,意味着这个版本将获得长达五年的官方安全更新和技术支持,对于企业和个人用户来...
内网环境安装mysql5.7数据库所需deb安装包,libaio1_0.3.110-2_amd64.deb ,libmecab2_0.996-1.2ubuntu1_amd64.deb ,libmysqlclient20_5.7.25-1ubuntu16.04_amd64.deb,libmysqlclient-dev_5.7.25-1ubuntu16.04_amd...
### Ubuntu 16.04 下 Eclipse 的安装与配置教程 #### 一、前言 随着软件开发领域的不断发展,集成开发环境(IDE)已经成为开发者不可或缺的工具之一。Eclipse 是一款非常受欢迎且功能强大的开源 IDE,它支持多种...
- 官方网站可能提供的是更新版本,如18.04,但你可以在第三方网站找到16.04的下载链接。例如,你可以在百度云下载-爱e族或者绿茶软件园找到链接。然而,从这些来源下载的镜像可能存在问题,如缺少简体中文支持或...
### Ubuntu 16.04 LTS 安装包获取及安装指南 #### 一、Ubuntu 16.04 LTS 简介 Ubuntu 16.04 LTS(长期支持版)是一款基于Linux内核的操作系统,由Canonical公司及其社区共同开发。此版本发布于2016年4月21日,是...
在Ubuntu 16.04操作系统中,有时由于网络限制,我们无法直接使用`apt install`命令在线安装MySQL Server 5.7.33。此时,我们需要采用离线安装的方法来解决这个问题。以下是一个详细的步骤指南,涵盖了如何使用提供的...
### Ubuntu 16.04 安装 Oracle 操作指南 #### 一、环境准备 在开始安装 Oracle 数据库之前,需要确保您的 Ubuntu 16.04 系统已经安装了必要的 Java 开发工具包 (JDK)。本文档将详细介绍如何在 Ubuntu 16.04 上安装...
Ubuntu 16.04 安装 Oracle 11g 及配置环境 在本文中,我们将学习如何在 Ubuntu 16.04 操作系统中安装 Oracle 11g 数据库,并对其进行配置。 一、安装 VMware Tools 在安装 Oracle 11g 之前,我们需要首先安装 ...
在本教程中,我们将深入探讨如何在Ubuntu 16.04上安装Redis 3.2.8,这是一个流行的开源键值存储系统,常用于缓存、消息队列和其他高性能数据处理场景。以下是你需要知道的关键步骤和相关知识点: 1. **了解Redis**...
在Ubuntu 16.04操作系统中,GCC (GNU Compiler Collection) 是一个关键的开发工具,用于编译C、C++和其他编程语言的源代码。GCC 5.4.0是该系列的一个版本,提供了许多改进和新特性。在安装GCC 5.4.0时,通常需要确保...
1. **下载钉钉的Ubuntu 16.04版本**:首先,你需要从钉钉官网或者第三方软件仓库获取适用于Ubuntu 16.04的`.deb`文件。这个文件通常以“钉钉_ubuntu”的形式命名,可能带有版本号或特定的后缀。 2. **赋予执行权限*...
MySQL8在Ubuntu 16.04 64位系统上的安装通常涉及到多个步骤,包括获取软件源,更新系统库,安装依赖项,配置服务,以及初始化数据库。这个"MySQL8 Ubuntu16.04 64位 懒人安装包"提供了便捷的方式,通过一个名为`...
### Ubuntu16.04安装配置JupyterHub #### 一、环境准备与基础软件安装 **1.1 Anaconda3 安装** 为了更好地管理Python环境及依赖库,我们通常选择安装Anaconda3。首先从清华大学镜像站点下载Anaconda3安装包。 **...
在Ubuntu 16.04上安装ROS(Robot Operating System)是机器人开发中的一个重要步骤。ROS是一个广泛使用的机器人软件框架,其提供了一系列的软件库和工具,使得开发复杂的机器人应用程序变得可能。ROS虽然被称为...
在Ubuntu 16.04操作系统中安装Google Chrome浏览器的过程涉及几个关键步骤,因为Chrome并不在Ubuntu的默认软件仓库中。以下是一个详细的指南,帮助您完成这个任务。 首先,我们需要获取Google Chrome的.deb安装包。...
在Ubuntu 16.04上安装MySQL 5.7是一项常见的系统管理任务,尤其对于开发者和运维人员来说。MySQL 5.7是该数据库管理系统的一个稳定版本,提供了许多性能改进和新特性。以下是关于使用脚本在Ubuntu 16.04上自动安装...
适用于Ubuntu16.04,安装方法如下: 前提 : 将 flask_install.tar.gz解压到Ubuntu用户主目录下,严格按照以下步骤执行 1、cd到解压目录 cd /....../flask_install 2、sudo pip3 install click-6.7-py2.py3-none-...
在Ubuntu 16.04系统中,OpenSSH是一个至关重要的工具,它提供了安全的远程登录功能,使得用户可以通过SSH协议在不同的计算机之间进行通信。然而,在没有网络连接的情况下,离线安装OpenSSH可能需要一些特殊的步骤。...
**Ubuntu 16.04离线安装VSFTPD** VSFTPD,全称为Very Secure FTP Daemon,是一款安全且功能强大的FTP服务器软件。在Ubuntu 16.04系统中,如果你需要在没有网络连接的情况下安装它,可以采用离线安装的方式。下面将...