If I follow the instructions on http://www.ortussolutions.com/products/commandbox for adding commandbox to install via apt-get on Debian based Linux platforms I always get the error “Unable to locate package commandbox”.
I just manually downloaded the Packages.gz file and the Packages file inside is a 0 byte file. Looks like that file needs to be rebuilt with some info inside?
Just found out about command box and wanted to try it out. Added repo to additional-repositories.list as I normally do and also received
“Unable to locate package commandbox”
I’ll keep an eye on thread and maybe someone can give a heads up when it’s working again. thanks
In the Commandbox installation instructions, it says to add the following to /etc/apt/sources.list.d/box.list:
deb http://downloads.ortussolutions.com/debs/noarch ./
I just found dropping the '.' to do the trick, as per below:
deb http://downloads.ortussolutions.com/debs/noarch /
Then run apt-get install coldbox and you're away.
Hope this helps
Aaron
@aholesgrove