Installing on ArchLinux
See original GitHub issueHi I went to install bloop on arch and was unable to run bloop.
I did the following
yay -Sy bloop
$ systemctl --user enable bloop
Which gave me the error:
Failed to enable unit: Unit file bloop.service does not exist.
When I try to run the console I get:
$ bloop
error: Missing CLI command for Bloop server!
Everything seems to be installed though because I can do bloop compile <project>
which gives me:
Compiled myproject (14431ms)
[E] Failed to compile 'myproject'
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Installation guide - ArchWiki - Arch Linux
This document is a guide for installing Arch Linux using the live system booted from an installation medium made from an official ...
Read more >How to Install Arch Linux: Beginner's Step-by-Step ... - Linuxiac
The first thing that we need to do is to obtain an image of Arch Linux. To do so, visit the Arch Linux...
Read more >How to Install Arch Linux in 2022 [Step by Step Guide]
How to Install Arch Linux [Step by Step Guide] · Step 1: Download the Arch Linux ISO · Step 2: Create a live...
Read more >How to Install Arch Linux {Comprehensive Step-by-Step Guide}
Arch Linux Install Guide · Step 1: Download the Arch Linux ISO · Step 2: Create a Live USB or Burn Arch Linux...
Read more >How to Install Arch Linux (with Pictures) - wikiHow
1. Back up your computer to an external hard drive. You'll be erasing your current operating system, so make sure that you have...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think that one is because you need to provide a command for Bloop to run.
error: Missing CLI command for Bloop server!
is valid here due to the fact that indeed no command is provided. Happens the same if it’s installed via courier.As explained on AUR, the systemd service is no longer (for quite some time now) included in the
bloop
package. You need to installbloop-systemd
in addition tobloop
.