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
0
votes
1 answer

Running NuGet in OpenSuse

I am trying to run NuGet.exe (Nuget BootStrapper) in OpenSuse using mono. I am following article mentioned here . But I am facing problem. When I try to run NuGet.exe using mono it gives error that NuGet Package Restore is not enable, please enable…
kunjee
  • 2,739
  • 1
  • 23
  • 38
0
votes
1 answer

Change root password in YaST

Is it not possible to change root account details in YaST? Must one use (for example) su from bash?
user66001
  • 774
  • 1
  • 13
  • 36
0
votes
1 answer

Android build failed

I have downloaded Android SDK Tools. Unpack the file and then run these commands in directory tools ./android update sdk --no-ui ./android create project --target 1 --name MyApp --path ./MyApp --activity MyAppActivity --package com.example.myapp cd…
lived
  • 1
  • 2
0
votes
1 answer

Unable to launch Android emulator from Eclipse/Linux

I'm using Eclipse Juno (build 20120920-0800) on openSUSE 12.2 to code Android applications. I have installed the SDK by uncompressing it into my home directory (if I install the SDK via YaST package I can't download stuff unless I'm root). I…
usr-local-ΕΨΗΕΛΩΝ
  • 26,101
  • 30
  • 154
  • 305
0
votes
0 answers

Apache configuration, Setting document root or virtual host

how can I say to apache to go to look in the /home/user/Web folder for the project without missing the possibility to display localhost/phpMyAdmin. Itried with Alias, Document root an Virtual Host.
G.M.
  • 21
  • 2
0
votes
1 answer

How to resolve cairos dependencies on Suse using zypper

I am trying to install intel-gpu-tools on Open Suse. And it fails with the following error message while its trying to resolve Cairos dependencies. Error message pasted below. I could get away with this on ubuntu using apt-get build-dep gtk+2.0. Is…
0
votes
1 answer

Compiling and Linking Leda 6.3

I am new to LEDA and I am working on LEDA6.3 Free Edition on OpenSuse 12.1. As a start I tried to write a simple code "Hello LEDA world" as in the manual http://www.leda-tutorial.org/en/official/ch01s02.html. #include #include…
0
votes
1 answer

error CS0103: The name `HttpUtility' does not exist in the current context

I get this error "error CS0103: The name `HttpUtility' does not exist in the current context" when i try to compile my c# file using "$ mcs file.cs". I have added "using System.Web" and i am running this on Suse 12.1 using the mono framework. I am…
roykasa
  • 2,907
  • 6
  • 28
  • 29
0
votes
1 answer

socket bind return error 63

When I try to bind a socket using linux bind call. it return error 63 (Out of streams resources). I tried to explore (using google) why this error is coming and how to reproduce it but I had no luck. This problem is happening at one of the setup…
Thangaraj
  • 3,038
  • 7
  • 40
  • 43
0
votes
2 answers

Django cannot connect to Postgresql on Opensuse

I've configured everything as i would in another distro (i'm an arch user, and i installed opensuse on a desktop machine). As : Django and all it requirements (psycopg) Postgresql Created a User for my django server Created a Database Granted all…
cp151
  • 189
  • 2
  • 17
0
votes
1 answer

Open do I use debuginfo packages on openSUSE?

My X server started to crash today. When I look into the log files, I see: Backtrace: 0: /usr/bin/Xorg (xorg_backtrace+0x36) [0x564616] 1: /usr/bin/Xorg (0x400000+0x168349) [0x568349] 2: /lib64/libpthread.so.0 (0x7f1d1618b000+0xf140)…
Aaron Digulla
  • 321,842
  • 108
  • 597
  • 820
0
votes
1 answer

How do I create a redistributable RPM for Mono.Fuse?

First, I obviously tried to get a binary release of Mono.Fuse project, but the only available downloads were the source files. (And actually it seems that latest release has a syntax error in an override) So I tried to install it on a Linux box from…
usr-local-ΕΨΗΕΛΩΝ
  • 26,101
  • 30
  • 154
  • 305
0
votes
1 answer

How to install libgdal on openSUSE 11.3?

libgdal linux-y3pi:~ # rpm -Uvh libgdal1-1.8.0-1.59.src.rpm warning: libgdal1-1.8.0-1.59.src.rpm: Header V4 RSA/SHA1 Signature, key ID 1abd1afb: NOKEY 1:libgdal1 ########################################### [100%] linux-y3pi:~…
Aquarius_Girl
  • 21,790
  • 65
  • 230
  • 411
0
votes
1 answer

When running python module using poll() method (in opensuse) the terminal shows a return value of None?

I'm creating a hardening tool for popular versions of linux (RHEL, opensuse, ubuntu, etc.) I'm currently testing my code in an OpenSUSE environment using the zypper package manager. I have this snippet of code: message =…
Derek Dub
  • 53
  • 2
  • 11
0
votes
2 answers

osgDB/FileUtils causing compiler errors in my code

I am trying to compile my project with OSG and I installed all the necessary rpms for it in OpenSUSE 12.1. I'm not sure what is going on because all I did was #include and my compiler (gcc 4.6.2) crashes inside of it saying: 'expected identifier…
user1496542
  • 539
  • 2
  • 6
  • 14