Home > Backend Development > PHP Tutorial > linux 下那装包怎么指定版本?

linux 下那装包怎么指定版本?

WBOY
Release: 2016-06-06 20:33:06
Original
1773 people have browsed it

比如ubuntu下面:

<code>sudo apt-get install php5
</code>
Copy after login
Copy after login

怎么指定安装php5.5.3版本?

其实我想问的是SUSE下怎么指定安装版本

<code>sudo zypper install libxm2
</code>
Copy after login
Copy after login

指定版本!!看可以吗?

回复内容:

比如ubuntu下面:

<code>sudo apt-get install php5
</code>
Copy after login
Copy after login

怎么指定安装php5.5.3版本?

其实我想问的是SUSE下怎么指定安装版本

<code>sudo zypper install libxm2
</code>
Copy after login
Copy after login

指定版本!!看可以吗?

查了下suse的官方文档,可以指定版本的

https://www.suse.com/documentation/sles11/book_sle_admin/data/sec_zypp...

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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template