how to install pantheon-files on ubuntu 18.04.3sbackup-gtk not installable from 14.04Issue installing HandBrakeUnmet dependencies when trying to install r-baseCannot install GDB on Ubuntu 17.10 due to Python dependency issuesI've failed to install the R package, broken packages
Why does Darth Sidious fear Luke Skywalker?
Is Earth's Surface "In orbit"?
If a wildshaped druid somehow got Undead Fortitude, would this prevent them from reverting?
CEO says not to expect pay increases unless you do something really exceptional. Is this counter-productive?
Balancing empathy and deferring to the syllabus in teaching responsibilities
How to get the parameter values of a stored procedure that's in the middle of execution?
Can I use the Cleric spell Light and a magnifying glass to light a fire?
How do I activate Windows XP nowadays (in 2019)?
What does play with feeling mean?
Does the amount owed listed in my account on irs.gov include both federal and state taxes owed?
How does the second benefit of the Mounted Combatant feat interact with total cover?
Stack data structure in Python 3
What is the correct way for pilots to say the time?
Beautiful planar geometry theorems not encountered in high school
Car imitates dead battery but comes back to life ~30 minutes later and lets me start it
How do I Delete geometry? Separate objects are one piece?
How to handle a colleague who appears helpful in front of manager but doesn't help in private?
Why does this process map every fraction to the golden ratio?
If a photon truly goes through both slits (at the same time), then why can't we detect it at both slits (at the same time)?
"Startup" working hours - is it normal to be asked to work 11 hours/ day?
Can the Protection fighting style be used in this way?
Why is oil used as as the lubricant in power generators, while water is the most available, cheapest and accessible lubricant?
Prevent function taking const std::string& from accepting 0
How can something be kosher if it "may contain" milk, crustaceans, shellfish, etc.?
how to install pantheon-files on ubuntu 18.04.3
sbackup-gtk not installable from 14.04Issue installing HandBrakeUnmet dependencies when trying to install r-baseCannot install GDB on Ubuntu 17.10 due to Python dependency issuesI've failed to install the R package, broken packages
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
what i did:
$ sudo add-apt-repository ppa:elementary-os/stable
$ sudo apt update
Ubuntu 18.04.3 Mate try install Pantheon-Files but get error:
$ sudo apt-get install -f pantheon-files
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
pantheon-files : Depends: libcloudproviders0 (>= 0.3.0) but it is not going to be installed
Recommends: contractor but it is not going to be installed
Recommends: tumbler-plugins-extra but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
have try fine other way like snap or flatpak or appimage but no luck.
18.04 package-management pantheon
add a comment
|
what i did:
$ sudo add-apt-repository ppa:elementary-os/stable
$ sudo apt update
Ubuntu 18.04.3 Mate try install Pantheon-Files but get error:
$ sudo apt-get install -f pantheon-files
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
pantheon-files : Depends: libcloudproviders0 (>= 0.3.0) but it is not going to be installed
Recommends: contractor but it is not going to be installed
Recommends: tumbler-plugins-extra but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
have try fine other way like snap or flatpak or appimage but no luck.
18.04 package-management pantheon
You need to contact package developers and ask them to lower the dependency version.
– N0rbert
Sep 13 at 17:55
add a comment
|
what i did:
$ sudo add-apt-repository ppa:elementary-os/stable
$ sudo apt update
Ubuntu 18.04.3 Mate try install Pantheon-Files but get error:
$ sudo apt-get install -f pantheon-files
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
pantheon-files : Depends: libcloudproviders0 (>= 0.3.0) but it is not going to be installed
Recommends: contractor but it is not going to be installed
Recommends: tumbler-plugins-extra but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
have try fine other way like snap or flatpak or appimage but no luck.
18.04 package-management pantheon
what i did:
$ sudo add-apt-repository ppa:elementary-os/stable
$ sudo apt update
Ubuntu 18.04.3 Mate try install Pantheon-Files but get error:
$ sudo apt-get install -f pantheon-files
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
pantheon-files : Depends: libcloudproviders0 (>= 0.3.0) but it is not going to be installed
Recommends: contractor but it is not going to be installed
Recommends: tumbler-plugins-extra but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
have try fine other way like snap or flatpak or appimage but no luck.
18.04 package-management pantheon
18.04 package-management pantheon
asked Sep 12 at 1:02
K.D.GK.D.G
1419 bronze badges
1419 bronze badges
You need to contact package developers and ask them to lower the dependency version.
– N0rbert
Sep 13 at 17:55
add a comment
|
You need to contact package developers and ask them to lower the dependency version.
– N0rbert
Sep 13 at 17:55
You need to contact package developers and ask them to lower the dependency version.
– N0rbert
Sep 13 at 17:55
You need to contact package developers and ask them to lower the dependency version.
– N0rbert
Sep 13 at 17:55
add a comment
|
1 Answer
1
active
oldest
votes
At first you need to enable universe repository with
sudo add-apt-repository universe
and then you can manually download and install newer version of the library with
cd ~/Downloads
wget http://mirrors.kernel.org/ubuntu/pool/universe/libc/libcloudproviders/libcloudproviders0_0.3.0-1_amd64.deb
sudo apt install ./libcloudproviders0_0.3.0-1_amd64.deb
and then install pantheon-files with
sudo apt-get install pantheon-files
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/4.0/"u003ecc by-sa 4.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%2f1173589%2fhow-to-install-pantheon-files-on-ubuntu-18-04-3%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
At first you need to enable universe repository with
sudo add-apt-repository universe
and then you can manually download and install newer version of the library with
cd ~/Downloads
wget http://mirrors.kernel.org/ubuntu/pool/universe/libc/libcloudproviders/libcloudproviders0_0.3.0-1_amd64.deb
sudo apt install ./libcloudproviders0_0.3.0-1_amd64.deb
and then install pantheon-files with
sudo apt-get install pantheon-files
add a comment
|
At first you need to enable universe repository with
sudo add-apt-repository universe
and then you can manually download and install newer version of the library with
cd ~/Downloads
wget http://mirrors.kernel.org/ubuntu/pool/universe/libc/libcloudproviders/libcloudproviders0_0.3.0-1_amd64.deb
sudo apt install ./libcloudproviders0_0.3.0-1_amd64.deb
and then install pantheon-files with
sudo apt-get install pantheon-files
add a comment
|
At first you need to enable universe repository with
sudo add-apt-repository universe
and then you can manually download and install newer version of the library with
cd ~/Downloads
wget http://mirrors.kernel.org/ubuntu/pool/universe/libc/libcloudproviders/libcloudproviders0_0.3.0-1_amd64.deb
sudo apt install ./libcloudproviders0_0.3.0-1_amd64.deb
and then install pantheon-files with
sudo apt-get install pantheon-files
At first you need to enable universe repository with
sudo add-apt-repository universe
and then you can manually download and install newer version of the library with
cd ~/Downloads
wget http://mirrors.kernel.org/ubuntu/pool/universe/libc/libcloudproviders/libcloudproviders0_0.3.0-1_amd64.deb
sudo apt install ./libcloudproviders0_0.3.0-1_amd64.deb
and then install pantheon-files with
sudo apt-get install pantheon-files
answered Sep 13 at 18:00
N0rbertN0rbert
35.6k10 gold badges81 silver badges167 bronze badges
35.6k10 gold badges81 silver badges167 bronze badges
add a comment
|
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%2f1173589%2fhow-to-install-pantheon-files-on-ubuntu-18-04-3%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
You need to contact package developers and ask them to lower the dependency version.
– N0rbert
Sep 13 at 17:55