mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-02-03 23:40:14 +08:00
Merge pull request #18443 from wxy/20200511-Can-t-Install-Deb-File-on-Ubuntu-20.04--Here-s-What-You-Need-to-do.md
PRF&PUB:20200511 Can t Install Deb File on Ubuntu 20.04 Here s What You Need to do.md
This commit is contained in:
commit
1b065f2d8d
@ -1,8 +1,8 @@
|
|||||||
[#]: collector: (lujun9972)
|
[#]: collector: (lujun9972)
|
||||||
[#]: translator: (geekpi)
|
[#]: translator: (geekpi)
|
||||||
[#]: reviewer: ( )
|
[#]: reviewer: (wxy)
|
||||||
[#]: publisher: ( )
|
[#]: publisher: (wxy)
|
||||||
[#]: url: ( )
|
[#]: url: (https://linux.cn/article-12220-1.html)
|
||||||
[#]: subject: (Can’t Install Deb File on Ubuntu 20.04? Here’s What You Need to do!)
|
[#]: subject: (Can’t Install Deb File on Ubuntu 20.04? Here’s What You Need to do!)
|
||||||
[#]: via: (https://itsfoss.com/cant-install-deb-file-ubuntu/)
|
[#]: via: (https://itsfoss.com/cant-install-deb-file-ubuntu/)
|
||||||
[#]: author: (Abhishek Prakash https://itsfoss.com/author/abhishek/)
|
[#]: author: (Abhishek Prakash https://itsfoss.com/author/abhishek/)
|
||||||
@ -10,7 +10,9 @@
|
|||||||
无法在 Ubuntu 20.04 上安装 Deb 文件?这是你需要做的!
|
无法在 Ubuntu 20.04 上安装 Deb 文件?这是你需要做的!
|
||||||
======
|
======
|
||||||
|
|
||||||
_**简介:双击 deb 文件后无法通过 Ubuntu 20.04 的软件中心安装?你不是唯一遇到此问题的人。本教程展示了解决方法**_
|
> 双击 deb 文件后无法通过 Ubuntu 20.04 的软件中心安装?你不是唯一遇到此问题的人。本教程展示了解决方法。
|
||||||
|
|
||||||
|
![](https://img.linux.net.cn/data/attachment/album/202005/15/112149cfdyg556upv6vd66.jpg)
|
||||||
|
|
||||||
在“[安装 Ubuntu 20.04 之后要做的事][1]”一文中,一些读者提到他们[用 Deb 文件安装软件][2]遇到了麻烦。
|
在“[安装 Ubuntu 20.04 之后要做的事][1]”一文中,一些读者提到他们[用 Deb 文件安装软件][2]遇到了麻烦。
|
||||||
|
|
||||||
@ -30,7 +32,7 @@ _**简介:双击 deb 文件后无法通过 Ubuntu 20.04 的软件中心安装
|
|||||||
|
|
||||||
解决此问题的方法非常简单。[在 Ubuntu 中更改默认应用][7],将打开 DEB 文件从“存档管理器”改到“软件安装”。让我告诉你步骤。
|
解决此问题的方法非常简单。[在 Ubuntu 中更改默认应用][7],将打开 DEB 文件从“存档管理器”改到“软件安装”。让我告诉你步骤。
|
||||||
|
|
||||||
**步骤 1:**右键单击下载的 DEB 文件,然后选择**属性**:
|
**步骤 1:**右键单击下载的 .deb 文件,然后选择**属性**:
|
||||||
|
|
||||||
![][8]
|
![][8]
|
||||||
|
|
||||||
@ -38,11 +40,11 @@ _**简介:双击 deb 文件后无法通过 Ubuntu 20.04 的软件中心安装
|
|||||||
|
|
||||||
![][9]
|
![][9]
|
||||||
|
|
||||||
这样,以后所有的 deb 文件都将通过“软件安装”即软件中心打开。
|
这样,以后所有的 .deb 文件都将通过“软件安装”即软件中心打开。
|
||||||
|
|
||||||
双击 DEB 文件确认,看看是否在软件中心中打开。
|
双击 .deb 文件确认,看看是否在软件中心中打开。
|
||||||
|
|
||||||
#### 忽视的 bug 还是愚蠢的功能?
|
### 忽视的 bug 还是愚蠢的功能?
|
||||||
|
|
||||||
为什么会用存档管理器打开 deb 文件让人无法理解。我确实希望这是一个 bug,而不是像[在 Ubuntu 20.04 中不允许在桌面上拖放文件][10]这样的怪异功能。
|
为什么会用存档管理器打开 deb 文件让人无法理解。我确实希望这是一个 bug,而不是像[在 Ubuntu 20.04 中不允许在桌面上拖放文件][10]这样的怪异功能。
|
||||||
|
|
||||||
@ -57,13 +59,13 @@ via: https://itsfoss.com/cant-install-deb-file-ubuntu/
|
|||||||
作者:[Abhishek Prakash][a]
|
作者:[Abhishek Prakash][a]
|
||||||
选题:[lujun9972][b]
|
选题:[lujun9972][b]
|
||||||
译者:[geekpi](https://github.com/geekpi)
|
译者:[geekpi](https://github.com/geekpi)
|
||||||
校对:[校对者ID](https://github.com/校对者ID)
|
校对:[wxy](https://github.com/wxy)
|
||||||
|
|
||||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||||
|
|
||||||
[a]: https://itsfoss.com/author/abhishek/
|
[a]: https://itsfoss.com/author/abhishek/
|
||||||
[b]: https://github.com/lujun9972
|
[b]: https://github.com/lujun9972
|
||||||
[1]: https://itsfoss.com/things-to-do-after-installing-ubuntu-20-04/
|
[1]: https://linux.cn/article-12183-1.html
|
||||||
[2]: https://itsfoss.com/install-deb-files-ubuntu/
|
[2]: https://itsfoss.com/install-deb-files-ubuntu/
|
||||||
[3]: https://itsfoss.com/upgrade-ubuntu-version/
|
[3]: https://itsfoss.com/upgrade-ubuntu-version/
|
||||||
[4]: https://rocket.chat/
|
[4]: https://rocket.chat/
|
Loading…
Reference in New Issue
Block a user