Report this

What is the reason for this report?

No Arch Linux, so I chose Ubuntu 14.04 x64. try to use packman -Sy, but fails

Posted on August 24, 2014

Hopefully someone out there may have some knowledge to share regarding this issue I am having, setting up things for my first digital ocean droplet.

A tutorial I was following to use my droplet with noobhub, required me to type ‘packman -Sy’ at the prompt, and when I did the response was : no display possible

Is this because I needed to do Arch Linux(which was not available) instead of the Ubuntu 14.04 x64 she I set up my account on Digital Ocean???

I am trying to set up my droplet to work with noobhub. Can I/should I change from Ubuntu to something else? If I can/should, how do I do that?

Thanks



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

it is ‘noobhub’ auto correct made it noon hub, but it is ‘noobhub’

packman is an Arch Linux specific tool for package management. In Ubuntu, packages can be installed using the apt-get command. What packages do you need to install? What is the tutorial you were following? Most likely, you can accomplish the same thing on Ubuntu.

packman -Sy updates your sources on Arch. On Ubuntu, you’d run apt-get update

Presumably the tutorial you’re following will ask you to install something with pacman -S packagename The equivalent on Ubuntu is:

apt-get install packagename

Andrew,

Thanks for your help!

trying to setup/add noon hub ( a open source multiplayer api) on my droplet

tutotrial: ( is excellent and a simple tutorial - ‘simple’ if using Arch Linux) http://www.develephant.net/noobhub-multiplayer-server-for-corona-sdk-in-5-minutes/

so I tried this :
apt-get -Sy (instead of the ‘pacman -Sy’) response : Command line option ‘S’ [from -Sy] is not known.

These are the next 4 commands he advises to type in at the cmd line :

packman -S nodejs git cd /home git clone https://github.com/Overtorment/NoobHub.git forever start --spinSleepTime 10000 NoobHub/server/node.js

THANKS MUCH!!!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.