Home > Article > Operation and Maintenance > How to use apt-get to install and specify the php version number in Ubuntu
How to use apt-get to install and specify the php version number in Ubuntu
The command usage is as follows:
sudo apt-get install package=version
For example, I want Install autoconf 2.50:
sudo apt-get install autoconf=2.50
Ubuntu related introduction
Ubuntu is a Linux operating system mainly based on desktop applications. Its name comes from the Zulu or Hausa language in southern Africa. The word "ubuntu" in slang means "humanity" and "my existence is because of everyone's existence". It is a traditional African value. Ubuntu is based on the Debian distribution and the Gnome desktop environment. Starting from version 11.04, the Ubuntu distribution abandoned the Gnome desktop environment and changed it to Unity. In the past, people thought that Linux was difficult to install and use. After the emergence of Ubuntu, these became history. Ubuntu also has a huge community power, and users can easily get help from the community.
Recommended tutorial: "linux tutorial"
The above is the detailed content of How to use apt-get to install and specify the php version number in Ubuntu. For more information, please follow other related articles on the PHP Chinese website!