question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[feature] install system packages without architecture

See original GitHub issue

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
czoidocommented, Nov 2, 2022

We close this, although we know that is not completely addressed in https://github.com/conan-io/conan/pull/12349 There’s a workaround to install packages without architecture using:

Apt(self, arch_names={}).install(["archless-package"], update=True, check=True)

But I’ll open a new issue to improve UX for this.

0reactions
ericLemanissiercommented, Oct 19, 2022

Actually, xtrans and xkeyboard-config system packages have no arch on all the system package managers handled by conan, so I created xtrans/system and xkeyboard-config/system recipes without arch setting. a dedicated install_archless is not actually needed

Read more comments on GitHub >

github_iconTop Results From Across the Web

Planning what features and components to install - IBM
You can customize your software product by selecting which features and components to install.
Read more >
Install or update packages - AWS Systems Manager
Deploy packages to managed nodes by using Distributor.
Read more >
Chapter 12. Managing software packages
When installing packages on a multilib system (AMD64, Intel 64 machine), you can specify the architecture of the package by appending it to...
Read more >
Manifest Mode - vcpkg
The set of installed ports is controlled by editing the project's "manifest file", and the installed tree is placed in the project directory...
Read more >
Create a package using the nuget.exe CLI - Microsoft Learn
A detailed guide on designing and creating a NuGet package, including files and versioning.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found