zoukankan
html css js c++ java
Linux查看某个命令属于哪个包
有时修我们需要某个命令但其没有安装,提供该命令的包名也与命令名相差很大直接查找命令名找不到包,如rexec。
此时我们就非常需要这样一个工具:可以根据最终的命令查找提供该命令的软件包。
类型
命令
说明
rpm
yum provides "*/rexec"
查找会释放rexec文件的软件包
deb
apt-file search rexec
apt-file默认没安装,好像效果也一般
查看全文
相关阅读:
Eclipse 插件开发 —— 深入理解查找(Search)功能及其扩展点
Spring Auto Scanning Components
SSH架构简单总结
eclipse进行开发
jasper ireport create a report with parameters without sql query
VARCHAR2转换为CLOB碰到ORA-22858错误
cannot find w3wp.exe in VS
10 things you should know about NoSQL databases
Notifications Nagios
Serializable
原文地址:https://www.cnblogs.com/lsdb/p/6604521.html
最新文章
static函数与普通函数
Longest Palindromic Substring
What is SuppressWarnings (“unchecked”) in Java?
install Nagios on Unbuntu Unix
Nagios3完整配置文档
CentOS 5: Make Command not Found
linux yum命令详解
Data transfer object
A JSTL primer, Part 2: Getting down to the core
正则表达式30分钟入门教程
热门文章
Pie Charts
spring <form:checkboxes> tag and css class
how to make form:checkboxes in JSP
Spring MVC Checkbox And Checkboxes Example
Making your local server accessible from anywhere
linux telnet命令参数及用法详解--telnet连接远程终端命令
Maven的Dependency怎么找?
Maven SDK
Generating Huge reports in JasperReports
Stretch a row if data overflows in jasper reports
Copyright © 2011-2022 走看看