[转帖]repotrack

repotrack · 浏览次数 : 0

小编点评

**repotrack Manual Page** **Synopsis:** repotrack is a program for keeping track of a particular package and its dependencies and downloading them. It allows you to specify the package and its dependencies, and it will download them and all dependencies from the specified repositories. **Options:** * `-h, --help`: Display a help message and then quit. * `-c CONFIG, --config=CONFIG`: Config file to use (defaults to /etc/yum.conf). * `-a ARCH, --arch=ARCH`: Act as if running the specified arch (default: current arch). * `-r REPOID, --repoid=REPOID`: Specify repo ids to query, can be specified multiple times. * `--repofrompath=<repoid>,<path/url>`: Specify repoid & paths of additional repositories - unique and complete path required, can be specified multiple times. * `-t, --tempcache`: Use a temp dir for storing/accessing yum-cache. * `-p DESTDIR, --download_path=DESTDIR`: Path to download packages to. * `-u, --urls`: Instead of downloading RPMs, list the URLs that would be downloaded. * `-n, --newest`: Toggle downloading only the newest packages (defaults to newest-only). * `-q, --quiet`: Output as little information as possible. **SEE ALSO:** * `yum.conf(5)` * `http://yum.baseurl.org/AUTHORS` **Authors:** The program is part of the Yum Package Manager utilities project. **COLOPHON:** This page is part of the yum-utils project and was obtained from the project's upstream Git repository on 2022-12-17. If you discover any rendering problems or believe there is a better source for the page, please send a mail to man-pages@man7.org.

正文

repotrack(1) — Linux manual page

NAME | SYNOPSIS | DESCRIPTION | OPTIONS | SEE ALSO | AUTHORS | COLOPHON

 
repotrack(1)                                                repotrack(1)

NAME         top

       repotrack - track a package and its dependencies and download
       them

SYNOPSIS         top

       repotrack [options] package1 [package2...]

DESCRIPTION         top

       repotrack is a program for keeping track of a particular package
       and its dependencies. It will download one or more packages and
       all dependencies.

OPTIONS         top

       -h, --help
              Display a help message, and then quit.

       -c CONFIG, --config=CONFIG
              Config file to use (defaults to /etc/yum.conf).

       -a ARCH, --arch=ARCH
              Act as if running the specified arch (default: current
              arch).

       -r REPOID, --repoid=REPOID
              Specify repo ids to query, can be specified multiple times
              (default is all enabled).

       --repofrompath=<repoid>,<path/url>
              Specify repoid & paths of additional repositories - unique
              repoid and complete path required, can be specified
              multiple times.  Example:
              --repofrompath=myrepo,/path/to/repo

       -t, --tempcache
              Use a temp dir for storing/accessing yum-cache.

       -p DESTDIR, --download_path=DESTDIR
              Path to download packages to.

       -u, --urls
              Instead of downloading RPMs, list the URLs that would be
              downloaded.

       -n, --newest
              Toggle downloading only the newest packages (defaults to
              newest-only).

       -q, --quiet
              Output as little information as possible.

SEE ALSO         top

       yum.conf(5)
       http://yum.baseurl.org/

AUTHORS         top

       See the Authors file included with this program.

COLOPHON         top

       This page is part of the yum-utils (Yum Package Manager
       utilities) project.  Information about the project can be found
       at ⟨https://github.com/rpm-software-management/yum⟩.  It is not
       known how to report bugs for this man page; if you know, please
       send a mail to man-pages@man7.org.  This page was obtained from
       the project's upstream Git repository
       ⟨https://github.com/rpm-software-management/yum-utils.git⟩ on
       2022-12-17.  (At that time, the date of the most recent commit
       that was found in the repository was 2020-03-11.)  If you
       discover any rendering problems in this HTML version of the page,
       or you believe there is a better or more up-to-date source for
       the page, or you have corrections or improvements to the
       information in this COLOPHON (which is not part of the original
       manual page), send a mail to man-pages@man7.org

与[转帖]repotrack相似的内容:

[转帖]repotrack

repotrack(1) — Linux manual page NAME | SYNOPSIS | DESCRIPTION | OPTIONS | SEE ALSO | AUTHORS | COLOPHON repotrack(1) repotrack(1) NAME top repotrack

[转帖]使用repotrack下载指定rpm包及其全量依赖包

https://www.cnblogs.com/sunbines/p/16965202.html 查看 查看提供某个命令/value的rpm包: yum provides [value] 查看rpm包所需的全部依赖: yum命令的参数有很多,其中就有只是下载而不需要安装的命令,并且也会自动解决依赖;

[转帖]

Linux ubuntu20.04 网络配置(图文教程) 因为我是刚装好的最小系统,所以很多东西都没有,在开始配置之前需要做下准备 环境准备 系统:ubuntu20.04网卡:双网卡 网卡一:供连接互联网使用网卡二:供连接内网使用(看情况,如果一张网卡足够,没必要做第二张网卡) 工具: net-to

[转帖]

https://cloud.tencent.com/developer/article/2168105?areaSource=104001.13&traceId=zcVNsKTUApF9rNJSkcCbB 前言 Redis作为高性能的内存数据库,在大数据量的情况下也会遇到性能瓶颈,日常开发中只有时刻

[转帖]ISV 、OSV、 SIG 概念

ISV 、OSV、 SIG 概念 2022-10-14 12:29530原创大杂烩 本文链接:https://www.cndba.cn/dave/article/108699 1. ISV: Independent Software Vendors “独立软件开发商”,特指专门从事软件的开发、生产、

[转帖]Redis 7 参数 修改 说明

2022-06-16 14:491800原创Redis 本文链接:https://www.cndba.cn/dave/article/108066 在之前的博客我们介绍了Redis 7 的安装和配置,如下: Linux 7.8 平台 Redis 7 安装并配置开机自启动 操作手册https://ww

[转帖]HTTPS中间人攻击原理

https://www.zhihu.com/people/bei-ji-85/posts 背景 前一段时间,公司北京地区上线了一个HTTPS防火墙,用来监听HTTPS流量。防火墙上线之前,邮件通知给管理层,我从我老大那里听说这个事情的时候,说这个有风险,然后意外地发现,很多人原来都不知道HTTPS防

[转帖]关于字节序(大小端)的一点想法

https://www.zhihu.com/people/bei-ji-85/posts 今天在一个技术群里有人问起来了,当时有一些讨论(不完全都是我个人的观点),整理一下: 为什么网络字节序(多数情况下)是大端? 早年设备的缓存很小,先接收高字节能快速的判断报文信息:包长度(需要准备多大缓存)、地

[转帖]awk提取某一行某一列的数据

https://www.jianshu.com/p/dbcb7fe2da56 1、提取文件中第1列数据 awk '{print $1}' filename > out.txt 2、提取前2列的文件 awk `{print $1,$2}' filename > out.txt 3、打印完第一列,然后打

[转帖]awk 中 FS的用法

https://www.cnblogs.com/rohens-hbg/p/5510890.html 在openwrt文件 ar71xx.sh中 查询设备类型时,有这么一句, machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /