原文:ubuntu 用 apt get 安装某个包的某个版本

首先用如下命令查询你的机器安装了哪些版本: 然后用如下命令查询远程库存在哪些版本: 或 然后选定一个版本进行安装: 或者不使用通配符,而指定某个版本: ...

2017-12-13 08:51 0 1908 推荐指数:

查看详情

ubuntuapt-get安装安装包提取

在有网络的环境下用apt-get install 安装软件或者依赖。 然后在/var/cache/apt/archives下面提取.deb文件 让后放到没有网的机器中sudo dpkg -i *.deb ...

Thu Jul 04 17:03:00 CST 2019 0 601
ubuntu apt-get 安装指定版本软件

有时候 Ubuntu安装软件时候会提示你缺少对应版本的软件,这时候你就需要用到 sudo apt-get install softname=version 来安装对应的软件。 列出一个软件的版本的命令是 sudo apt-cache madison soft_name ...

Thu Feb 01 05:30:00 CST 2018 0 21701
ubuntu安装软件apt-get和dpkg方法

1apt方法 安装软件 apt-get install softname1 softname2 softname3…… 卸载软件 apt-get remove softname1 softname2 softname3…… 卸载并清除配置 apt-get remove --purge ...

Sun Jan 22 00:02:00 CST 2017 0 2097
Ubuntu使用apt-get安装本地deb

我们都喜欢使用apt-get,因为它实在是让我们大大的省心。但是,有时候我们会为网速慢,安装源不好而烦恼,所以我们可能会将一些常用软件的deb文件保存在本地以备不时之需。当然了使用dpkg也可以直接来安装保存在本地的deb软件,问题是它并不能处理软件之间的依赖 (dependence)关系 ...

Fri Jul 11 19:30:00 CST 2014 0 27648
ubuntu apt-get 安装指定版本软件

有时候 Ubuntu安装软件时候会提示你缺少对应版本的软件,这时候你就需要用到 sudo apt-get install softname=version 来安装对应的软件。 列出一个软件的版本的命令是 sudo apt-cache madison ...

Thu Sep 09 04:00:00 CST 2021 0 117
Ubuntu通过apt-get安装指定版本和查询指定软件有多少个版本

一、通过apt-get安装指定版本 二、查询指定软件有多少个版本 说明:在Linux用这个查询并不能完全的把所有版本都列举出来,因为每个版本都与系统版本和CPU架构有关,比如一个软件支持Ubuntu系统的16.04的CPU架构为amd64的版本只有1.0和1.2,其余都不 ...

Mon Jul 10 11:40:00 CST 2017 0 70566
查看apt-get安装软件的版本

apt-cache search name 查询 apt-get install name 安装 dpkg dpkg dpkg-checkbuilddeps dpkg-genchanges dpkg-mergechangelogs dpkg-query dpkg-shlibdeps ...

Mon Sep 05 18:03:00 CST 2016 0 5310
ubuntu通过apt-get安装JDK8

安装python-software-properties 首先添加ppa 然后更新系统 最后开始安装 查看版本 ...

Tue Aug 28 19:02:00 CST 2018 0 7290
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM