Questions tagged [elementary-os]

Elementary OS is a fast and open replacement for Windows and macOS. General support for Elementary OS is off-topic. Please use https://elementaryos.stackexchange.com/ instead. Use this tag for programming questions specific to Elementary OS.

Elementary OS is a fast and open replacement for Windows and macOS.

From https://en.wikipedia.org/wiki/Elementary_OS:

elementary OS is a Linux distribution based on Ubuntu. It is the flagship distribution to showcase the Pantheon desktop environment.

Design Philosophy

Human Interface Guidelines of the elementary OS project focus on immediate usability with a gentle learning curve, rather than full-fledged customization. The three core rules the developers set for themselves were "concision", "avoid configuration" and "minimal documentation".

References

63 questions
-2
votes
1 answer

collect2: error: ld returned 1 exit status in c++

I have just switched to elementary os and installed sublime text editor. i wrote a basic hello world program in c++ to check the working. And I get this error. /tmp/cc3Pmvft.o: In function `main': source.cpp:(.text+0xa): undefined reference to…
Arvind kr
  • 103
  • 1
  • 3
  • 12
-3
votes
1 answer

Can't install ElementaryOS on DELL XPS 15 (9650)

I've just got a new Dell XPS 15 (9650) with Windows 10 on it, but I want to install ElementaryOS (https://elementary.io) as the only OS (so I want to remove Windows). I created a bootable USB with Rufus and set is as default boot option in the BIOS.…
-3
votes
1 answer

Unable to set GOPATH in elementary os loki

Input : echo "GOPATH=/home/chawat/Programming/GoWorkspace" >> ~/.bashrc echo "export GOPATH" >> ~/.bashrc echo "PATH=\$PATH:\$GOPATH/bin" >> ~/.bashrc source ~/.bashrc Output: bash: /home/chawat/.bashrc: line 171: syntax error near unexpected…
1 2 3 4
5