学习Linux第六天(软件仓库)

**

linux软件仓库

**
软件仓库的名称叫yum/ dnf
红帽系列操作系统软件仓库位置在 /etc/yum.repos.d/

配置软件仓库两种方法:

  1. 已知软件仓库的基础url位置 自己编辑配置文件
[root@rhel8-server yum.repos.d]# vim  /etc/yum.repos.d/rhel_dvd.repo

[baseos]
name = Red Hat Enterprise Linux 8.2 BaseOS
baseurl = http://content.example.com/rhel8.2/x86-64/dvd/BaseOS
enabled = 0
gpgcheck = 1
gpgkey = http://content.example.com/rhel8.2/gpgkey-base
 
[appstream]
name = Red Hat Enterprise Linux 8.2 AppStream
baseurl = http://content.example.com/rhel8.2/x86_64/dvd/AppStream
enabled = 0
gpgcheck = 1
gpgkey = http://content.example.com/rhel8.2/gpgkey-base
  1. 直接从各大网站现有提供软件仓库配置文件,直接下载即可
    curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-8.repo

接下来需要先清除历史软件仓库缓存

[root@rhel8-server yum.repos.d]# yum clean all 

Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
0 files removed

接下来需要建立新

[root@rhel8-server yum.repos.d]# yum repolist all

Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
CentOS-8 - AppStream - mirrors.aliyun.com 3.0 MB/s | 8.4 MB 00:02
CentOS-8 - Base - mirrors.aliyun.com 1.3 MB/s | 4.6 MB 00:03
CentOS-8 - Extras - mirrors.aliyun.com 4.7 kB/s | 10 kB 00:02
Last metadata expiration check: 0:00:01 ago on Wed 12 Jan 2022 02:00:30 PM CST.
repo id repo name status
AppStream CentOS-8 - AppStream - mirrors.aliyun.com enabled: 5,596
PowerTools CentOS-8 - PowerTools - mirrors.aliyun.com disabled
appstream Red Hat Enterprise Linux 8.2 AppStream disabled
base CentOS-8 - Base - mirrors.aliyun.com enabled: 1,896
baseos Red Hat Enterprise Linux 8.2 BaseOS disabled
centosplus CentOS-8 - Plus - mirrors.aliyun.com disabled
extras CentOS-8 - Extras - mirrors.aliyun.com enabled: 38仓库缓存

注意: EPEL (Extra Packages for Enterprise Linux) 为红帽系操作系统提供了额外的软件包
yum install -y epel-release

关于软件的安装 更新 卸载 软件查找
yum install -y httpd 软件仓库安装httpd
yum update httpd 软件仓库更新httpd
yum remove -y httpd 卸载httpd

yum list httpd 软件仓库查找叫httpd的软件列表
yum list installed 软件仓库查询已经下载的软件列表
yum info httpd 软件仓库查询已经安装的httpd软件信息
yum history 软件仓库历史命令
yum history info 4 查找软件仓库历史命令4谁干的 干了什么
yum list 显示所有软件仓库可安装的软件
yum list |grep locate 显示所有软件仓库可安装的软件查找名字叫locate的
yum search locate 软件仓库中去搜寻名字带有locate的软件
yum provides /etc/ssh/sshd_config 软件仓库中查找 哪个软件提供了这个配置文件的功能
yum provides ifconfig 软件仓库查找谁提供了命令 ifconfig
yum provides pstree 软件仓库查找谁提供了命令 pstree
yum search gnome 软件仓库搜索带有桌面功能的软件
yum groupinfo “gnome” 查找软件包租 桌面这个功能一共要安装多少软件

软件包组的安装:
yum gourp install gnome -y 通过软件包组,直接安装整个桌面的需要的所有软件包

关于软件仓库本身的更新
yum update 更新最新的软件仓库目录,如果有新的软件加入软件仓库,不执行这个命令就来安装,有可能会显示这个软件找不到。一般在安装最新的有些工具的时候,需要先yum update完成软件仓库本身的更新
因为我们系统属于未注册 yum update --allowerasing 允许擦除不兼容的部分 防止多个软件之间冲突

rpm: 用来安装软件包
rpm -i 安装
rpm -v 查看详细信息
rpm -e 删除移除
rpm -U 升级

首先可以下载qq for linux版本
wget https://down.qq.com/qqweb/LinuxQQ/linuxqq_2.0.0-b2-1089_x86_64.rpm
rpm -i linuxqq_2.0.0-b2-1089_x86_64.rpm
rpm -e linuxqq 卸载qqfor linux

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值