Questions tagged [manjaro]

Manjaro is a user-friendly GNU/Linux distribution based on the independently developed Arch Linux.

Manjaro Linux is based on Arch Linux and has its own collection of repositories. The distribution aims to be new user-friendly while maintaining the Arch base, most notably the Pacman package manager and compatibility with the Arch User Repositories. Manjaro itself uses three sets of repositories: the unstable repositories contain the most bleeding edge Arch packages, possibly one or two days delayed; the testing repositories contain packages from the unstable repos synced every week, which provides an initial screening; and the stable repositories contain only packages that are deemed stable by the development team.

420 questions
9
votes
2 answers

Docker: "driver failed programming external connectivity on endpoint testcontainer"

I am getting the below error while creating a python3 container in manjaro VMware: docker: Error response from daemon: driver failed programming external connectivity on endpoint testcontainer…
M. Asif
  • 113
  • 1
  • 1
  • 8
7
votes
1 answer

Vulkan 1.1 APIs missing from device - Android Studio Emulator

On Manjaro Linux. Running Android Studio 3.6.3. Everything works great, but when I try to launch any emulator I am getting this error: Emulator: createOrGetGlobalVkEmulation: Warning: Vulkan 1.1 APIs missing from device I'm not having any driver…
Zelf
  • 1,723
  • 2
  • 23
  • 40
6
votes
0 answers

ImportError: libcupti.so.11.5: cannot open shared object file: No such file or directory

I encountered this error when using torch package. --------------------------------------------------------------------------- ImportError Traceback (most recent call last) Input In [12], in 1 import…
Funny Sawyer
  • 85
  • 1
  • 3
6
votes
2 answers

Rider saids can not update dotnet core in path “/usr/share/dotnet/dotnet”

I have been working with dotnet core in manjaro, I have followed the official guide from Microsoft, they recommend you to install donet-sdk and runtime from snap store, but has some drawbacks with manjaro, like, dotnet tools doesn't work…
g14wx
  • 316
  • 1
  • 2
  • 7
6
votes
2 answers

Manjaro install ncurses5-compat-libs

I'm trying to install this package ncurses5-compat-libs but I can because of the following problem. What I did: 1. yay ncurses5-compat-libs There are 2 types of errors: Either I will check 'Y' and I will add the key, so in this case, I will receive…
Mircea
  • 1,671
  • 7
  • 25
  • 41
6
votes
4 answers

Manjaro update error: failed to update core (unable to lock database)

I am a noob on an i5 desktop. I could not update my system. Terminal reads as follows, after I type and enter "sudo pacman -Syu" [sudo] password for user-name: ******** :: Synchronizing package databases... error: failed to update core (unable to…
6
votes
3 answers

How to change the default terminal in Manjaro?

I recently switched from ubuntu to Manjaro. On ubuntu I used Tilix and made it my default terminal emulator. I did so with: sudo update-alternatives --config x-terminal-emulator Is there a way to set the default terminal emulator with…
jost21
  • 1,084
  • 3
  • 15
  • 29
6
votes
3 answers

Installing Heroku cli on archlinux using snapd :command not found

I have installed heroku cli following their ref https://devcenter.heroku.com/articles/heroku-cli using snapd on Manjaro arch-based linux distro It was installed successfully and just to make sure When I run this cmd sudo snap install heroku I get…
aldokkani
  • 853
  • 1
  • 8
  • 17
5
votes
2 answers

error: failed to run custom build command for `openssl-sys v0.9.72` using Rust/Anchor

I'm trying to build my Rust project using "anchor build", but I get this error message in the terminal error: failed to run custom build command for `openssl-sys v0.9.72` Caused by: process didn't exit successfully:…
5
votes
3 answers

rancher-agent fails with "Failed to find container id:\n0::/\n"

I have had my docker host added to Rancher since a long time ago and everything has been working just fine for months. Suddenly, a few days ago, my docker host was marked as "Disconnected" in Rancher. When I check the status of the rancher-agent…
5
votes
1 answer

version `GLIBC_2.33' not found

I'm using .net core on Linux specifically Manjaro 20.2.1, I'm learning .net core, I want to use EF commands, but it's slightly different how its works on Linux, I had installed the dotnet-ef tool whit this command: dotnet tool install --global…
g14wx
  • 316
  • 1
  • 2
  • 7
5
votes
4 answers

Problem installing node js and npm on Manjaro linux

OS: Manjaro I installed npm and nodejs by this command: sudo pacman -S nodejs npm after installation i have an error: ~]$ npm -v node: error while loading shared libraries: libicui18n.so.67: cannot open shared object file: No such file or…
Иван
  • 158
  • 2
  • 12
5
votes
2 answers

No matching distribution found for cplex

When installing the Python CPLEX API with pip install cplex, I get the error: Could not find a version that satisfies the requirement cplex (from versions: none) ERROR: No matching distribution found for cplex My python and pip installation are…
jofrho
  • 51
  • 1
  • 4
5
votes
1 answer

Older version of Python on Manjaro (Arch Linux)

Manjaro now comes with the newest version of Python (3.8). However, I need an older version of Python (3.7) for my current projects. Is there a way to install the older version and use something like python37 or python38 when starting the program so…
user11224808
5
votes
1 answer

How can I permanently setting the Screen Layout (arandr) in Manjaro i3?

I recently installed Manjaro i3 on my laptop and tried to connect an external Monitor, to extend the main Screen when it's plugged in and just use the single monitor mode when not. This seems to mostly work using arandr. Unfortunately I have to…
user2741831
  • 2,120
  • 2
  • 22
  • 43
1
2
3
27 28