* open a package in the terminal
@ 2023-02-12 12:17 Gottfried
2023-02-12 14:51 ` Tobias Geerinckx-Rice
0 siblings, 1 reply; 3+ messages in thread
From: Gottfried @ 2023-02-12 12:17 UTC (permalink / raw)
To: help-guix
[-- Attachment #1.1.1: Type: text/plain, Size: 350 bytes --]
Hi,
it seems, I lost an email, which I wanted to write.
When using my MATE Terminal Emulator
I can enter the names of the packages like:
"gedit" or "pluma"(MATE) and so on
and it opens gedit or pluma and so on,
but the package "musescore" doesn’t open.
Why does bash not find this package?
--
Kind regards
Gottfried
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: open a package in the terminal
2023-02-12 12:17 open a package in the terminal Gottfried
@ 2023-02-12 14:51 ` Tobias Geerinckx-Rice
2023-02-13 13:16 ` Gottfried
0 siblings, 1 reply; 3+ messages in thread
From: Tobias Geerinckx-Rice @ 2023-02-12 14:51 UTC (permalink / raw)
To: help-guix, Gottfried
Hi Gottfried,
The project (≈package) named 'musescore' distributes a binary (≈command) named 'mscore':
~ λ ls $(guix build musescore)/bin
mscore
Don't ask me why they didn't call it 'musescore', but in general package names do not map 1:1 to binary names. That's why peeking in the /{s,}bin directories is helpful.
An obvious example is 'coreutils', which provides most of the commands you use daily, but none named 'coreutils'.
Kind regards,
T G-R
Sent on the go. Excuse or enjoy my brevity.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: open a package in the terminal
2023-02-12 14:51 ` Tobias Geerinckx-Rice
@ 2023-02-13 13:16 ` Gottfried
0 siblings, 0 replies; 3+ messages in thread
From: Gottfried @ 2023-02-13 13:16 UTC (permalink / raw)
To: Tobias Geerinckx-Rice, help-guix
[-- Attachment #1.1.1: Type: text/plain, Size: 1183 bytes --]
Hi,
1.
in entering "mscore" the package "Musescore" really opened in my MATE
Terminal
2.
> That's why peeking in the /{s,}bin directories is helpful.
In my /bin folder there is only one sh (script/programm). Nothing else.
So, in what folder should I look to find the binary names?
Or with which command I can check?
I have got Guix SD
3.
If I enter:
> ~ λ ls $(guix build musescore)/bin
than the package "musescore" will be downloaded, but it doesn’t show the
name "mscore"
thanks for help
Kind regards
Gottfried
Am 12.02.23 um 15:51 schrieb Tobias Geerinckx-Rice:
> Hi Gottfried,
>
> The project (≈package) named 'musescore' distributes a binary (≈command) named 'mscore':
>
> ~ λ ls $(guix build musescore)/bin
> mscore
>
> Don't ask me why they didn't call it 'musescore', but in general package names do not map 1:1 to binary names. That's why peeking in the /{s,}bin directories is helpful.
>
> An obvious example is 'coreutils', which provides most of the commands you use daily, but none named 'coreutils'.
>
> Kind regards,
>
> T G-R
>
> Sent on the go. Excuse or enjoy my brevity.
--
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-02-13 13:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-12 12:17 open a package in the terminal Gottfried
2023-02-12 14:51 ` Tobias Geerinckx-Rice
2023-02-13 13:16 ` Gottfried
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.