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
50
votes
3 answers

cannot install "code": classic confinement requires snaps under /snap or symlink from /snap to /var/lib/snapd/snap

how I can fix it? I've tried to create "soft link" like sudo ln /snap /var/lib/snapd/snap and also sudo ln /var/lib/snapd/snap /snap --> but it doesn't work. I just want to install VSCode in Manjaro
0xActor
  • 614
  • 1
  • 5
  • 7
38
votes
5 answers

Can't Find certain extensions in CODE-OSS(Open source variant of Visual Studio Code)

I have been using Code-OSS in manjaro linux for some months now and this is the first time I am encountering this. (After I reinstalled manjaro) When I search for e.g, Java Extension Pack or Intellisense I don't get any result in the extension…
EX1T_ZER0
  • 583
  • 1
  • 4
  • 10
35
votes
1 answer

The framework 'Microsoft.AspNetCore.App', version '5.0.0' was not found. when it is installed and inside $PATH

I am working in Manjaro Linux. I have a .NET Core project. The solution builds fine when I run dotnet build . However, when I run: dotnet-ef update --project Bejebeje.DataAccess --startup-project Bejebeje.Mvc I get the following strange…
J86
  • 14,345
  • 47
  • 130
  • 228
28
votes
3 answers

Install MongoDB on Manjaro

I'm facing difficulties installing the MongoDB community server on Manjaro Linux. There isn't official documentation on how to install it on Arch-based systems and Pacman can't find it in the AUR repos. Has anyone ever tried to install it?
Henry Harutyunyan
  • 2,355
  • 1
  • 16
  • 22
24
votes
3 answers

cannot import name 'MutableMapping' from 'collections'

I'm getting the following error: File "/home/ron/rzg2l_bsp_v1.3/poky/bitbake/lib/bb/compat.py", line 7, in from collections import MutableMapping, KeysView, ValuesView, ItemsView, OrderedDict ImportError: cannot import name…
stdcerr
  • 13,725
  • 25
  • 71
  • 128
19
votes
6 answers

error while loading shared libraries: libicui18n.so.68

I got this error after installing nodejs and npm using pacman: node: error while loading shared libraries: libicui18n.so.68: cannot open shared object file: No such file or directory I already tried setting LD_LIBRARY_PATH to /usr/local/lib/ and…
Mat
  • 203
  • 1
  • 2
  • 6
19
votes
1 answer

How to change the python version of already existing virtualenv?

I have created a virtual environment using python 3.6, then I've made a system upgrade and I've got python 3.7 installed system wide. Now I can't execute python files in that virtual environment because it's searching for python 3.6. How can I…
dAn
  • 517
  • 1
  • 6
  • 10
18
votes
5 answers

How to fix "fatal error: opencv2/core.hpp: No such file or directory" for opencv4 installed in manjaro

Essentially, I've been able to install openCV fine for python but I also want to be able to do it for C++. I was able to install it using my linux distro's package manager (pacman for manjaro which is based on arch) but I haven't gotten the…
Notemaster
  • 465
  • 1
  • 3
  • 15
17
votes
8 answers

How to install Java on Arch Linux

According to https://wiki.archlinux.org/index.php/Java I can install Open JDK 7 on a clean Arch Linux installation by invoking the command pacman -S jdk7-openjdk But when doing so, I get an error saying error: target not found: jdk7-openjdk I…
Jeroen Kransen
  • 1,379
  • 3
  • 19
  • 45
15
votes
4 answers

Error: "SDK emulator directory is missing" in Android Studio on Linux

I'm trying to install android studio on linux manjaro but it shows me following error: SDK emulator directory is missing How i can to fix it? The error mesage:
hamidreza Momeni
  • 153
  • 1
  • 1
  • 5
14
votes
4 answers

Failed to commit transaction (conflicting files) when updating packages on Manjaro

sudo pacman -Syu I try updating all the packages using pacman on my Manjaro Linux and pacman necessarily does everything to download the latest updates of all the available packages and after checking for file conflicts, it throws ... (126/126)…
13
votes
1 answer

How to change the default version of java by command line in Manjaro?

I use Manjaro operating system I have installed OpenJDK version 11 and 18 (version 11 is installed first) and when I type java --version command in terminal it shows version 11. java --version openjdk 11.0.15 2022-04-19 OpenJDK Runtime Environment…
aAlalirezaSouri
  • 131
  • 1
  • 3
12
votes
6 answers

Error:mysqld.service: Start request repeated too quickly. On manjaro

Yesterday I updated my manjaro. I had many problems since then. Firstly, I type systemctl status mysqld.service to start MySQL, but it errors out with mysqld.service: Start request repeated too quickly. I has found many suggestions but they…
UnionDong
  • 121
  • 1
  • 1
  • 5
10
votes
1 answer

Google Maps UI missing in extended controls - Android Emulator

I'm on Manjaro, completely remove and then installed back Android Studio, but nothing seems to work. I have Windows and Manjaro both on the same machine, on Windows it works as expected. I have no clue why it's not working. Any suggestions would be…
10
votes
0 answers

VirtualBox import Error: Code NS_ERROR_INVALID_ARG (0x80070057) - Invalid argument value

I am trying to import exported virtual machine on my using VirtualBox but while importing I am getting the following error: Progress state: NS_ERROR_INVALID_ARG VBoxManage: error: Appliance import failed VBoxManage: error: Code NS_ERROR_INVALID_ARG…
siddhesh padhye
  • 133
  • 1
  • 2
  • 10
1
2 3
27 28