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

can't install php-devel on centos

I need help with installation of php-devel (I need it, cause it has phpize, which is necessary to install eAccelerator). …

php installation centos package yum
How to make Debian package install dependencies?

I want to make a simple Debian package to install a simple tool that depends on Qt4 libs. In control …

linux package debian apt depends
R install.packages returns "failed to create lock directory"

I get this error when downloading the Rcpp package: > install.packages("Rcpp", dependencies=TRUE) Installing package(s) into ‘/home/…

r package rcpp
Installing packages onto R

For some reason I am suddenly not able to install packages in R (I have subsequently updated to the latest …

r installation package cran
How do I view the size of npm packages?

When I search for packages on NPM, I would like to see package sizes (in KB or MB, etc). NPM …

npm package size
Running a python package

Running Python 2.6.1 on OSX, will deploy to CentOS. Would like to have a package to be invoked from a command …

python module package main python-2.6
How to import and use different packages of the same name

For example, I want to use both text/template and html/template in one source file. But the code below …

go package
Extract links from a web page

Using Java, how can I extract all the links from a given web page?

java hyperlink package extract
Java Package Vs Folder-Structure? what is the difference

I would like to know What are the difference between folder-structure and package used in Eclipse IDE for Java EE …

java package directory
Access data in package subdirectory

I am writing a python package with modules that need to open data files in a ./data/ subdirectory. Right now …

python package