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
votes
2 answers

mongodb service cannot start

mongodb service cannot start with systemctl start mongodb.service, it would ask for a password. After then when I try mongo command, it throws : MongoDB shell version v3.6.2 connecting to: mongodb://127.0.0.1:27017 2018-03-18T16:05:39.307+0700 W…
-1
votes
1 answer

Run a ncurses program through a external terminal with CLion in Linux

I tried to run this ncurses software using CLion, but I get an error saying "Error opening terminal: unknown." follow by exit status -1 or something like that when I try to run. Is there a solution? Thanks!
NeoFahrenheit
  • 347
  • 5
  • 16
-1
votes
1 answer

Erroneous Gitkraken installation by means of Yaourt Manajro

My operating system is Manjaro Linux with gnome Desktop. I installed gitkraken with yaourt, whereas I was asked to install libcurl-openssh for gitkraken. Nevertheless, I have gitkraken installed now! But when I go to the file/folder browser dialog…
Murat
  • 23
  • 3
-1
votes
1 answer

Kinect won't show on arch, but it show on ubuntu

I have problem with connecting kinect to arch. When I type lsusb it show 3 devices, motor camera and i think audio, and I can even use it in processing. But, when I type lsusb in terminal on arch it shows only motor. Dmesg command shows me when I…
ZliSin
  • 104
  • 1
  • 9
-2
votes
1 answer

How do I install missing languages on Manjaro Linux?

I need to test i18n with arabic and japanese. neither language seem to be supported on Manjaro/KDE for either firefox or chromium.
chovy
  • 72,281
  • 52
  • 227
  • 295
-2
votes
1 answer

How do I find the NetCDF root directory?

After installing CDO in a Manjaro distro, I got the following error: cdo sinfo air_temperature.nc cdo sinfo: Open failed on >air_temperature.nc< Unsupported file type (library support not compiled in) To create a CDO application with…
piechevall
  • 11
  • 1
-2
votes
1 answer

Linux high cpu usage - htop shows 90% to 100% cpu usage

I installed a fresh Manjaro Linux on my laptop and it works okay but I noticed high CPU usage when i ran the htop command. One of the cores were constantly busy near 100% and the 2nd one was around 90% (I got 4 cores, the remaining 2 are running…
cpu1001
  • 7
  • 2
-2
votes
2 answers

array.some and others not working in nodejs

On my linux OS i was trying to write javascript code but certain Array functions would raise console.log([false].every()) ^ TypeError: undefined is not a function i first noticed this when working on a Vuejs (cli) project. But…
Philogy
  • 283
  • 1
  • 12
-2
votes
1 answer

How can I pre-provide sudo access to pacaur in a shell script?

I've got a shell script which is supposed to install some packages from the Arch User Repository. The shell script is as follows: #!/bin/sh pacaur -S google-chrome --noconfirm # install google-chrome The problem is, if I run this script using sudo…
Frontear
  • 1,150
  • 12
  • 25
-2
votes
1 answer

Make existing or already installed root file system encrypted

I'm having an existing manjaro linux installation and my root file system is not encrypted. How do i encrypt my file system without reinstall or lossing any data. Is it possible to copy root file system to another encrypted drive using live cd then…
Vipin
  • 938
  • 5
  • 18
  • 36
-2
votes
1 answer

How to access servers on a KVM guest like in VMWare?

I'm trying to establish a connection to my Guest without making it available for anyone else than my Host. When using VMWare Guests are automatically available under their NAT IPs (at least when using Windows as a host), which makes accessing…
-2
votes
2 answers

Is there any simple way to copy whole linux with installed packages, config files etc.?

I use linux to code on my computer. But there is a necessity to fast copy whole system into my notebook. It wouldn't be problem to install system and packages but... I have really lot of packages installed. Most of them, are configured manually. I…
-3
votes
1 answer

How to continue resizing partition after unexpected shut down manjaro

Good morning everyone, I had a BIG problem. I was resizing a partition of my computer with Manjaro KDE x64 and my PC unexpectedly shut down and I loss my partition table and my data apparently. Partition table after shut down The last 2 volumes…
Basura
  • 1
  • 2
-3
votes
1 answer

How to uninstall only one specific Go language version (Arch Linux)?

I have 2 Golang versions installed by instructions from: official tutorial on arch linux manjaro. How to remove one of them (newer one) that i don't want?
salveiro
  • 419
  • 1
  • 5
  • 13
-3
votes
1 answer

How do I compile Qt Application under Manjaro KDE?

Complete noob right here, I'm learning c++ and I saw some tutorial somewhere with instructions to compile the Qt application example from the command line, then I noticed the path from the tutorial was not correct, I want to learn how to compile Qt…
1 2 3
27
28