ownCloud command line client owncloudcmd

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
1
down vote

favorite












The ownCloud documentation mentions a command line client owncloudcmd which is supposed to be installed as part of the ownCloud Client package.



I have the owncloud-client package from the official repositories installed on Ubuntu 18.04 (version 2.4.1). The GUI client works but I cannot find this owncloudcmd executable.



Does anybody know why the Ubuntu package doesn't contain owncloudcmd, and how I can install it?







share|improve this question



























    up vote
    1
    down vote

    favorite












    The ownCloud documentation mentions a command line client owncloudcmd which is supposed to be installed as part of the ownCloud Client package.



    I have the owncloud-client package from the official repositories installed on Ubuntu 18.04 (version 2.4.1). The GUI client works but I cannot find this owncloudcmd executable.



    Does anybody know why the Ubuntu package doesn't contain owncloudcmd, and how I can install it?







    share|improve this question























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      The ownCloud documentation mentions a command line client owncloudcmd which is supposed to be installed as part of the ownCloud Client package.



      I have the owncloud-client package from the official repositories installed on Ubuntu 18.04 (version 2.4.1). The GUI client works but I cannot find this owncloudcmd executable.



      Does anybody know why the Ubuntu package doesn't contain owncloudcmd, and how I can install it?







      share|improve this question













      The ownCloud documentation mentions a command line client owncloudcmd which is supposed to be installed as part of the ownCloud Client package.



      I have the owncloud-client package from the official repositories installed on Ubuntu 18.04 (version 2.4.1). The GUI client works but I cannot find this owncloudcmd executable.



      Does anybody know why the Ubuntu package doesn't contain owncloudcmd, and how I can install it?









      share|improve this question












      share|improve this question




      share|improve this question








      edited yesterday









      dessert

      19.1k55392




      19.1k55392









      asked 2 days ago









      Erwan

      605




      605




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          They split the package in two:




          • the package owncloud-client holds the GUI program owncloud while


          • the package owncloud-client-cmd holds the CLI program owncloudcmd

          The latter doesn’t depend on the GUI program, which probably is why they split the two – on a headless system you don’t need the GUI, so no need to install it. To use owncloudcmd you just need to install the aforementioned package:



          sudo apt install owncloud-client-cmd


          On Ubuntu 18.04 this installs version 2.4.1 of the program. If for any reason you need the current version 2.4.2 and/or updates to the current version at any time, I recommend installing the Ubuntu PPA from software.opensuse.org. Follow these steps to set it up and install the package (I simplified this a bit):




          1. Remove the repository package (you may skip this step if you didn’t install it):



            sudo apt remove owncloud-client,-cmd



          2. Add the repository:



            echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:desktop.list



          3. Add the repository key:



            wget -nv https://download.opensuse.org/repositories/isv:ownCloud:desktop/Ubuntu_18.04/Release.key -O- | sudo apt-key add -



          4. Update the sources and install the newest package version available. As the PPA‘s version is newer, this ignores the official repository’s owncloud-client package:



            sudo apt update && sudo apt install owncloud-client


          After this owncloud and most notably owncloudcmd work out of the box:



          $ owncloudcmd --version
          ownCloud version 2.4.2 (build 9883)
          Git revision d6e9755121c22b8033d18d496b0e59b7bb752b62
          Using Qt 5.6.2, built against Qt 5.6.2
          Using 'OpenSSL 1.0.2n 7 Dec 2017'





          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',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            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%2f1062057%2fowncloud-command-line-client-owncloudcmd%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote



            accepted










            They split the package in two:




            • the package owncloud-client holds the GUI program owncloud while


            • the package owncloud-client-cmd holds the CLI program owncloudcmd

            The latter doesn’t depend on the GUI program, which probably is why they split the two – on a headless system you don’t need the GUI, so no need to install it. To use owncloudcmd you just need to install the aforementioned package:



            sudo apt install owncloud-client-cmd


            On Ubuntu 18.04 this installs version 2.4.1 of the program. If for any reason you need the current version 2.4.2 and/or updates to the current version at any time, I recommend installing the Ubuntu PPA from software.opensuse.org. Follow these steps to set it up and install the package (I simplified this a bit):




            1. Remove the repository package (you may skip this step if you didn’t install it):



              sudo apt remove owncloud-client,-cmd



            2. Add the repository:



              echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:desktop.list



            3. Add the repository key:



              wget -nv https://download.opensuse.org/repositories/isv:ownCloud:desktop/Ubuntu_18.04/Release.key -O- | sudo apt-key add -



            4. Update the sources and install the newest package version available. As the PPA‘s version is newer, this ignores the official repository’s owncloud-client package:



              sudo apt update && sudo apt install owncloud-client


            After this owncloud and most notably owncloudcmd work out of the box:



            $ owncloudcmd --version
            ownCloud version 2.4.2 (build 9883)
            Git revision d6e9755121c22b8033d18d496b0e59b7bb752b62
            Using Qt 5.6.2, built against Qt 5.6.2
            Using 'OpenSSL 1.0.2n 7 Dec 2017'





            share|improve this answer



























              up vote
              1
              down vote



              accepted










              They split the package in two:




              • the package owncloud-client holds the GUI program owncloud while


              • the package owncloud-client-cmd holds the CLI program owncloudcmd

              The latter doesn’t depend on the GUI program, which probably is why they split the two – on a headless system you don’t need the GUI, so no need to install it. To use owncloudcmd you just need to install the aforementioned package:



              sudo apt install owncloud-client-cmd


              On Ubuntu 18.04 this installs version 2.4.1 of the program. If for any reason you need the current version 2.4.2 and/or updates to the current version at any time, I recommend installing the Ubuntu PPA from software.opensuse.org. Follow these steps to set it up and install the package (I simplified this a bit):




              1. Remove the repository package (you may skip this step if you didn’t install it):



                sudo apt remove owncloud-client,-cmd



              2. Add the repository:



                echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:desktop.list



              3. Add the repository key:



                wget -nv https://download.opensuse.org/repositories/isv:ownCloud:desktop/Ubuntu_18.04/Release.key -O- | sudo apt-key add -



              4. Update the sources and install the newest package version available. As the PPA‘s version is newer, this ignores the official repository’s owncloud-client package:



                sudo apt update && sudo apt install owncloud-client


              After this owncloud and most notably owncloudcmd work out of the box:



              $ owncloudcmd --version
              ownCloud version 2.4.2 (build 9883)
              Git revision d6e9755121c22b8033d18d496b0e59b7bb752b62
              Using Qt 5.6.2, built against Qt 5.6.2
              Using 'OpenSSL 1.0.2n 7 Dec 2017'





              share|improve this answer

























                up vote
                1
                down vote



                accepted







                up vote
                1
                down vote



                accepted






                They split the package in two:




                • the package owncloud-client holds the GUI program owncloud while


                • the package owncloud-client-cmd holds the CLI program owncloudcmd

                The latter doesn’t depend on the GUI program, which probably is why they split the two – on a headless system you don’t need the GUI, so no need to install it. To use owncloudcmd you just need to install the aforementioned package:



                sudo apt install owncloud-client-cmd


                On Ubuntu 18.04 this installs version 2.4.1 of the program. If for any reason you need the current version 2.4.2 and/or updates to the current version at any time, I recommend installing the Ubuntu PPA from software.opensuse.org. Follow these steps to set it up and install the package (I simplified this a bit):




                1. Remove the repository package (you may skip this step if you didn’t install it):



                  sudo apt remove owncloud-client,-cmd



                2. Add the repository:



                  echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:desktop.list



                3. Add the repository key:



                  wget -nv https://download.opensuse.org/repositories/isv:ownCloud:desktop/Ubuntu_18.04/Release.key -O- | sudo apt-key add -



                4. Update the sources and install the newest package version available. As the PPA‘s version is newer, this ignores the official repository’s owncloud-client package:



                  sudo apt update && sudo apt install owncloud-client


                After this owncloud and most notably owncloudcmd work out of the box:



                $ owncloudcmd --version
                ownCloud version 2.4.2 (build 9883)
                Git revision d6e9755121c22b8033d18d496b0e59b7bb752b62
                Using Qt 5.6.2, built against Qt 5.6.2
                Using 'OpenSSL 1.0.2n 7 Dec 2017'





                share|improve this answer















                They split the package in two:




                • the package owncloud-client holds the GUI program owncloud while


                • the package owncloud-client-cmd holds the CLI program owncloudcmd

                The latter doesn’t depend on the GUI program, which probably is why they split the two – on a headless system you don’t need the GUI, so no need to install it. To use owncloudcmd you just need to install the aforementioned package:



                sudo apt install owncloud-client-cmd


                On Ubuntu 18.04 this installs version 2.4.1 of the program. If for any reason you need the current version 2.4.2 and/or updates to the current version at any time, I recommend installing the Ubuntu PPA from software.opensuse.org. Follow these steps to set it up and install the package (I simplified this a bit):




                1. Remove the repository package (you may skip this step if you didn’t install it):



                  sudo apt remove owncloud-client,-cmd



                2. Add the repository:



                  echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/isv:ownCloud:desktop.list



                3. Add the repository key:



                  wget -nv https://download.opensuse.org/repositories/isv:ownCloud:desktop/Ubuntu_18.04/Release.key -O- | sudo apt-key add -



                4. Update the sources and install the newest package version available. As the PPA‘s version is newer, this ignores the official repository’s owncloud-client package:



                  sudo apt update && sudo apt install owncloud-client


                After this owncloud and most notably owncloudcmd work out of the box:



                $ owncloudcmd --version
                ownCloud version 2.4.2 (build 9883)
                Git revision d6e9755121c22b8033d18d496b0e59b7bb752b62
                Using Qt 5.6.2, built against Qt 5.6.2
                Using 'OpenSSL 1.0.2n 7 Dec 2017'






                share|improve this answer















                share|improve this answer



                share|improve this answer








                edited 23 hours ago


























                answered 2 days ago









                dessert

                19.1k55392




                19.1k55392






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1062057%2fowncloud-command-line-client-owncloudcmd%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    pylint3 and pip3 broken

                    Missing snmpget and snmpwalk

                    How to enroll fingerprints to Ubuntu 17.10 with VFS491