Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. conan install binary pack to system
Forum Updated to NodeBB v4.3 + New Features

conan install binary pack to system

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 439 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    DungeonLords
    wrote on last edited by DungeonLords
    #1

    This is my project:

    git clone https://github.com/AndreiCherniaev/QCoreApplication_quit_example && cd QCoreApplication_quit_example
    

    I ask conan to install nessasary binary packages to my Ubuntu 22:

    conan install conanfile.txt --build=qt -c tools.system.package_manager:mode=install
    

    But I get error:

    dpkg-query: no packages found matching libfontenc-dev
    dpkg-query: no packages found matching libxaw7-dev
    dpkg-query: no packages found matching libxkbfile-dev
    dpkg-query: no packages found matching libxmu-dev
    dpkg-query: no packages found matching libxmuu-dev
    dpkg-query: no packages found matching libxpm-dev
    dpkg-query: no packages found matching libxres-dev
    dpkg-query: no packages found matching libxvmc-dev
    Reading package lists... Done
    E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
    E: Unable to lock directory /var/lib/apt/lists/
    W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
    W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
    xorg/system: ERROR: while executing system_requirements(): Command 'apt-get update' failed
    ERROR: Error in system requirements
    

    Just for test I write

    sudo apt-get install libfontenc-dev
    

    And I can install this without problems... Why conan can't do it by himself?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved