Top "Package" questions

Package broadly refers to two things: 1) a usable unit/component of built/compiled software, or 2) a partition of the global namespace (Java).

Npm install failed with "cannot run in wd"

I am trying to get my node environment set up on a new Ubuntu 12.04 instance, with Node 0.8.14 already installed, but …

node.js package npm node-modules
How to install packages from command line on Suse

What is the Suse version of apt-get or yum? How do I install software packages from the command line? A …

linux command-line installation package suse
Function to calculate geospatial distance between two points (lat,long) using R

I have geocoded points in long, lat format, and I want to calculate the distance between them using R. This …

r package geospatial distance latitude-longitude
Is __init__.py not required for packages in Python 3.3+

I am using Python 3.5.1. I read the document and the package section here: https://docs.python.org/3/tutorial/modules.html#…

python python-3.x package
Java JUnit: The method X is ambiguous for type Y

I had some tests working fine. Then, I moved it to a different package, and am now getting errors. Here …

java testing junit compiler-errors package
Running java in package from command line

I have read the previously posted questions. Some are vague and none solved my problem so I am forced to …

java command-line package classpath javac
NodeJS require a global module/package

I'm trying to install globally and then use forever and forever-monitor like this: npm install -g forever forever-monitor I see …

node.js package npm
What is the purpose of the -m switch?

Could you explain to me what the difference is between calling python -m mymod1 mymod2.py args and python mymod1.…

python command-line module package
How to compile java package structures using javac

I am trying to compile (from the command line) a java package that imports another package of my own. I …

java command-line compilation package javac
How to update bower.json with installed packages?

In my project I've installed bower components without save option. Now, I would like update to bower.json? How can …

javascript jquery package bower