Displaying 2 results from an estimated 2 matches for "custom_packag".
Did you mean:
custom_package
2018 Feb 13
0
CentOS 6: Yum downloadonly changes local source repositories
...nge occurs when one of the repositories to
download from is a local repository, like:
[custom-repo]
name=My custom repo
baseurl=file:///repositories/mycustomrepo/
I added such a repo to my yum configuration and then executed:
yum install -y --downloadonly --downloaddir=downloads custom_package
When executing the above the package in question is suddenly renamed from:
/repositories/mycustomrepo/x86_64/custom_package-1.1-2.el6.x86_64.rpm
to
/repositories/mycustomrepo/x86_64/custom_package-1.1-2.el6
Note that the architecture part and file extension are removed with
the file i...
2018 Feb 14
0
CentOS 6: Yum downloadonly changes local source repositories (and CentOS 7)
...> download from is a local repository, like:
>
> [custom-repo]
> name=My custom repo
> baseurl=file:///repositories/mycustomrepo/
>
> I added such a repo to my yum configuration and then executed:
>
> yum install -y --downloadonly --downloaddir=downloads custom_package
>
> When executing the above the package in question is suddenly renamed from:
>
> /repositories/mycustomrepo/x86_64/custom_package-1.1-2.el6.x86_64.rpm
>
> to
>
> /repositories/mycustomrepo/x86_64/custom_package-1.1-2.el6
>
> Note that the architecture part a...