nxadm / rakudo-pkg

Pre-compiled OS packages for Rakudo
GNU General Public License v3.0
70 stars 22 forks source link

Install zef #97

Open pepa65 opened 1 year ago

pepa65 commented 1 year ago

I'm on Linux Mint (based on Debian) with the rakudo package installed (2022.02-1 amd64). I would like to use zef, but there is no /opt/rakudo-pkg/bin/install-zef, nor is anything like it present in the installed files for the rakudo package. Is there any other package I need to install, or any other way to install zef?

nxadm commented 1 year ago

Can you double check? I see it in the package:

# dpkg -L rakudo-pkg | grep zef
/opt/rakudo-pkg/bin/install-zef
/opt/rakudo-pkg/bin/zef-as-root
nxadm commented 9 months ago

Feel free to reopen if not found. Checked on ubuntu and debian with the latest package.

pepa65 commented 9 months ago

apt search rakudo only shows the package rakudo. And dpkg -L rakudo |grep zef does not return anything.

Linux Mint 21.1, based on Ubuntu 22.04.

nxadm commented 9 months ago

Ok, I understand the problem now. There is probably no (correct) mint alias in the CloudSmith repo. Debugging a little to ask the to create the necessary aliases at their end.

nxadm commented 9 months ago

I created a support case asking to create the needed aliases. If not I could add a linux mint build myself, but it seems unnecessary as it's built on ubuntu and compatible with it (way closer dan debian and ubuntu).

nxadm commented 8 months ago

Hi @pepa65,

Can you check if the problem is fixed? Cloudsmith added the needed link in the repos.

pepa65 commented 8 months ago

Sorry, I'm new to Rakudo. What would be the best way to check? Maybe a short program??