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).

How to clean node_modules folder of packages that are not in package.json?

Assume I install project packages with npm install that looks into package.json for modules to be installed. After a …

node.js package npm
How to make rpm auto install dependencies

I have built two RPM packages proj1-1.0-1.x86_64.rpm libtest1-1.0-1.x86_64.rpm proj1 depends on the …

linux installation package rpm yum
How to find out which package version is loaded in R?

I am in a process of figuring out how to use my university cluster. It has 2 versions of R installed. …

r package version
How to unload a package without restarting R

I'd like to unload a package without having to restart R (mostly because restarting R as I try out different, …

r package r-faq
What is thread safe or non-thread safe in PHP?

I saw different binaries for PHP, like non-thread or thread safe? What does this mean? What is the difference between …

php multithreading package thread-safety threadcontext
How to get package name from anywhere?

I am aware of the availability of Context.getApplicationContext() and View.getContext(), through which I can actually call Context.getPackageName() …

android package android-context
beyond top level package error in relative import

It seems there are already quite some questions here about relative import in python 3, but after going through many of …

python import package
Can't import my own modules in Python

I'm having a hard time understanding how module importing works in Python (I've never done it in any other language …

python import module package
Python: How to pip install opencv2 with specific version 2.4.9?

I know that I could pip install opencv-python which installs opencv3, but is there a separate command or name for …

python opencv pip package
What is the difference between --save and --save-dev?

What is the difference between: npm install [package_name] and: npm install [package_name] --save and: npm install [package_name] …

node.js npm save package