Home > System Tutorial > LINUX > body text

Software installation methods for ubuntu21.04: Three software installation methods using ubuntu

王林
Release: 2024-01-03 21:12:03
forward
1201 people have browsed it

We have many ways to install software in ubuntu21.04. Here we introduce three common installation methods. In addition to the built-in apt, there are also relatively new and compatible installation methods. What should I do? What about installing software? Let’s take a look at the detailed tutorial below.

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

method one:

First we enter the ubuntu system desktop and enter the key combination ctrl alt t shortcut key to open our terminal window interface.

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

We first need to update the system apt sudo apt update Otherwise, the installation will prompt that the application cannot be found.

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

Now we can use the system default installation method to install the softwaresudo apt install Software name, here we take blender as an example.

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

Method Two:

Ubuntu has built-in command snap, can be installed by snap install software name.

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

Method 3:

You need to first install the commands required by apt. sudo apt install flatpak installation supports the flatpak command.

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

In this way, when we install the software, we can find some software warehouses corresponding to flatpak, and use flatpak install software path name to install.

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

The above is the detailed content of Software installation methods for ubuntu21.04: Three software installation methods using ubuntu. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:jb51.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!