kubuntu-desktop on Linux Mint 19.1 `software-properties-kde` issue

Clash Royale CLAN TAG#URR8PPP
I have an issue upon installing kubuntu-desktop package, the problem is that I can't install package software-properties-kde which depends another package called python3-software-properties where required version is 0.96.24.32.7. My Linux Mint PPA downloads version 1.8.4, the problem was solved by using bionic PPA
sudo apt install -t bionic-updates python3-software-properties
But after this, here's another problem with which I stuck. While I'm trying to install software-properties-kde I have encountered with dpkg issue, it says about archive processing error, here's the error log:
dpkg: error processing archive /var/cache/apt/archives/software-properties-kde_0.96.24.32.7_all.deb (--unpack):
trying to overwrite '/usr/share/man/man1/software-properties-kde.1.gz', which is also in package mintsources 1.8.4
Errors were encountered while processing:
/var/cache/apt/archives/software-properties-kde_0.96.24.32.7_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
The executed command was sudo apt install software-properties-kde
After searching among internet I haven't found any solution.
linux-mint apt software-installation kde dpkg
add a comment |
I have an issue upon installing kubuntu-desktop package, the problem is that I can't install package software-properties-kde which depends another package called python3-software-properties where required version is 0.96.24.32.7. My Linux Mint PPA downloads version 1.8.4, the problem was solved by using bionic PPA
sudo apt install -t bionic-updates python3-software-properties
But after this, here's another problem with which I stuck. While I'm trying to install software-properties-kde I have encountered with dpkg issue, it says about archive processing error, here's the error log:
dpkg: error processing archive /var/cache/apt/archives/software-properties-kde_0.96.24.32.7_all.deb (--unpack):
trying to overwrite '/usr/share/man/man1/software-properties-kde.1.gz', which is also in package mintsources 1.8.4
Errors were encountered while processing:
/var/cache/apt/archives/software-properties-kde_0.96.24.32.7_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
The executed command was sudo apt install software-properties-kde
After searching among internet I haven't found any solution.
linux-mint apt software-installation kde dpkg
add a comment |
I have an issue upon installing kubuntu-desktop package, the problem is that I can't install package software-properties-kde which depends another package called python3-software-properties where required version is 0.96.24.32.7. My Linux Mint PPA downloads version 1.8.4, the problem was solved by using bionic PPA
sudo apt install -t bionic-updates python3-software-properties
But after this, here's another problem with which I stuck. While I'm trying to install software-properties-kde I have encountered with dpkg issue, it says about archive processing error, here's the error log:
dpkg: error processing archive /var/cache/apt/archives/software-properties-kde_0.96.24.32.7_all.deb (--unpack):
trying to overwrite '/usr/share/man/man1/software-properties-kde.1.gz', which is also in package mintsources 1.8.4
Errors were encountered while processing:
/var/cache/apt/archives/software-properties-kde_0.96.24.32.7_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
The executed command was sudo apt install software-properties-kde
After searching among internet I haven't found any solution.
linux-mint apt software-installation kde dpkg
I have an issue upon installing kubuntu-desktop package, the problem is that I can't install package software-properties-kde which depends another package called python3-software-properties where required version is 0.96.24.32.7. My Linux Mint PPA downloads version 1.8.4, the problem was solved by using bionic PPA
sudo apt install -t bionic-updates python3-software-properties
But after this, here's another problem with which I stuck. While I'm trying to install software-properties-kde I have encountered with dpkg issue, it says about archive processing error, here's the error log:
dpkg: error processing archive /var/cache/apt/archives/software-properties-kde_0.96.24.32.7_all.deb (--unpack):
trying to overwrite '/usr/share/man/man1/software-properties-kde.1.gz', which is also in package mintsources 1.8.4
Errors were encountered while processing:
/var/cache/apt/archives/software-properties-kde_0.96.24.32.7_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
The executed command was sudo apt install software-properties-kde
After searching among internet I haven't found any solution.
linux-mint apt software-installation kde dpkg
linux-mint apt software-installation kde dpkg
edited Mar 17 at 16:28
Jeff Schaller♦
44.5k1162143
44.5k1162143
asked Mar 5 at 15:30
ishidex2ishidex2
1114
1114
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
For those who need answer. I have resolved it by force overwrite:
sudo dpkg -i --force-overwrite <filename>
In my case:
sudo dpkg -i --force-overwrite /var/cache/apt/archives/software-properties-kde_0.96.24.32.7_all.deb
and then successfully executed sudo apt install kubuntu-desktop
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%2f504524%2fkubuntu-desktop-on-linux-mint-19-1-software-properties-kde-issue%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
For those who need answer. I have resolved it by force overwrite:
sudo dpkg -i --force-overwrite <filename>
In my case:
sudo dpkg -i --force-overwrite /var/cache/apt/archives/software-properties-kde_0.96.24.32.7_all.deb
and then successfully executed sudo apt install kubuntu-desktop
add a comment |
For those who need answer. I have resolved it by force overwrite:
sudo dpkg -i --force-overwrite <filename>
In my case:
sudo dpkg -i --force-overwrite /var/cache/apt/archives/software-properties-kde_0.96.24.32.7_all.deb
and then successfully executed sudo apt install kubuntu-desktop
add a comment |
For those who need answer. I have resolved it by force overwrite:
sudo dpkg -i --force-overwrite <filename>
In my case:
sudo dpkg -i --force-overwrite /var/cache/apt/archives/software-properties-kde_0.96.24.32.7_all.deb
and then successfully executed sudo apt install kubuntu-desktop
For those who need answer. I have resolved it by force overwrite:
sudo dpkg -i --force-overwrite <filename>
In my case:
sudo dpkg -i --force-overwrite /var/cache/apt/archives/software-properties-kde_0.96.24.32.7_all.deb
and then successfully executed sudo apt install kubuntu-desktop
answered Mar 7 at 20:44
ishidex2ishidex2
1114
1114
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%2f504524%2fkubuntu-desktop-on-linux-mint-19-1-software-properties-kde-issue%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