Questions tagged [opensuse]

openSUSE is a free and opensource general purpose operating system built on top of the Linux kernel, developed by the community-supported openSUSE Project and sponsored by SUSE.

openSUSE is a general purpose operating system built on top of the Linux kernel, developed by the community-supported openSUSE Project and sponsored by SUSE.

After Novell acquired SUSE Linux in January 2004, Novell decided to release the SUSE Linux Professional as a 100% open source project called openSUSE but also continue with use of same SUSE Linux Professional as base for SUSE Enterprise Server and SUSE Enterprise Desktop. openSUSE and SUSE Enterprise are developed by openSUSE and SUSE Gmbh, but openSUSE is more loosely developed with less testing before release, where SUSE is tested to greater levels to ensure proper operations before it was released.

Like most Linux distributions, openSUSE includes both a default graphical user interface (GUI) and a command line interface option. During installation, the user may choose among KDE SC, GNOME, LXDE and Xfce GUIs. openSUSE supports thousands of software packages across the full range of Free software / open source development.

openSUSE is fully and freely available for immediate download, and is also sold in a retail box to the general public.

It comes in several editions for the x86 and x86-64 architectures.

/wikipedia/

794 questions
2
votes
1 answer

How to install libgdiplus on openSUSE?

So, I am a .NET developer and I need to run my project on Linux. I was provided with ssh access to a machine with openSUSE Tumbleweed version 20170403 on it. To run System.Drawing.Common functionality I need a libgdiplus package installed, but if I…
Lavash
  • 23
  • 2
2
votes
2 answers

Install PG gem in OpenSUSE

283 65 I'm trying to install PostgreSQL's pg gem for Ruby. I issued the following command: gem install pg I installed Ruby 1.9.2 using RVM. The above command shows me the following error. The error is : Building native extensions. This could…
2
votes
1 answer

Cppcheck syntax error on Template class having a function with template paramter

Anyone knows how I can fix this Cppcheck syntax error (no more information than "syntax error") or if it is a false positive (maybe due to options used), I looked at template tutorials and documentations and didn't find any similar usage, the code…
gluttony
  • 402
  • 6
  • 14
2
votes
1 answer

"library openssl was not set python depends on it, please enable" while compiling Visit Visualization Tool

I am building the visualization software Visit from source on OpenSUSE Leap 15.0. Unfortunately, I get this error message: Processing bsd license. Setting VisIt info... [build_visit invocation arguments] g++ version 7.4.1 Fortran support for…
tre95
  • 433
  • 5
  • 16
2
votes
1 answer

Error building hyperledger fabric : “bzip2 data Creating Error” in goshim.tar.bz2

Preconditions Fabric 1.4 I have openSUSE on Raspbery Pi3+ Details of the Error I ran the following command. # make docker Failed to create goshim.tar.bz2 error occurred and I can't make commond. Removing intermediate container fb7423fe5cf7 …
2
votes
1 answer

SSL handshake error (CERTIFICATE_VERIFY_FAILED) in grpc++

I am unable to change find the SSL certificate that the grpc speech recognition application uses. I need to change the certificates as I am under a secure network which monitors all the HTTPS traffic and uses a different certificate than…
RC0993
  • 898
  • 1
  • 13
  • 44
2
votes
1 answer

Gradle can't find tools.jar

I found this post but the answer did not solve my problem. The answers only address windows systems and provide file paths which are not helpful for the OS I am running. I am running openSUSE Leap 15 with Java 1.8, changing the OS or Java version is…
Human
  • 726
  • 8
  • 27
2
votes
5 answers

`dotnet new command` in openSuse causes `No usable version of the libssl was found` error

I'm trying to develop .NET Core in openSuse. I did install the SDK and everything in tutorials. Now, when I try to run dotnet new console command, I get this error: No usable version of the libssl was found Aborted (core dumped) I found this…
amiry jd
  • 27,021
  • 30
  • 116
  • 215
2
votes
0 answers

Play sound from a docker container in Headsets instead of laptop speakers

I am using openSUSE Leap 42.3 as host and I have this Dockerfile FROM opensuse/tumbleweed …
2
votes
1 answer

OpenSUSE 15.0 LEAP pulseaudio unable to detect bluetooth speaker

I would like to stream my music through my Bluetooth speaker but PulseAudio can't see the speaker. When I open the sound settings (pavucontrol) I can't change the output device to my speaker since it's not displayed. What I already checked The…
Dylan Van Assche
  • 510
  • 4
  • 15
2
votes
2 answers

Vue CLI & Webpack: can't get webpack-dev-server to run

i'm generating a webpack development server with vue init webpack project-name. after generating the server, running npm run dev produces the following error: > client@1.0.0 dev /home/localhost/dev/vuetest/client > webpack-dev-server --inline…
betweenvenus
  • 19
  • 1
  • 7
2
votes
1 answer

Cannot start mongodb service: /data/db not found

I'm using MongoDB 3.6.2 on openSUSE Tumbleweed. Today when I tried to open the mongo shell there was a connection error. When I checked the status of mongodb.service by using sudo systemctl status mongodb it showed Active: failed without too…
rollschild
  • 105
  • 1
  • 12
2
votes
2 answers

SLES 12: Client service neither service nor target?

I am using SLES 12 VM where I have installed an rpm. While installing rpm I get the following Note hostname:~ # rpm -ivh BESAgent-9.5.8.38-sle11.x86_64.rpm Preparing... ################################# [100%] Updating /…
codec
  • 7,978
  • 26
  • 71
  • 127
2
votes
3 answers

Can't update CMake

I tried to get the latest version of CMake, as OpenSUSE is stuck to 3.5.2. version=3.10 build=2 mkdir ~/temp cd ~/temp wget https://cmake.org/files/v$version/cmake-$version.$build.tar.gz tar -xzvf cmake-$version.$build.tar.gz cd…
Ernesto_Che
  • 67
  • 2
  • 8
2
votes
0 answers

-bash: child setpgid (236 to 235): Operation not permitted (on WSL opensuse)

On WSL (opensuse Leap 42.3), I encountered a bug like this: $ echo "$*" | sed "s $HOME ~ g" -bash: child setpgid (236 to 235): Operation not permitted This is not the case on the default Leap 42.3, I suspect that this is a bug of WSL(opensuse…
HEMMI
  • 151
  • 2