请输入验证码 發表於 2021-4-20 10:10:28

ubuntu21.04怎么安装软件? ubuntu安装软件的三种方式

<p>我们在ubuntu21.04中安装软件有多种方式,这里我们介绍其中的三种常用的安装方式,除了自带的apt还有应用相对比较新的,兼容比较好的安装方式,该怎么安装软件呢?下面我们就来看看详细的教程。</p>
<p align="center"><img alt="" src="https://img.jbzj.com/file_images/article/202104/2021042009574136.jpg" /></p>
<h3><strong>方法一:</strong></h3>
<p>首先我们进入ubuntu系统桌面,输入组合键<span style="color: #ff0000"><strong>ctrl+alt+t快捷键</strong></span>打开我们的终端窗口界面。</p>
<p align="center"><img alt="" src="https://img.jbzj.com/file_images/article/202104/2021042009574137.jpg" /></p>
<p>我们首先需要对系统apt进行更新<strong> sudo apt update </strong>不然的话安装会提示找不到应用。</p>
<p align="center"><img alt="" src="https://img.jbzj.com/file_images/article/202104/2021042009574238.jpg" /></p>
<p>现在我们就可以使用系统默认的安装方式安装软件<strong>sudo apt install</strong> 软件名,这里我们以blender为例。</p>
<p align="center"><img alt="" src="https://img.jbzj.com/file_images/article/202104/2021042009574239.jpg" /></p>
<h3><strong>方法二:</strong></h3>
<p>ubuntu已经内置的命令snap,<span style="color: #ff0000"><strong>可以snap install 软件名 进行安装</strong></span>。</p>
<p align="center"><img alt="" src="https://img.jbzj.com/file_images/article/202104/2021042009574240.jpg" /></p>
<h3><strong>方法三:</strong></h3>
<p>需要首先apt安装需要的命令, <span style="color: #ff0000"><strong>sudo apt install flatpak 安装支持flatpak命令。</strong></span></p>
<p align="center"><img alt="" src="https://img.jbzj.com/file_images/article/202104/2021042009574341.jpg" /></p>
<p>这样我们安装软件可以找到flatpak对应的一些软件仓库,使用flatpak install 软件路径名 进行安装。</p>
<p align="center"><img alt="" src="https://img.jbzj.com/file_images/article/202104/2021042009574342.jpg" /></p>
<p>以上就是ubuntu安装软件的三种方式,希望大家喜欢,请继续关注琼殿技术社区。</p>
<p><strong>相关推荐: </strong></p>
<p><a target="_blank" href="https://www.jb51.net/os/Ubuntu/771586.html">virtualbox下怎么实现ubuntu20.04开机自动挂载共享文件夹? </a></p>
<p><a target="_blank" href="https://www.jb51.net/os/Ubuntu/749912.html">ubuntu20.04怎么设置字体大小? ubuntu字体变大的两种技巧</a></p>
<p><a target="_blank" href="https://www.jb51.net/os/Ubuntu/747669.html">Ubuntu v20系统怎么关闭自动锁屏? Ubuntu锁屏的设置方法</a></p>
頁: [1]
查看完整版本: ubuntu21.04怎么安装软件? ubuntu安装软件的三种方式