translating

This commit is contained in:
geekpi 2022-02-23 08:55:24 +08:00
parent 667cab37fc
commit c7970f3ca4
2 changed files with 81 additions and 82 deletions

View File

@ -1,82 +0,0 @@
[#]: subject: "A guide to installing applications on Linux"
[#]: via: "https://opensource.com/article/22/2/installing-applications-desktop-linux"
[#]: author: "Seth Kenlon https://opensource.com/users/seth"
[#]: collector: "lujun9972"
[#]: translator: "geekpi"
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
A guide to installing applications on Linux
======
Get information on all of the different methods of installing
applications on Linux from our new eBook. 
![Linux packages][1]
When you want to try a new app on your phone, you open your app store and install the app. It's simple, quick, and efficient. In this model of providing applications, phone vendors ensure that you know exactly where to go to get an app, and that developers with apps to distribute know where to put their apps so people can find them.
Before phones used this innovative model of software distribution, Linux was using it in the form of "software repositories." As the term implies, these were places on the Internet where applications were uploaded so Linux users could browse through them, and install them, from a central location. The term got shortened to just "repo" (for "repository," not "reposession"), but whether you call it a _repo_, _app store_, _software center_, _package manager_, or whatever else, it's a good system and has served Linux desktop users well for several decades.
The bottom line is that installing apps on Linux is a lot like installing apps on your phone. If you've done one, you can do the other.
**[ Download our eBook: [A guide to installing applications on Linux][2] ]**
### Software
On the GNOME desktop, your view into your desktop's software repository is an application called, simply, **Software**. You can think of this application as an extremely specific web browser. It's looking at software that's available to install from the Internet, gathering everything available into categories, and displaying it to you on your desktop.
![GNOME Software][3]
(Seth Kenlon, [CC BY-SA 4.0][4])
From the start screen, you have a few options.
* Search for an application you're already familiar with. To do this, click the magnifying glass icon in the top left corner of the window.
* Browse by category. These are found at the bottom of the window.
* Browse by recent and recommendations. These are listed in the animated banner and the icons below it.
When you click on an application that looks interesting to you, a feature page opens so you can see screenshots and read a short description of the software.
### Installing an app
Once you've found software you want to install, click the **Install** button at the top of the application feature page.
![An application page in GNOME Software][5]
(Seth Kenlon, [CC BY-SA 4.0][4])
Once it's installed, the **Install** button changes to a **Launch** button, so you can optionally launch the app you've just installed.
If you don't want to launch the app just now, you can always find it in your **Activities** menu along with all the other applications you already have on your computer.
### Getting more apps from more places
Your Linux desktop has applications packaged specifically for it, but in today's world there's a lot of open source happening all over the place. You can get more applications by adding "third party" repositories to your desktop's app store. Of course, all of these terms aren't exactly correct: what's a "third party" in a world where software is being created by everyone anyway, and what's an app store when nothing costs any money? Terminology aside, one popular third-party repo is [Flathub.org][6].
To add another source of apps to your Linux desktop, you essentially "install" a location into your app store. For Flathub, you download the **Flathub repository file** and install it with **GNOME Software**, just as if it were an app. It's not an app. It's a _source_ of apps, but the process is the same.
### Find out more
It wouldn't be Linux if there weren't a dozen other ways to perform any given task. Flexibility is built into the system with Linux, so while GNOME Software provides one easy way to get apps, there are lots of other ways, including install scripts, install wizards, AppImages, and of course compiling directly from source code. You can get information on all of these install methods from our new eBook, [**Installing Applications on Linux**][2]. It's free, so give it a read.
--------------------------------------------------------------------------------
via: https://opensource.com/article/22/2/installing-applications-desktop-linux
作者:[Seth Kenlon][a]
选题:[lujun9972][b]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://opensource.com/users/seth
[b]: https://github.com/lujun9972
[1]: https://opensource.com/sites/default/files/styles/image-full-size/public/bitmap_1.png?itok=YkthYzSf (Linux packages)
[2]: https://opensource.com/downloads/installing-linux-applications-ebook
[3]: https://opensource.com/sites/default/files/gnome-software_1.png (GNOME Software)
[4]: https://creativecommons.org/licenses/by-sa/4.0/
[5]: https://opensource.com/sites/default/files/gnome-software-steam.png (An application page in GNOME Software)
[6]: http://flathub.org/setup

View File

@ -0,0 +1,81 @@
[#]: subject: "A guide to installing applications on Linux"
[#]: via: "https://opensource.com/article/22/2/installing-applications-desktop-linux"
[#]: author: "Seth Kenlon https://opensource.com/users/seth"
[#]: collector: "lujun9972"
[#]: translator: "geekpi"
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
在 Linux 上安装应用指南
======
从我们的新电子书中获得关于在 Linux 上安装应用的所有不同方法的信息。
![Linux packages][1]
当你想在你的手机上尝试一个新的应用时,你打开应用商店并安装该应用。这很简单,很快速,很高效。在这种提供应用的模式中,手机供应商确保你确切地知道到哪里去获得一个应用,而拥有应用的开发者也知道将他们的应用放在哪里,以便人们能够找到它们。
在手机使用这种创新的软件分发模式之前Linux 正以“软件仓库”的形式使用它。正如这个术语所暗示的,这些是互联网上传应用的地方,这样 Linux 用户就可以从一个中心位置浏览和安装它们。这个术语被缩短为 “repo”代表 “repository”而不是 “reposession”但无论你叫它_仓库_、_应用商店_、_软件中心_、_包管理器_还是其他什么它都是一个好系统几十年来一直为 Linux 桌面用户服务。
底线是在 Linux 上安装应用很像在手机上安装应用。 如果你安装了一个,你可以安装一个。
**[下载我们的电子书:[在 Linux 上安装应用指南][2] ]**
### 软件中心
在 GNOME 桌面上,你在桌面上看到的软件仓库是一个应用,简单地说,叫 **Software**。你可以把这个应用看成是一个极其特殊的网络浏览器。它正在寻找可以从互联网上安装的软件,将所有可用的软件收集到分类中,并将其显示在你的桌面上。
![GNOME Software][3]
Seth Kenlon, [CC BY-SA 4.0][4]
在开始屏幕中,你有几个选项。
* 搜索一个你已经熟悉的应用。要做到这一点,点击窗口左上角的放大镜图标。
* 按类别浏览。这些都是在窗口的底部找到的。
* 按最近和推荐浏览。这些都列在动画横幅和它下面的图标中。
当你点击一个你看起来感兴趣的应用时,会打开一个功能页面,这样你就可以看到截图并阅读软件的简短描述。
### 安装一个应用
当你找到了你想要安装的软件,点击应用功能页面顶部的**安装**按钮。
![An application page in GNOME Software][5]
Seth Kenlon, [CC BY-SA 4.0][4]
安装完毕后,**安装**按钮就会变成**启动**按钮,所以你可以选择启动你刚刚安装的应用。
如果你现在不想启动该应用,你可以随时在你的**活动**菜单中找到它,它与你电脑上已有的所有其他应用一起。
### 从更多的地方获得更多的应用
你的 Linux 桌面有专门为它打包的应用,但在今天的世界里,到处都有很多开源的东西。你可以通过将“第三方”仓库添加到你的桌面应用商店中来获得更多的应用。当然,这些术语并不完全正确:在一个无论如何都是由每个人创造软件的世界里,什么是“第三方”,当没有任何东西需要花钱时,什么是应用商店?撇开术语不谈,一个流行的第三方软件库是 [Flathub.org][6]。
要在你的 Linux 桌面上增加另一个应用源,基本上是“安装”一个源到你的应用商店。对于 Flathub你下载 **Flathub 仓库文件**,然后用 **GNOME 软件**安装它就像它是一个应用一样。它不是一个应用。它是一个应用_源_但过程是一样的。
### 了解更多
如果没有一堆其他方法来执行任何给定的任务,那就不是 Linux 了。灵活性是建立在 Linux 系统中的,所以虽然 GNOME 软件提供了一种获取应用的简单方法但还有很多其他方法包括安装脚本、安装向导、AppImages当然还有直接从源代码编译。你可以从我们的新电子书[**在 Linux 上安装应用**][2]中获得所有这些安装方法的信息。它是免费的,所以请阅读吧。
--------------------------------------------------------------------------------
via: https://opensource.com/article/22/2/installing-applications-desktop-linux
作者:[Seth Kenlon][a]
选题:[lujun9972][b]
译者:[geekpi](https://github.com/geekpi)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://opensource.com/users/seth
[b]: https://github.com/lujun9972
[1]: https://opensource.com/sites/default/files/styles/image-full-size/public/bitmap_1.png?itok=YkthYzSf (Linux packages)
[2]: https://opensource.com/downloads/installing-linux-applications-ebook
[3]: https://opensource.com/sites/default/files/gnome-software_1.png (GNOME Software)
[4]: https://creativecommons.org/licenses/by-sa/4.0/
[5]: https://opensource.com/sites/default/files/gnome-software-steam.png (An application page in GNOME Software)
[6]: http://flathub.org/setup