How do I install Falkon browser in Ubuntu GNOME?












0















I have downloaded the source code of Falkon from GitHub repository, but when I try to generate a make using the CMakeLists.txt it throws up some error.



CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by "Qt5QuickWidgets"
with any of the following names:

Qt5QuickWidgetsConfig.cmake
qt5quickwidgets-config.cmake

Add the installation prefix of "Qt5QuickWidgets" to CMAKE_PREFIX_PATH or
set "Qt5QuickWidgets_DIR" to a directory containing one of the above files.
If "Qt5QuickWidgets" provides a separate development package or SDK, be
sure it has been installed.
Call Stack (most recent call first):
CMakeLists.txt:46 (find_package)


-- Configuring incomplete, errors occurred!


What should I do to complete the installation?










share|improve this question

























  • Qt5QuickWidgets : apt-file search libQt5QuickWidgets.so ... sudo apt install qtdeclarative5-dev → Provides /usr/lib/x86_64-linux-gnu/libQt5QuickWidgets.so

    – Knud Larsen
    Apr 24 '18 at 17:28
















0















I have downloaded the source code of Falkon from GitHub repository, but when I try to generate a make using the CMakeLists.txt it throws up some error.



CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by "Qt5QuickWidgets"
with any of the following names:

Qt5QuickWidgetsConfig.cmake
qt5quickwidgets-config.cmake

Add the installation prefix of "Qt5QuickWidgets" to CMAKE_PREFIX_PATH or
set "Qt5QuickWidgets_DIR" to a directory containing one of the above files.
If "Qt5QuickWidgets" provides a separate development package or SDK, be
sure it has been installed.
Call Stack (most recent call first):
CMakeLists.txt:46 (find_package)


-- Configuring incomplete, errors occurred!


What should I do to complete the installation?










share|improve this question

























  • Qt5QuickWidgets : apt-file search libQt5QuickWidgets.so ... sudo apt install qtdeclarative5-dev → Provides /usr/lib/x86_64-linux-gnu/libQt5QuickWidgets.so

    – Knud Larsen
    Apr 24 '18 at 17:28














0












0








0


1






I have downloaded the source code of Falkon from GitHub repository, but when I try to generate a make using the CMakeLists.txt it throws up some error.



CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by "Qt5QuickWidgets"
with any of the following names:

Qt5QuickWidgetsConfig.cmake
qt5quickwidgets-config.cmake

Add the installation prefix of "Qt5QuickWidgets" to CMAKE_PREFIX_PATH or
set "Qt5QuickWidgets_DIR" to a directory containing one of the above files.
If "Qt5QuickWidgets" provides a separate development package or SDK, be
sure it has been installed.
Call Stack (most recent call first):
CMakeLists.txt:46 (find_package)


-- Configuring incomplete, errors occurred!


What should I do to complete the installation?










share|improve this question
















I have downloaded the source code of Falkon from GitHub repository, but when I try to generate a make using the CMakeLists.txt it throws up some error.



CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by "Qt5QuickWidgets"
with any of the following names:

Qt5QuickWidgetsConfig.cmake
qt5quickwidgets-config.cmake

Add the installation prefix of "Qt5QuickWidgets" to CMAKE_PREFIX_PATH or
set "Qt5QuickWidgets_DIR" to a directory containing one of the above files.
If "Qt5QuickWidgets" provides a separate development package or SDK, be
sure it has been installed.
Call Stack (most recent call first):
CMakeLists.txt:46 (find_package)


-- Configuring incomplete, errors occurred!


What should I do to complete the installation?







gnome software-installation cmake






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 7 hours ago









karel

58k12128146




58k12128146










asked Apr 24 '18 at 14:16









AnkitAnkit

8115




8115













  • Qt5QuickWidgets : apt-file search libQt5QuickWidgets.so ... sudo apt install qtdeclarative5-dev → Provides /usr/lib/x86_64-linux-gnu/libQt5QuickWidgets.so

    – Knud Larsen
    Apr 24 '18 at 17:28



















  • Qt5QuickWidgets : apt-file search libQt5QuickWidgets.so ... sudo apt install qtdeclarative5-dev → Provides /usr/lib/x86_64-linux-gnu/libQt5QuickWidgets.so

    – Knud Larsen
    Apr 24 '18 at 17:28

















Qt5QuickWidgets : apt-file search libQt5QuickWidgets.so ... sudo apt install qtdeclarative5-dev → Provides /usr/lib/x86_64-linux-gnu/libQt5QuickWidgets.so

– Knud Larsen
Apr 24 '18 at 17:28





Qt5QuickWidgets : apt-file search libQt5QuickWidgets.so ... sudo apt install qtdeclarative5-dev → Provides /usr/lib/x86_64-linux-gnu/libQt5QuickWidgets.so

– Knud Larsen
Apr 24 '18 at 17:28










2 Answers
2






active

oldest

votes


















1














Falkon is a new and very fast QtWebKit browser. It aims to be a lightweight web browser available through all major platforms. This project has been originally started only for educational purposes, but from its start Falkon has grown into a feature-rich browser. Falkon has AdBlock built-in and enabled by default. Falkon also can import bookmarks from Firefox, Chrome, Opera and .html file(s).



To install the native Falkon browser snap package in all currently supported versions of Ubuntu open the terminal and type:



sudo snap install falkon --channel candidate   


The candidate version of the Falkon browser snap package is currently 3.0.1, the same as the current version at https://www.falkon.org/.



To launch Falkon from the terminal:



snap run falkon  


The falkon snap package will be updated automatically when updates are available.



Support for playing Flash videos in Falkon can be added with the following commands:



sudo apt install adobe-flashplugin 
sudo apt install browser-plugin-freshplayer-pepperflash # 16.04 and later





share|improve this answer

































    -1














    sudo snap install kde-frameworks-5 


    Let this finish installing, then:



    sudo snap install falkon --edge





    share|improve this answer










    New contributor




    candu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.




















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


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1027824%2fhow-do-i-install-falkon-browser-in-ubuntu-gnome%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      1














      Falkon is a new and very fast QtWebKit browser. It aims to be a lightweight web browser available through all major platforms. This project has been originally started only for educational purposes, but from its start Falkon has grown into a feature-rich browser. Falkon has AdBlock built-in and enabled by default. Falkon also can import bookmarks from Firefox, Chrome, Opera and .html file(s).



      To install the native Falkon browser snap package in all currently supported versions of Ubuntu open the terminal and type:



      sudo snap install falkon --channel candidate   


      The candidate version of the Falkon browser snap package is currently 3.0.1, the same as the current version at https://www.falkon.org/.



      To launch Falkon from the terminal:



      snap run falkon  


      The falkon snap package will be updated automatically when updates are available.



      Support for playing Flash videos in Falkon can be added with the following commands:



      sudo apt install adobe-flashplugin 
      sudo apt install browser-plugin-freshplayer-pepperflash # 16.04 and later





      share|improve this answer






























        1














        Falkon is a new and very fast QtWebKit browser. It aims to be a lightweight web browser available through all major platforms. This project has been originally started only for educational purposes, but from its start Falkon has grown into a feature-rich browser. Falkon has AdBlock built-in and enabled by default. Falkon also can import bookmarks from Firefox, Chrome, Opera and .html file(s).



        To install the native Falkon browser snap package in all currently supported versions of Ubuntu open the terminal and type:



        sudo snap install falkon --channel candidate   


        The candidate version of the Falkon browser snap package is currently 3.0.1, the same as the current version at https://www.falkon.org/.



        To launch Falkon from the terminal:



        snap run falkon  


        The falkon snap package will be updated automatically when updates are available.



        Support for playing Flash videos in Falkon can be added with the following commands:



        sudo apt install adobe-flashplugin 
        sudo apt install browser-plugin-freshplayer-pepperflash # 16.04 and later





        share|improve this answer




























          1












          1








          1







          Falkon is a new and very fast QtWebKit browser. It aims to be a lightweight web browser available through all major platforms. This project has been originally started only for educational purposes, but from its start Falkon has grown into a feature-rich browser. Falkon has AdBlock built-in and enabled by default. Falkon also can import bookmarks from Firefox, Chrome, Opera and .html file(s).



          To install the native Falkon browser snap package in all currently supported versions of Ubuntu open the terminal and type:



          sudo snap install falkon --channel candidate   


          The candidate version of the Falkon browser snap package is currently 3.0.1, the same as the current version at https://www.falkon.org/.



          To launch Falkon from the terminal:



          snap run falkon  


          The falkon snap package will be updated automatically when updates are available.



          Support for playing Flash videos in Falkon can be added with the following commands:



          sudo apt install adobe-flashplugin 
          sudo apt install browser-plugin-freshplayer-pepperflash # 16.04 and later





          share|improve this answer















          Falkon is a new and very fast QtWebKit browser. It aims to be a lightweight web browser available through all major platforms. This project has been originally started only for educational purposes, but from its start Falkon has grown into a feature-rich browser. Falkon has AdBlock built-in and enabled by default. Falkon also can import bookmarks from Firefox, Chrome, Opera and .html file(s).



          To install the native Falkon browser snap package in all currently supported versions of Ubuntu open the terminal and type:



          sudo snap install falkon --channel candidate   


          The candidate version of the Falkon browser snap package is currently 3.0.1, the same as the current version at https://www.falkon.org/.



          To launch Falkon from the terminal:



          snap run falkon  


          The falkon snap package will be updated automatically when updates are available.



          Support for playing Flash videos in Falkon can be added with the following commands:



          sudo apt install adobe-flashplugin 
          sudo apt install browser-plugin-freshplayer-pepperflash # 16.04 and later






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 6 hours ago

























          answered 7 hours ago









          karelkarel

          58k12128146




          58k12128146

























              -1














              sudo snap install kde-frameworks-5 


              Let this finish installing, then:



              sudo snap install falkon --edge





              share|improve this answer










              New contributor




              candu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.

























                -1














                sudo snap install kde-frameworks-5 


                Let this finish installing, then:



                sudo snap install falkon --edge





                share|improve this answer










                New contributor




                candu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.























                  -1












                  -1








                  -1







                  sudo snap install kde-frameworks-5 


                  Let this finish installing, then:



                  sudo snap install falkon --edge





                  share|improve this answer










                  New contributor




                  candu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.










                  sudo snap install kde-frameworks-5 


                  Let this finish installing, then:



                  sudo snap install falkon --edge






                  share|improve this answer










                  New contributor




                  candu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  share|improve this answer



                  share|improve this answer








                  edited 5 hours ago









                  Zanna

                  50.4k13133241




                  50.4k13133241






                  New contributor




                  candu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered 8 hours ago









                  canducandu

                  11




                  11




                  New contributor




                  candu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  candu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  candu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






























                      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%2f1027824%2fhow-do-i-install-falkon-browser-in-ubuntu-gnome%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

                      GameSpot

                      connect to host localhost port 22: Connection refused

                      Getting a Wifi WPA2 wifi connection