Friday, May 3, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 5241  / 2 Years ago, mon, april 18, 2022, 7:14:20

I found a script on the internet for installing zynaddsubfx presets but when I tried to use it on the command line I wasn't able to run it. Here is where I get stuck:



emerge -s zynaddsubfx.


This is what it says:



No command 'emerge' found, did you mean: command 'vmerge' from package 'util-vserver' (universe)
Command 'merge' from package 'rcs' (universe)
Command 'fmerge' from package 'fhist'(universe)
Command 'smerge' from package 'tstools' (universe)
Command 'emerge' not found.


Can anyone tell me how to use emerge?


More From » installation

 Answers
0

That's because emerge command it is a command from (and will work in) Gentoo and will never work in Ubuntu (see this post in this sense). Its equivalent in Ubuntu is apt-cache. So, you should change emerge -s zynaddsubfx with:



apt-cache search zynaddsubfx

[#29426] Monday, April 18, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tersle

Total Points: 342
Total Questions: 109
Total Answers: 99

Location: Kazakhstan
Member since Mon, Sep 26, 2022
2 Years ago
;