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

Installing newest Python on openSUSE

I installed Python on an openSUSE system (see version below) using the Zypper package manager. This gives me Python 3.2, but some packages require Python 3.3. Updating with zypper update python3 stays on Python 3.2. How can I upgrade to 3.3, ideally…
clstaudt
  • 21,436
  • 45
  • 156
  • 239
10
votes
1 answer

E138: Can't write viminfo file $HOME/.viminfo

I am using opensuse for my production environment. I am login as "test" user and trying to edit a file using "vi" but when i am going to save that file it shows the following error ** E138: Can't write viminfo file /home/test/.viminfo ** Under the…
Biswajit
  • 157
  • 1
  • 3
  • 12
9
votes
4 answers

Can't import subprocess python3.6

Not sure exactly what went wrong but after installing python3-devel I can no longer import subprocess. As a result I can't use pip or some important scripts I have written for my workflow. Here is the error I'm getting: Traceback (most recent call…
jcavejr
  • 131
  • 1
  • 8
9
votes
2 answers

bash: export: `-Xmx512m': not a valid identifier when I set MAVEN_OPTS variable

I'm on OpenSuse, I'm following this tutorial to set up Maven. When I ran this : export MAVEN_OPTS=-Xms256m -Xmx512m I got the following error: bash: export: `-Xmx512m': not a valid identifier I've followed that tutorial's steps, the Maven I…
Ouissal
  • 1,519
  • 2
  • 18
  • 36
9
votes
5 answers

Error: Missing the OpenSSL lib? while trying to install python

I have tried installing python in pyenv env, in which i am getting the below error. I have added openssl to the path variable as openssl is already available, still it is throwing the same error. Also, now tried with a separate user(not root). Same…
Vignesh Paramasivam
  • 2,360
  • 5
  • 26
  • 57
9
votes
1 answer

Turn off counting line numbers in less command

In openSUSE 12.2, the less command counts line numbers when the file is opened. This causes a lot of delays when working with huge files. Is there a way to disable this option?
M.sh
  • 157
  • 1
  • 9
9
votes
8 answers

Should I start distributing my systems as Wine ready?

I have tested all my systems developed in Delphi (in Windows XP) on Wine (OpenSuse Linux) and they work perfectly. My question is: should I start distributing my systems (on a local basis that I can support) as Wine ready or are there other issues I…
Johan Bresler
  • 6,450
  • 11
  • 56
  • 77
9
votes
1 answer

Why is the system CPU time (% sy) high?

I am running a script that loads big files. I ran the same script in a single core OpenSuSe server and quad core PC. As expected in my PC it is much more faster than in the server. But, the script slows down the server and makes it impossible to do…
Abhishek
  • 279
  • 2
  • 5
  • 18
8
votes
1 answer

openSUSE zypper error - Valid metadata not found at specified URL, Repository type can't be determined

I have an RPM repository running on JFrog Artifactory. It's being used by CentOS and RHEL hosts, and I would also like to use it with my openSUSE hosts. This documentation from JFrog does not explicitly say that only yum clients are supported, and…
Lester
  • 1,411
  • 1
  • 12
  • 30
8
votes
3 answers

tar package has different checksum for exactly the same content

Packaging a folder on a SUSE Linux Enterprise Server 12 SP3 system using GNU tar 1.30 always gives different md5 checksums although the file contents do not change. I run tar to package my folder that contains a simple text file: tar cf package.tar…
Robert
  • 1,710
  • 2
  • 18
  • 35
8
votes
3 answers

How to set up a Shared Folder using OpenSuse in VirtualBox

I would like to use OpenSuse as a virtual machine running on windows using VirtualBox. Furtherway I would like to use the "Shared Folder" between the two machines to share data easily. Although I have already found the option "Shared Folder" inside…
Mr.Sheep
  • 1,368
  • 1
  • 15
  • 32
8
votes
1 answer

Potential reasons dlopen could segfault?

What are some of the reasons dlopen could segfault besides the shared object not existing? In my case, I know the shared object exists, but when my program goes to load it using dlopen, it segfaults. I checked in my lib folder and the shared object…
user1496542
  • 539
  • 2
  • 6
  • 14
7
votes
4 answers

Oracle error when executing sqlplus: "SP2-1503: Unable to initialize Oracle call interface"

I'm struggling with the following error when starting up sqlplus as my regular user - say "scott". $ sqlplus SP2-1503: Unable to initialize Oracle call interface SP2-0152: ORACLE may not be functioning properly Environment is: Oracle…
wmorrison365
  • 5,995
  • 2
  • 27
  • 40
7
votes
1 answer

Qt : Unable to load TTF file

I have a Qt-embedded application that I develop in OpenSuse 11.4 where I need to load a TTF font file. However when I call int QFontDatabase::addApplicationFont() function, it's returning -1. Upon reading the documentation, I found out that adding…
Owen
  • 4,063
  • 17
  • 58
  • 78
7
votes
1 answer

Python 3.7 install not working on openSUSE Leap 42.3

When building and installing Python 3.7.0 from source on openSUSE Leap 42.3 there are serious python errors with the default ./configure which installs to /usr/local . (openSUSE Leap 42.3 Python3 package is only up to Python 3.4.6, and virtualenv…
Ted Kandell
  • 71
  • 1
  • 1
  • 3
1
2
3
52 53