How to use apt-get to install and specify the php version number in Ubuntu

hzc
Release: 2020-06-16 11:43:11
Original
3957 people have browsed it

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
Copy after login

For example, I want Install autoconf 2.50:

sudo apt-get install autoconf=2.50
Copy after login

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!

Related labels:
source:php.cn
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
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!