Top "Packages" 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).

Is there a java convention for packaging enums?

Is there a Java convention for packaging enums? if not is there a best practice? Should I put them all …

java packages conventions
How to generate laravel composer.json from a vendor directory?

in my laravel project the composer.json and composer.lock files was deleted and i don't know how to rebuild …

laravel packages vendor composer-php
How do you use multiple versions of the same R package?

In order to be able to compare two versions of a package, I need to able to choose which version …

r versioning packages
Bitbake: "Nothing PROVIDES" error

I'm new to Yocto and Bitbake. I'm running my yocto machine through a qemu emulator on Ubuntu and attempting to …

packages qemu yocto bitbake openembedded
Ubuntu equivalent of Yum's WhatProvides, to find which package provides a file

Fedora's yum package management tool has a nice option called whatprovides, which lets you find what package has installed a …

linux ubuntu debian packages apt-get
How do I show the source code of an S4 function in a package?

I used the packages topGO in R to analyze gene enrichment with the following code: sampleGOdata <- new("topGOdata", …

r packages s4
What’s the best way to distribute a binary application for Linux?

I just finished porting an application from Windows into Linux. I have to create an installer of the application. The …

linux binary packages package software-distribution
tcl - how to find the path of package loaded?

In tcl how does one find out the path of the package loaded? % tclsh % package require csv I want to …

tcl packages
How to get virtualenv to use dist-packages on Ubuntu?

I know that virtualenv, if not passed the --no-site-packages argument when creating a new virtual environment, will link the packages …

python ubuntu virtualenv packages environment
Importing flask.ext.wtf

I am using venv, and I develop using eclipse . I want to add a contact page . I did : $ . bin/activate $ …

python flask packages flask-wtforms python-venv