How does Zypper find the required packages in the repository?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
When we use zypper install <package_name>
, zypper installs the package along with its dependencies.
What exactly is happening in the background?
Are there any ways to obtain the URL of a specific package(or rpm) using zypper(or any other tool)?
package-management opensuse zypper
add a comment |Â
up vote
0
down vote
favorite
When we use zypper install <package_name>
, zypper installs the package along with its dependencies.
What exactly is happening in the background?
Are there any ways to obtain the URL of a specific package(or rpm) using zypper(or any other tool)?
package-management opensuse zypper
$ man zypper
en.opensuse.org/SDB:Zypper_manual_(plain) .... Standards RepoInfo en.opensuse.org/openSUSE:Standards_RepoInfo ... Your repo :/etc/zypp/repos.d/
( The *.repo files use the same format as yum/dnf in Fedora: linux.die.net/man/5/yum.conf â section "[repository] OPTIONS".)
â Knud Larsen
Jun 7 at 14:37
I looked up both of the links that you have provided. But I couldn't find a direct way to find the URL to a specific package or rpm like yumdownloader provides. Isn't there such an option in Zypper?
â Subramanian Sridharan
Jun 8 at 6:09
zypper se name
( or part of name ). ....# zypper install --download-only [package-name]
.... I don't know anything like yum-utils, yumdownloader --urls [name]. doc.opensuse.org/documentation/leap/reference/html/⦠.... Suggest : Get the url´s from the repo site download.opensuse.org
â Knud Larsen
Jun 8 at 7:56
I'm trying to do it programmatically. So manually going to download.opensuse.org to find the URL won't help. Anyway, thank you.
â Subramanian Sridharan
Jun 8 at 12:13
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
When we use zypper install <package_name>
, zypper installs the package along with its dependencies.
What exactly is happening in the background?
Are there any ways to obtain the URL of a specific package(or rpm) using zypper(or any other tool)?
package-management opensuse zypper
When we use zypper install <package_name>
, zypper installs the package along with its dependencies.
What exactly is happening in the background?
Are there any ways to obtain the URL of a specific package(or rpm) using zypper(or any other tool)?
package-management opensuse zypper
asked Jun 7 at 9:17
Subramanian Sridharan
1
1
$ man zypper
en.opensuse.org/SDB:Zypper_manual_(plain) .... Standards RepoInfo en.opensuse.org/openSUSE:Standards_RepoInfo ... Your repo :/etc/zypp/repos.d/
( The *.repo files use the same format as yum/dnf in Fedora: linux.die.net/man/5/yum.conf â section "[repository] OPTIONS".)
â Knud Larsen
Jun 7 at 14:37
I looked up both of the links that you have provided. But I couldn't find a direct way to find the URL to a specific package or rpm like yumdownloader provides. Isn't there such an option in Zypper?
â Subramanian Sridharan
Jun 8 at 6:09
zypper se name
( or part of name ). ....# zypper install --download-only [package-name]
.... I don't know anything like yum-utils, yumdownloader --urls [name]. doc.opensuse.org/documentation/leap/reference/html/⦠.... Suggest : Get the url´s from the repo site download.opensuse.org
â Knud Larsen
Jun 8 at 7:56
I'm trying to do it programmatically. So manually going to download.opensuse.org to find the URL won't help. Anyway, thank you.
â Subramanian Sridharan
Jun 8 at 12:13
add a comment |Â
$ man zypper
en.opensuse.org/SDB:Zypper_manual_(plain) .... Standards RepoInfo en.opensuse.org/openSUSE:Standards_RepoInfo ... Your repo :/etc/zypp/repos.d/
( The *.repo files use the same format as yum/dnf in Fedora: linux.die.net/man/5/yum.conf â section "[repository] OPTIONS".)
â Knud Larsen
Jun 7 at 14:37
I looked up both of the links that you have provided. But I couldn't find a direct way to find the URL to a specific package or rpm like yumdownloader provides. Isn't there such an option in Zypper?
â Subramanian Sridharan
Jun 8 at 6:09
zypper se name
( or part of name ). ....# zypper install --download-only [package-name]
.... I don't know anything like yum-utils, yumdownloader --urls [name]. doc.opensuse.org/documentation/leap/reference/html/⦠.... Suggest : Get the url´s from the repo site download.opensuse.org
â Knud Larsen
Jun 8 at 7:56
I'm trying to do it programmatically. So manually going to download.opensuse.org to find the URL won't help. Anyway, thank you.
â Subramanian Sridharan
Jun 8 at 12:13
$ man zypper
en.opensuse.org/SDB:Zypper_manual_(plain) .... Standards RepoInfo en.opensuse.org/openSUSE:Standards_RepoInfo ... Your repo : /etc/zypp/repos.d/
( The *.repo files use the same format as yum/dnf in Fedora: linux.die.net/man/5/yum.conf â section "[repository] OPTIONS".)â Knud Larsen
Jun 7 at 14:37
$ man zypper
en.opensuse.org/SDB:Zypper_manual_(plain) .... Standards RepoInfo en.opensuse.org/openSUSE:Standards_RepoInfo ... Your repo : /etc/zypp/repos.d/
( The *.repo files use the same format as yum/dnf in Fedora: linux.die.net/man/5/yum.conf â section "[repository] OPTIONS".)â Knud Larsen
Jun 7 at 14:37
I looked up both of the links that you have provided. But I couldn't find a direct way to find the URL to a specific package or rpm like yumdownloader provides. Isn't there such an option in Zypper?
â Subramanian Sridharan
Jun 8 at 6:09
I looked up both of the links that you have provided. But I couldn't find a direct way to find the URL to a specific package or rpm like yumdownloader provides. Isn't there such an option in Zypper?
â Subramanian Sridharan
Jun 8 at 6:09
zypper se name
( or part of name ). .... # zypper install --download-only [package-name]
.... I don't know anything like yum-utils, yumdownloader --urls [name]. doc.opensuse.org/documentation/leap/reference/html/⦠.... Suggest : Get the url´s from the repo site download.opensuse.orgâ Knud Larsen
Jun 8 at 7:56
zypper se name
( or part of name ). .... # zypper install --download-only [package-name]
.... I don't know anything like yum-utils, yumdownloader --urls [name]. doc.opensuse.org/documentation/leap/reference/html/⦠.... Suggest : Get the url´s from the repo site download.opensuse.orgâ Knud Larsen
Jun 8 at 7:56
I'm trying to do it programmatically. So manually going to download.opensuse.org to find the URL won't help. Anyway, thank you.
â Subramanian Sridharan
Jun 8 at 12:13
I'm trying to do it programmatically. So manually going to download.opensuse.org to find the URL won't help. Anyway, thank you.
â Subramanian Sridharan
Jun 8 at 12:13
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f448370%2fhow-does-zypper-find-the-required-packages-in-the-repository%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
$ man zypper
en.opensuse.org/SDB:Zypper_manual_(plain) .... Standards RepoInfo en.opensuse.org/openSUSE:Standards_RepoInfo ... Your repo :/etc/zypp/repos.d/
( The *.repo files use the same format as yum/dnf in Fedora: linux.die.net/man/5/yum.conf â section "[repository] OPTIONS".)â Knud Larsen
Jun 7 at 14:37
I looked up both of the links that you have provided. But I couldn't find a direct way to find the URL to a specific package or rpm like yumdownloader provides. Isn't there such an option in Zypper?
â Subramanian Sridharan
Jun 8 at 6:09
zypper se name
( or part of name ). ....# zypper install --download-only [package-name]
.... I don't know anything like yum-utils, yumdownloader --urls [name]. doc.opensuse.org/documentation/leap/reference/html/⦠.... Suggest : Get the url´s from the repo site download.opensuse.orgâ Knud Larsen
Jun 8 at 7:56
I'm trying to do it programmatically. So manually going to download.opensuse.org to find the URL won't help. Anyway, thank you.
â Subramanian Sridharan
Jun 8 at 12:13