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;









1


















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.










share|improve this question

























  • You need to contact package developers and ask them to lower the dependency version.

    – N0rbert
    Sep 13 at 17:55


















1


















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.










share|improve this question

























  • You need to contact package developers and ask them to lower the dependency version.

    – N0rbert
    Sep 13 at 17:55














1













1









1








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.










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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


















  • 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











1 Answer
1






active

oldest

votes


















0



















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





share|improve this answer



























    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
    );



    );














    draft saved

    draft discarded
















    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









    0



















    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





    share|improve this answer






























      0



















      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





      share|improve this answer




























        0















        0











        0









        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





        share|improve this answer














        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






        share|improve this answer













        share|improve this answer




        share|improve this answer










        answered Sep 13 at 18:00









        N0rbertN0rbert

        35.6k10 gold badges81 silver badges167 bronze badges




        35.6k10 gold badges81 silver badges167 bronze badges































            draft saved

            draft discarded















































            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.




            draft saved


            draft discarded














            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





















































            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









            Popular posts from this blog

            Tamil (spriik) Luke uk diar | Nawigatjuun

            Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

            Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?