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

Java packages com and org

What are the meaning of the packages org and com in Java?

java package
ROS package not found after catkin_make

I created a ROS workspace following the Wiki page from ROS. I also created a package using catkin_create_pkg …

package workspace ros
MSBuild target package not found

I want to package my VS2010 web application project ready for deployment with msdeploy. On development machine I can do …

msbuild package web-deployment msdeploy
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages

I have tried to install wine on elementary os 0.21 yesterday. While doing so i stumbled upon this output: Reading package …

ubuntu dependencies package wine
Absolute vs. explicit relative import of Python module

I'm wondering about the preferred way to import packages in a Python application. I have a package structure like this: …

python package python-import
How can I change the apt-get install directory

The default install directory of apt-get is /opt. Can I change it to another directory?

installation package apt-get aptitude
Android: Including multiple Java Packages to Manifest

The app I am developing has many activities organized into seven java packages. Originally I wrote all the coding and …

android package manifest
Can I recover older Oracle pl/sql source code from a package body after i have replaced with newer code

I had created an Oracle PL/SQL package with a header and a body with lots of code. Later, I …

oracle replace package recover
How include static files to setuptools - python package

I want to include the ./static/data.txt to setuptools, here is my code: # setup.py import os,glob from …

python package setuptools
Installing apache 2.4 and php 5.5 on ubuntu 12.04

I'm trying to set a test enviroment with apache 2.4 and php 5.5 on a vm with ubuntu 12.04, fist thing is to …

php package ubuntu-12.04 apt-get apache2.4