remove half installed software
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I wanted install kDE plasma desktop
first I entered
$ sudo apt install tasksel
then
$ sudo apt install sddm
it stopped saying couldn't fetch some archive files etc;
now I want to remove the files downloaded during this process as they are no longer useful to me
desktop-environments
add a comment |
I wanted install kDE plasma desktop
first I entered
$ sudo apt install tasksel
then
$ sudo apt install sddm
it stopped saying couldn't fetch some archive files etc;
now I want to remove the files downloaded during this process as they are no longer useful to me
desktop-environments
2
sudo apt purge sddm tasksel ; sudo apt autoremove
(thesddm
may not be needed if it didn't install; the autoremove will remove any dependencies.
– guiverc
Mar 30 at 6:53
add a comment |
I wanted install kDE plasma desktop
first I entered
$ sudo apt install tasksel
then
$ sudo apt install sddm
it stopped saying couldn't fetch some archive files etc;
now I want to remove the files downloaded during this process as they are no longer useful to me
desktop-environments
I wanted install kDE plasma desktop
first I entered
$ sudo apt install tasksel
then
$ sudo apt install sddm
it stopped saying couldn't fetch some archive files etc;
now I want to remove the files downloaded during this process as they are no longer useful to me
desktop-environments
desktop-environments
edited Mar 30 at 6:54
Mitch♦
85.8k14174232
85.8k14174232
asked Mar 30 at 6:46
SAI SRIKARSAI SRIKAR
1
1
2
sudo apt purge sddm tasksel ; sudo apt autoremove
(thesddm
may not be needed if it didn't install; the autoremove will remove any dependencies.
– guiverc
Mar 30 at 6:53
add a comment |
2
sudo apt purge sddm tasksel ; sudo apt autoremove
(thesddm
may not be needed if it didn't install; the autoremove will remove any dependencies.
– guiverc
Mar 30 at 6:53
2
2
sudo apt purge sddm tasksel ; sudo apt autoremove
(the sddm
may not be needed if it didn't install; the autoremove will remove any dependencies.– guiverc
Mar 30 at 6:53
sudo apt purge sddm tasksel ; sudo apt autoremove
(the sddm
may not be needed if it didn't install; the autoremove will remove any dependencies.– guiverc
Mar 30 at 6:53
add a comment |
1 Answer
1
active
oldest
votes
sudo apt purge tasksel sddm
will remove (including configuration files) tasksel & sddm packages. You may not need to purge/remove sddm if it was not installed.
sudo apt autoremove
will remove any unwanted dependencies that are no longer needed; ie. anything pulled in when you installed tasksel sddm or any other packages you have removed.
thank you .it worked
– SAI SRIKAR
Mar 31 at 7:35
Please feel free to accept the answer.
– guiverc
Mar 31 at 7:36
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2faskubuntu.com%2fquestions%2f1129849%2fremove-half-installed-software%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
sudo apt purge tasksel sddm
will remove (including configuration files) tasksel & sddm packages. You may not need to purge/remove sddm if it was not installed.
sudo apt autoremove
will remove any unwanted dependencies that are no longer needed; ie. anything pulled in when you installed tasksel sddm or any other packages you have removed.
thank you .it worked
– SAI SRIKAR
Mar 31 at 7:35
Please feel free to accept the answer.
– guiverc
Mar 31 at 7:36
add a comment |
sudo apt purge tasksel sddm
will remove (including configuration files) tasksel & sddm packages. You may not need to purge/remove sddm if it was not installed.
sudo apt autoremove
will remove any unwanted dependencies that are no longer needed; ie. anything pulled in when you installed tasksel sddm or any other packages you have removed.
thank you .it worked
– SAI SRIKAR
Mar 31 at 7:35
Please feel free to accept the answer.
– guiverc
Mar 31 at 7:36
add a comment |
sudo apt purge tasksel sddm
will remove (including configuration files) tasksel & sddm packages. You may not need to purge/remove sddm if it was not installed.
sudo apt autoremove
will remove any unwanted dependencies that are no longer needed; ie. anything pulled in when you installed tasksel sddm or any other packages you have removed.
sudo apt purge tasksel sddm
will remove (including configuration files) tasksel & sddm packages. You may not need to purge/remove sddm if it was not installed.
sudo apt autoremove
will remove any unwanted dependencies that are no longer needed; ie. anything pulled in when you installed tasksel sddm or any other packages you have removed.
answered Mar 30 at 7:04
guivercguiverc
5,28421723
5,28421723
thank you .it worked
– SAI SRIKAR
Mar 31 at 7:35
Please feel free to accept the answer.
– guiverc
Mar 31 at 7:36
add a comment |
thank you .it worked
– SAI SRIKAR
Mar 31 at 7:35
Please feel free to accept the answer.
– guiverc
Mar 31 at 7:36
thank you .it worked
– SAI SRIKAR
Mar 31 at 7:35
thank you .it worked
– SAI SRIKAR
Mar 31 at 7:35
Please feel free to accept the answer.
– guiverc
Mar 31 at 7:36
Please feel free to accept the answer.
– guiverc
Mar 31 at 7:36
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1129849%2fremove-half-installed-software%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
2
sudo apt purge sddm tasksel ; sudo apt autoremove
(thesddm
may not be needed if it didn't install; the autoremove will remove any dependencies.– guiverc
Mar 30 at 6:53