yum install http://www.example.com/package.rpm vs. rpm -ivh http://www.example.com/package.rpmHow to install...
Why does this Jet Provost strikemaster have a textured leading edge?
Sum Square Difference, which way is more Pythonic?
What would cause a nuclear power plant to break down after 2000 years, but not sooner?
What can Amex do if I cancel their card after using the sign up bonus miles?
How do I ask for 2-3 days per week remote work in a job interview?
Scam? Phone call from "Department of Social Security" asking me to call back
Why did IBM make the PC BIOS source code public?
How can I shoot a bow using Strength instead of Dexterity?
How can I find an old paper when the usual methods fail?
Suspension compromise for urban use
Units of measurement, especially length, when body parts vary in size among races
A+ rating still unsecure by Google Chrome's opinion
Bringing Power Supplies on Plane?
Word for an event that will likely never happen again
The more + the + comparative degree
How to gracefully leave a company you helped start?
Is there a name for the technique in songs/poems, where the rhyming pattern primes the listener for a certain line, which never comes?
Installing Windows to flash UEFI/ BIOS, then reinstalling Ubuntu
Can anybody tell me who this Pokemon is?
Can the average speed of a moving body be 0?
To show that a recursively defined sequence is Cauchy - How?
Is it really Security Misconfiguration to show a version number?
Is the Microsoft recommendation to use C# properties applicable to game development?
How to not forget things?
yum install http://www.example.com/package.rpm vs. rpm -ivh http://www.example.com/package.rpm
How to install RPM based Packages on OpenFileryum/rpm: exclude a file (by path) from being installedInstalling package why is rpm and yum used here - why not just one?Is “yum -y install” safe?yum/rpm inconsistenciesyum install http - is this safe?“Yum Install package-name” to different directoryinstall a directory full of RPMs so that rpms providing dependencies are installed before dependent rpms?Mirrors failing for RHEL 7 yum installCan a package be installed but not seen by yum or rpm commands?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
What's the difference between those commands? Are there any advantages to you yum or rpm for the same task?
yum install http://go-cli.s3-website-us-east-1.amazonaws.com/releases/v6.12.2/cf-cli_amd64.rpm
vs.
rpm -ivh http://go-cli.s3-website-us-east-1.amazonaws.com/releases/v6.12.2/cf-cli_amd64.rpm
System is CentOS7
centos rhel package-management yum rpm
add a comment |
What's the difference between those commands? Are there any advantages to you yum or rpm for the same task?
yum install http://go-cli.s3-website-us-east-1.amazonaws.com/releases/v6.12.2/cf-cli_amd64.rpm
vs.
rpm -ivh http://go-cli.s3-website-us-east-1.amazonaws.com/releases/v6.12.2/cf-cli_amd64.rpm
System is CentOS7
centos rhel package-management yum rpm
add a comment |
What's the difference between those commands? Are there any advantages to you yum or rpm for the same task?
yum install http://go-cli.s3-website-us-east-1.amazonaws.com/releases/v6.12.2/cf-cli_amd64.rpm
vs.
rpm -ivh http://go-cli.s3-website-us-east-1.amazonaws.com/releases/v6.12.2/cf-cli_amd64.rpm
System is CentOS7
centos rhel package-management yum rpm
What's the difference between those commands? Are there any advantages to you yum or rpm for the same task?
yum install http://go-cli.s3-website-us-east-1.amazonaws.com/releases/v6.12.2/cf-cli_amd64.rpm
vs.
rpm -ivh http://go-cli.s3-website-us-east-1.amazonaws.com/releases/v6.12.2/cf-cli_amd64.rpm
System is CentOS7
centos rhel package-management yum rpm
centos rhel package-management yum rpm
asked Jul 31 '15 at 7:55
IvanovIvanov
5503 gold badges9 silver badges24 bronze badges
5503 gold badges9 silver badges24 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
yum is a high-level package manager, able to solve dependencies. This means that should cf-cli_amd64.rpm need other packages to be installed (as it happens in most cases), yum will automatically retrieve and install them without any hassle for the user.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f219427%2fyum-install-http-www-example-com-package-rpm-vs-rpm-ivh-http-www-example-c%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
yum is a high-level package manager, able to solve dependencies. This means that should cf-cli_amd64.rpm need other packages to be installed (as it happens in most cases), yum will automatically retrieve and install them without any hassle for the user.
add a comment |
yum is a high-level package manager, able to solve dependencies. This means that should cf-cli_amd64.rpm need other packages to be installed (as it happens in most cases), yum will automatically retrieve and install them without any hassle for the user.
add a comment |
yum is a high-level package manager, able to solve dependencies. This means that should cf-cli_amd64.rpm need other packages to be installed (as it happens in most cases), yum will automatically retrieve and install them without any hassle for the user.
yum is a high-level package manager, able to solve dependencies. This means that should cf-cli_amd64.rpm need other packages to be installed (as it happens in most cases), yum will automatically retrieve and install them without any hassle for the user.
edited yesterday
answered Jul 31 '15 at 8:07
dr01dr01
17.4k11 gold badges56 silver badges78 bronze badges
17.4k11 gold badges56 silver badges78 bronze badges
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f219427%2fyum-install-http-www-example-com-package-rpm-vs-rpm-ivh-http-www-example-c%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown