Disable Language Packages in ZypperHow can I configure Yast to switch languages completely?Where does zypper...
Move the outer key inward in an association
Can a US President, after impeachment and removal, be re-elected or re-appointed?
Telling manager project isn't worth the effort?
ECDSA: Why is SigningKey shorter than VerifyingKey
Why is the number of local variables used in a Java bytecode method not the most economical?
Why didn’t Christianity spread southwards from Ethiopia in the Middle Ages?
Why isn't there any 9.5 digit multimeter or higher?
Why did House of Representatives need to condemn Trumps Tweets?
What do you call a flexible diving platform?
How do I use JSON.generator to generate an unnamed array?
Summoning A Technology Based Demon
What is more environmentally friendly? An A320 or a car?
Do the books ever say oliphaunts aren’t elephants?
Why is it "on the inside" and not "in the inside"?
Assuring luggage isn't lost with short layover
Is it safe if the neutral lead is exposed and disconnected?
Introducing Tetronogram!
Do 3/8 (37.5%) of Quadratics Have No x-Intercepts?
Why were contact sensors put on three of the Lunar Module's four legs? Did they ever bend and stick out sideways?
How did the SysRq key get onto modern keyboards if it's rarely used?
Why does this RX-X lock not appear in Extended Events?
Struggling with cyclical dependancies in unit tests
Why do the numerator and denominator of a rational number have to be in their lowest term?
Why would anyone ever invest in a cash-only etf?
Disable Language Packages in Zypper
How can I configure Yast to switch languages completely?Where does zypper install the repository or package signing keys?Are missing/broken dependencies on OpenSUSE normal?How do I find a package that provides a given file in OpenSuSE?force zypper to install a specific versionchange zypper languageopenSUSE Leap 42.3: Cannot install Jekyll due to dependency issuesRestore backup of $HOME via rsyncHow does Zypper find the required packages in the repository?Proxy settings for zypper on OpenSuse Leap 15
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am an OpenSUSE user, which means that I use zypper as the main package manager. When I install almost anything, I get a package with the same name but with a -lang suffix that is recommended
by zypper. However, I want to use english only (which is the default), so I don't want to install every language package available for every package I install.
How can I disable these language package recommendations ?
software-installation package-management opensuse zypper
add a comment |
I am an OpenSUSE user, which means that I use zypper as the main package manager. When I install almost anything, I get a package with the same name but with a -lang suffix that is recommended
by zypper. However, I want to use english only (which is the default), so I don't want to install every language package available for every package I install.
How can I disable these language package recommendations ?
software-installation package-management opensuse zypper
1
did you try zypper install --no-recommends pakage?
– taliezin
Mar 5 '15 at 20:43
1
@taliezin: you don't get my point. I want recommendations, but not language packages recommendations.
– Amr Ayman
Mar 6 '15 at 11:50
add a comment |
I am an OpenSUSE user, which means that I use zypper as the main package manager. When I install almost anything, I get a package with the same name but with a -lang suffix that is recommended
by zypper. However, I want to use english only (which is the default), so I don't want to install every language package available for every package I install.
How can I disable these language package recommendations ?
software-installation package-management opensuse zypper
I am an OpenSUSE user, which means that I use zypper as the main package manager. When I install almost anything, I get a package with the same name but with a -lang suffix that is recommended
by zypper. However, I want to use english only (which is the default), so I don't want to install every language package available for every package I install.
How can I disable these language package recommendations ?
software-installation package-management opensuse zypper
software-installation package-management opensuse zypper
asked Mar 5 '15 at 18:42
Amr AymanAmr Ayman
2654 silver badges14 bronze badges
2654 silver badges14 bronze badges
1
did you try zypper install --no-recommends pakage?
– taliezin
Mar 5 '15 at 20:43
1
@taliezin: you don't get my point. I want recommendations, but not language packages recommendations.
– Amr Ayman
Mar 6 '15 at 11:50
add a comment |
1
did you try zypper install --no-recommends pakage?
– taliezin
Mar 5 '15 at 20:43
1
@taliezin: you don't get my point. I want recommendations, but not language packages recommendations.
– Amr Ayman
Mar 6 '15 at 11:50
1
1
did you try zypper install --no-recommends pakage?
– taliezin
Mar 5 '15 at 20:43
did you try zypper install --no-recommends pakage?
– taliezin
Mar 5 '15 at 20:43
1
1
@taliezin: you don't get my point. I want recommendations, but not language packages recommendations.
– Amr Ayman
Mar 6 '15 at 11:50
@taliezin: you don't get my point. I want recommendations, but not language packages recommendations.
– Amr Ayman
Mar 6 '15 at 11:50
add a comment |
1 Answer
1
active
oldest
votes
Find all the language packages:
rpmorphan -guess-custom "-lang$"
Delete them:
rpmorphan -guess-custom "-lang$" | xargs zypper rm
Add a lock to all packakes ending on -lang (prevents them from being reinstalled):
zypper al '*-lang'
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%2f188430%2fdisable-language-packages-in-zypper%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
Find all the language packages:
rpmorphan -guess-custom "-lang$"
Delete them:
rpmorphan -guess-custom "-lang$" | xargs zypper rm
Add a lock to all packakes ending on -lang (prevents them from being reinstalled):
zypper al '*-lang'
add a comment |
Find all the language packages:
rpmorphan -guess-custom "-lang$"
Delete them:
rpmorphan -guess-custom "-lang$" | xargs zypper rm
Add a lock to all packakes ending on -lang (prevents them from being reinstalled):
zypper al '*-lang'
add a comment |
Find all the language packages:
rpmorphan -guess-custom "-lang$"
Delete them:
rpmorphan -guess-custom "-lang$" | xargs zypper rm
Add a lock to all packakes ending on -lang (prevents them from being reinstalled):
zypper al '*-lang'
Find all the language packages:
rpmorphan -guess-custom "-lang$"
Delete them:
rpmorphan -guess-custom "-lang$" | xargs zypper rm
Add a lock to all packakes ending on -lang (prevents them from being reinstalled):
zypper al '*-lang'
edited 36 mins ago
muru
42.9k5 gold badges105 silver badges178 bronze badges
42.9k5 gold badges105 silver badges178 bronze badges
answered Jul 29 '18 at 22:37
user3231647user3231647
213 bronze badges
213 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%2f188430%2fdisable-language-packages-in-zypper%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
1
did you try zypper install --no-recommends pakage?
– taliezin
Mar 5 '15 at 20:43
1
@taliezin: you don't get my point. I want recommendations, but not language packages recommendations.
– Amr Ayman
Mar 6 '15 at 11:50