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
1
vote
1 answer

Bazel fails to build/install under Arch/Manjaro (KDE) Linux 5.19rt returning ExceptionInInitializerError/NullPointerException

Problem: I'm trying to install tensorflow-amd and one of the dependencies is bazel. On installation of bazel I get the following error message: [miner-ms7a59 Downloads]# sudo pacman -S bazel resolving dependencies... looking for conflicting…
Logan Rios
  • 87
  • 10
1
vote
1 answer

Error message on R: “tcl/tk support is not available on this system” & “non-zero exit status”

PC: Monster ABRA A5 R Version: R-4.2.1 OS: Manjaro-Cinnamon Hello, I'm trying to install RNCEP package to Rstudio but I'm getting this errors: Console output is; > install.packages("RNCEP") Installing package into…
Vokhirion
  • 11
  • 1
1
vote
1 answer

Golang Fork/exec /bin/sh operation not permitted

package main import ( "fmt" "os" "os/exec" "syscall" ) func main() { os.Setuid(1000) cmd := exec.Command("/bin/sh") cmd.Stdin = os.Stdin cmd.Stdout = os.Stdout cmd.Stderr = os.Stderr cmd.Env =…
1
vote
1 answer

How to open pgadmin4 on Manjaro

I was tried to open pgadmin4 on linux Manjaro but i have an error. I don't know how to fix it. Please help me Error
aeross
  • 11
  • 2
1
vote
1 answer

Manjaro Linux cannot open source file "gtkmm.h"

I have been trying to set up my coding environment for GUI development in c++ recently, with little success. I use Manjaro Linux with Visual Studio Code, but for some reason, I always seem to get include errors when including files that I know are…
Christian
  • 41
  • 7
1
vote
2 answers

pcb2gcode fails install in Arch due to gerbv version not being detected

I'm attempting install of pcb2gcode on Manjaro Arch. I have tried every PKGBUILD file I can find online, and nothing is working for me. I've explicitly installed multiple versions of gerbv package to try to fulfil the dependency, and rerun the…
1
vote
1 answer

Compile unison 2.48.4 build with OCaml version 4.08.1 on Manjaro

I need a specific unison version compilied with a specific OCaml version to work together with the unison package on Ubuntu Server 20.04 LTS. I need unison 2.48.4 build with OCaml version 4.08.1. The package in AUR seems to be build with another…
exaveal
  • 11
  • 1
1
vote
1 answer

Python tkinter lib not installing on Manjaro KDE

None of my lib files are active they all have an icon next to them that looks like a txt file with a question mark. I have tried using Tkinter and Turtle and both are having the same problems. I looked at my lib file in PyCharm to find that they are…
CLC78
  • 11
  • 4
1
vote
1 answer

why flutter run not working on manjaro linux?

I'm running flutter 3.0.0 $ flutter run -d linux or flutter run Launching lib/main.dart on Linux in debug mode... CMake Error at /var/lib/snapd/snap/flutter/111/usr/share/cmake-3.10/Modules/CMakeTestCXXCompiler.cmake:45 (message): The C++…
Shrii OS
  • 13
  • 2
1
vote
0 answers

URIs to log in on VS Code don't work on Vivaldi

I'm on Manjaro KDE, using Vivaldi browser, and VS Code from Snap. To log in to things like Sync Settings on VS Code, it opens your browser to a page where you can log in to GitHub, and it then tries to open a magnetic URI with VS Code, containing…
Micael Jarniac
  • 156
  • 1
  • 9
1
vote
1 answer

Can't start PostgreSQL on Manjaro 21.2.5

I cannot start PostgreSQL 13.6 on Manjaro 21.2.5 running inside VirtualBox. How to get PostgreSQL to work with Manjaro? I downloaded PostgreSQL using the Manjaro package manager. Thank you!    ~  psql …
1
vote
1 answer

vscode cannot open terminal unless connect to VPN

Hi I'm on manjaro linux and using vscode It was OK until once the computer went to asleep while connecting to VPN and cannot wake. I did a hard restart by long pressing the power button, then when I start vscode, it cost extensive time to open…
Shore
  • 827
  • 9
  • 24
1
vote
0 answers

Unable to start Weechat with Whastapp script

I'm starting to learn Linux from scratch. I have some degree of knowledge and experience with Ubuntu, Kubuntu and now Manjaro. In my Manjaro installation, I can't get Weechat to work with its Whatsapp script (and yowsup). I apparently installed…
elnt
  • 11
  • 1
1
vote
0 answers

make sound on segfault signal Manjaro Linux

i wonder if it is possible to make a sound on my pc if a program segfault. if it is possible, can somebody explain me how to do it? PS : i'm under manjaro linux. Thank's
Grainbox
  • 31
  • 3
1
vote
1 answer

Why is nginx access.log failing?

I try to use nginx on manjaro by typing up nginx on the terminal, but this comes up:open() "/var/log/nginx/access.log" failed (21: Is a directory). I ran sudo nginx -t and sudo systemctl start nginx.service and they both said the same thing. Is…
bill chill
  • 15
  • 4