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

Download TS files from video stream

Videos on most sites make use of progressive downloading, which means that the video is downloaded to my computer, and …

video stream ffmpeg download package
Go build: "Cannot find package" (even though GOPATH is set)

Even though I have GOPATH properly set, I still can't get "go build" or "go run" to find my own …

build go package
How to import local packages without gopath

I've used GOPATH but for this current issue I'm facing it does not help. I want to be able to …

go package
What's the difference between a Python module and a Python package?

What's the difference between a Python module and a Python package? See also: What's the difference between "package" and "module" (…

python module package
How to select a CRAN mirror in R

I'm trying to install a package through the R prompt by doing the following: install.packages('RMySQL') But the output …

r package installation cran
How to view hierarchical package structure in Eclipse package explorer

OK here's what I would like: in the Eclipse package explorer, I see the following: (dot represents a clickable arrow …

eclipse packages package hierarchy package-explorer
How do I extract the contents of an rpm?

I have an rpm and I want to treat it like a tarball. I want to extract the contents into …

linux package rpm system-administration
How to install a private NPM module without my own registry?

I've taken some shared code and put it in an NPM module, one I don't want to upload to the …

node.js npm package npm-private-modules
How to use custom packages

I'm trying to create and use a custom package in Go. It's probably something very obvious but I cannot find …

import package go
Check if Python Package is installed

What's a good way to check if a package is installed while within a Python script? I know it's easy …

python package skype python-import