Questions tagged [solus]

Solus OS Linux distribution.

Solus OS Linux distribution. Based on Arch Linux, the main feature of this project is the budgie-desktop. Budgie is a custom built window manager that runs on the most common desktio managers (gdm, lightDM, among others), and is focused on the design and user experience.

18 questions
3
votes
4 answers

Can't install heroku-cli. Path is missing

I've been trying to install heroku. When I run curl https://cli-assets.heroku.com/install.sh | sh on terminal I get this message : 'Your path is missing /usr/local/bin, you need to add this to use this installer.'. I've already tried to add this to…
Rasklow
  • 51
  • 4
3
votes
1 answer

How to solve Repo item build-essential not found in solus?

When I tried to install the following packages. sudo eopkg it gcc build-essential libpq-dev libssl-dev libreadline-dev libsqlite3-dev zlib1g-dev I have encountered this issue Repo item build-essential not found. I have encountered this issue for…
2
votes
4 answers

Flutter run (syncing files) does not finish

The flutter build/sync process does not finish for me. It's stuck at Syncing files to device Android SDK built for x86.... The issue happens with every app and is not connected to the emulator itself, since even a physical device (Nexus 5X) has the…
jnnks
  • 866
  • 6
  • 17
2
votes
1 answer

How to install Kivy on Solus distro?

I'm not using Ubuntu (I'm on Solus), so I can't do the PPA. I've followed all the install guides I can find for manual installation but none seem to be working. I get the error: x86_64-solus-linux-gcc: error trying to exec 'as': execvp: No such…
crabcrabcam
  • 219
  • 1
  • 3
  • 15
1
vote
1 answer

No space in device error while installing haskell platform

trying to install Haskell patform using curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh This kind of error is displayed: Welcome to Haskell! This script will download and install the following binaries: * ghcup - The…
1
vote
1 answer

"Cause: error=2, No such file or directory" when trying to import project from VCS - Java Home issue on Linux

I'm trying to import a project into Intellij using Solus and I'm having a bit of an issue with Gradle being able to find the correct Java location. I get this error when I try to sync: Cause: error=2, No such file or directory Which, when going…
Shan
  • 541
  • 3
  • 11
1
vote
0 answers

Installing Broadcom Wireless Drivers on Solus

all. I've been having trouble installing broadcom drivers that actually work for my PCIe WiFI card. Specifically, I want to know specifically the consecutive steps one must take to install the proper Broadcom drivers for this card: Rosewill…
mematusz
  • 11
  • 3
1
vote
1 answer

UNKNOWN color name while issuing manager-linux.run in xampp

I am on SOLUS distro and Everytime I run $ sudo ./manager-linux-x64.run in the terminal so that I can run xampp I get Unknown Error unknown color name "BACKGROUND"
TheBAST
  • 2,680
  • 10
  • 40
  • 68
1
vote
0 answers

how do you install libnss3-tools in eopkg

How do you install this package : https://debian.pkgs.org/9/debian-main-amd64/libnss3-tools_3.26.2-1.1+deb9u1_amd64.deb.html or libnss3-tools in solus and solus uses eopkg. I'm really a newbie in linux environment, I can't seem to make it work the…
TheBAST
  • 2,680
  • 10
  • 40
  • 68
1
vote
2 answers

Lavaan don't work with libgfortran.so.4, should I file a bugreport?

Working on Solus Linux I get following error: Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/home/aaron/R/x86_64-solus-linux-gnu-library/3.4/quadprog/libs/quadprog.so': libgfortran.so.3: cannot open shared…
AaronP
  • 185
  • 10
1
vote
0 answers

Can't compile packages with 'make'

I've searched everywhere and can't find any solution to this. I've installed lts-headers and developer tools (system.devel). This happens to whatever I'm trying to compile. Solus 4.9.43-39 $ make gcc -Wall -Wextra -Wshadow -Wpointer-arith…
J Doe
  • 11
  • 1
0
votes
1 answer

lm() and t.test(var.equal = TRUE) differ on one machine but not on another. Possible reasons?

I have noticed weird behaviour of lm() more specifically that the t.values do not work out. This behaviour is only observable on my machine, unregarding the loaded packages/objects in the global environment. Running the example from…
AaronP
  • 185
  • 10
0
votes
1 answer

How to install notepadqq in Solus Linux?

someone knows how to install notepadqq in the Linux Solus distribution ?. Or do you recommend something similar to notepadqq, please. Thank you
user4107406
0
votes
0 answers

[Solus Linux][Clion] Clion doesn't compile the simplest program

I downloaded Clion and all packages which I needed to work (I hope) and IDE doesn't compile "Hello World" program :( Code: #include int main() { std::cout << "Hello, World!" << std::endl; return 0; } Build errors: …
Dziura
  • 1
  • 2
0
votes
1 answer

Software installation Solus-Project

I am currently running Solus Linux on my PC, and like many running it, have found the greatest difficulty with it to be software installation. Solus comes packaged Natively with a package manager called eopkg, but has a very limited selection of…
Neekon Saadat
  • 417
  • 6
  • 18
1
2