Linux: Install software packages on Ubuntu and Fedora
New friends in the Linux world, maybe you have downloaded the Linux installation ISO and installed your Linux, then you may want to install some software for Linux. In the beginning, you may use the software center of the graphic interface to install it. Sometimes you also need to use the command line to install it, or even compile a binary program by yourself-what a magic thing.
Today we will talk about how to install software packages on Linux.
This article describes how to install software packages from the GUI Software Center, Package Manager, online repository, local installation, and source code installation.
How to install Fedora 22 in VirtualBox
How to install Ubuntu 15.04 in VirtualBox
Ubuntu 14.10 text tutorial on hard drive installation in Windows 7
Install Ubuntu 14.10 on a USB flash drive
Official release and download of Ubuntu 14.10
How to upgrade Ubuntu 14.04 LTS to Ubuntu 14.10
Environment
- Ubuntu 15.04 64-bit
- Fedora 22 64-bit
Installation target
- Wget is a simple and free software used to download files from the network. We will also use wget to download some files below.
Related Concepts
- Source: Our installer can be obtained from a remote warehouse or local warehouse. This warehouse is the source of our program and thus can be called the source.
- Package Manager: As the name implies, package manager is used to manage software packages. With this tool, we can easily install and uninstall programs from the repository. Different releases have different package managers.
apt-get
The use of Fedora 22dnf
.
- Source code: the original code of the program. The program can also be generated by compiling the source code without being compiled.
Gui Software Center Ubuntu Software Center
When we are in a Graphical Interface (GUI: Graphical User Interface), Ubuntu provides us with a Graphical Installation tool called the Ubuntu Software Center, we can easily install software packages by clicking a few buttons like Windows. To open the Software Center, there are some categories on the left, and the following are some recommended software packages.
Ubunutu Software Center
Click "installed" to view the software packages installed on the local machine. You can manage them here, select Firefox, and click "Uninstall". Then, you will be prompted to enter the password, if the input is complete and correct, the program you selected will be uninstalled.
Installed
Search in the search boxwget
You only need to click Install and enter the correct password.
Install new programs
For more details, please continue to read the highlights on the next page: