当前位置:网站首页>【无标题】
【无标题】
2022-07-24 13:38:00 【bear(emo)】
第七次作业
1.使用rpm安装zsh(忽略依赖关系安装)

查询是否已安装

卸载zsh

查询所有已安装软件
rpm -qa
查询date命令所在软件包
rpm -qf date

查询未安装的zsh的文件信息

2.yum本地源配置
挂载:mount /dev/sr0 /mnt/


yum网络源配置

安装httpd软件


查看vim命令属于哪个软件包

yum卸载httpd

清理缓存

重新创建缓存

安装postgresql模块中的版本13
Yum install @postgresql:13
yum module install postgresql:13

3.源码安装: httpd
确认源代码编译环境:需安装支持 C/C++程序语言的编译器 yum install gcc
下载相应的源码软件包
1.去下载源码包
2.安装编译环境gcc相关的包
3.配置我们的编译环境: 使用哪些依赖软件,编译的路径,:./configure: 在每一个源码包都会有,而且不同的软件可以使用参数不一样
4.编译: make, 将源代码编译成二进制文件
5.make install: 安装



4.查看root用户带有终端的进程

显示没有终端的进程
显示所有进程
ps -aux
边栏推荐
猜你喜欢

Common OJ questions of stack and queue

Chinese character style transfer --- unsupervised typesetting transmission

基于典型相关分析的多视图学习方法综述

网络安全——Cookie注入

position: -webkit-sticky; /* for Safari */ position: sticky;

网络安全——文件上传白名单绕过

为什么函数式接口 Comparator 中有 “两个抽象方法”?

Win10 log in with Microsoft account and open all programs by default with administrator privileges: 2020-12-14

LeadTools 22 kit LeadTools super set

支持鹏程系列开源大模型应用生态演化的可持续学习能力探索
随机推荐
Search engine based on boost library
position: -webkit-sticky; /* for Safari */ position: sticky;
Summary of embedded network problems (packet loss of network card, unrecognized network card)
Embedded problem troubleshooting methods, network problems, SD card problems, device startup problems, serial port problems, I2C problems, SPI problems, PCIe problems, etc
[机缘参悟-51]:既然人注定要死亡,为什么还要活着?
从云原生到智能化,深度解读行业首个「视频直播技术最佳实践图谱」
Go deadlock problem
Packaging class (mutual conversion between types)
脑注意力机制启发的群体智能协同避障方法
ICML2022 | 分支强化学习
LeadTools 22 kit LeadTools super set
Simulate the implementation of the library function memcpy-- copy memory blocks. Understand memory overlap and accurate replication in detail
Handler learning
Simple use and difference of symmetric res, AES and asymmetric RSA (JWT)
EAS approval process related table
Flex layout
Explain the edge cloud in simple terms | 2. architecture
H5py Quick Start Guide
Network security - function bypass injection
Interview question 01.02. determine whether it is character rearrangement