Either (1) Debian Advanced Packaging Tool or (2) Java Annotation Processing Tool

learn more… | top users | synonyms

-1
votes
0answers
8 views

How to download installed package using apt-get [closed]

I want to download package: apt-get install -d firmware-realtek but apt tell me that this package is installed. How to download this package anyway?
-1
votes
0answers
13 views

E: Sub-process /usr/bin/dpkg returned an error code (1) in ubuntu terminal

Well when I trying to install xrdp via sudo apt-get install xrdp it gives me the following error: iReading state information... Done xrdp is already the newest version. 0 upgraded, 0 newly ...
1
vote
0answers
19 views

How to query and manage Debian package repositories in Python?

I want to be able to look at local .deb files and at remote repositories and deduce dependencies etc so that I can build my own repositories and partial mirrors (probably by creating config files for ...
0
votes
1answer
39 views

print character after each line in terminal

I'd like to print a \ after each line in a bash script. Example: the output of $k is: git-core nano apache2 Now I want to install this packages using apt. The only solution I now is: sudo apt-get ...
0
votes
1answer
26 views

how to minify the linux userspace on debian / ubuntu?

some times, i have to minify a debian or ubuntu-system. I need to reduce the packages to a very small subset: No x11 or other graphical stuff No Apache, MySQL No preinstalled (and old) rubygems ...
0
votes
1answer
44 views

(Ubuntu 10.04) How can I get rid of installing apache2 when I install php5?

Since i want to use nginx , i don't want install apache2 http://packages.ubuntu.com/lucid-updates/php5-curl in that link there is no dependency for apache2. root@ubuntu:/etc/apt/apt.conf.d# apt-get ...
0
votes
1answer
67 views

How to force debian squeeze to use libqt4-dev from debian wheezy without upgrading all packages to debian wheezy?

I have a continuous integration server building some software that depends on a more recent version of libqt4-dev than the apt packages in debian squeeze provide. That version is available in debian ...
0
votes
0answers
8 views

What is the difference between libapt-pkg-dev and libdpkg-dev?

From a C/C++ application, I'm looking to do things similar to the following commands: apt-cache show apt-cache search apt-get install apt-get remove But I'd like to make C/C++ library calls rather ...
0
votes
0answers
12 views

bug in update-manager of ubuntu 11.04

I am using ubuntu 11.04. Am getting following error while accessing update manager. The exact error is as follows: "Could not initialize the package information An unresolvable problem occurred ...
1
vote
1answer
112 views

apt maven plugin fail to generate Q classes

I am fixing a legacy project that uses Querydsl apt. For some reason the apt-maven-plugin started to fail. The only workaround I found was to use the alter ego maven-processor-plugin. I have ...
0
votes
1answer
46 views

generating struts2 taglib using Java6 Annotation Processor with ant

I have written some Struts2 taglib and want to package them into a jar. I am not using maven so I used to use Ant with apt tag with struts-annotations-1.0.5.jar. And my task looks like the following ...
0
votes
1answer
42 views

Creating Custom Java Compiler Errors Without Using Annotations

Is there a way to add processors to the compiler without making annotations? Basically, I would like for the build to fail if a user did not implement an interface correctly (ie. postconditions are ...
0
votes
1answer
16 views

Debian APT - some questions

How can I check which packages are currently installed? How can I find all packages that are not installed? Is possible to uninstall package and all files of that package (config, temporaries, etc.)? ...
2
votes
0answers
189 views

Prevent installation of BOTH PostgreSQL 9.1 and 9.2

In an attempt to automate the deployment of an Ubuntu 12.04 server (using Puppet) that contains Postgresql 9.2 and PostGIS 2.x, I end up with both PostgreSQL 9.1 and 9.2 installed and their services ...
0
votes
1answer
22 views

jython and jython-apt

i am trying to get jython running with the apt-module from python. I have standard python2.7 installed as well as jython2.7. When running import apt in python everything is ok, but when running it in ...
0
votes
5answers
75 views

run a apt-get using javascript or some outer web coding language

Is there any way to get JavaScript to run apt-get install gimp on a user computer when on a link click so that, a user know the software is being installed. I've tried googling it. If there is no ...
0
votes
0answers
24 views

Compilation issue while manipulating compiler AST

I am currently using JDK 1.6.0_23 For one of the requirement, I am going with annotation processing & compiler Hack using Tools.jar available as part of JDK. I have refered a PDF - "The Hacker's ...
-1
votes
2answers
48 views

Linux: set proxy per user [closed]

I know that if I set proxy settings on /etc/environment and on /etc/apt/apt.conf, they will affect all users. What files should I edit to affect only a certain user? The following syntax works in ...
0
votes
1answer
106 views

debian apt packages hash sum mismatch

from the debian command line i'm getting a hash sum mismatch after executing "aptitude update; aptitude upgrade". below is the command line output. i've tried an aptitude clean but this does not seem ...
0
votes
1answer
27 views

Include text from one apt to another apt

Imagine I have three apt files: main.apt Info, details, etc.. some text Configuration some text child1.apt Info, details, etc.. some text Configuration [Same text as ...
1
vote
0answers
57 views

Is there a java library for APT?

Is there a java library providing an API for APT (Debian Advanced Packaging Tool) like python-apt (see http://apt.alioth.debian.org/python-apt-doc/) but for java?
-3
votes
1answer
102 views

Installing software in kubuntu [closed]

I have recently installed kubuntu. I am able to install softwares from muon software center. But when I try to do so from the terminal, I get errors. For instance on trying to update, I get: Err ...
0
votes
1answer
45 views

GCC mtune performance

Can I change the gcc binary on my ubuntu installation to a program that calls gcc with the parameters -march=native -mtune=core2 -Os -O2, so that every time I install a program or lib with apt it will ...
-3
votes
1answer
153 views

yum install apt error [closed]

I got below errors when installing apt. It seems I am missing require packges. Error: Package: apt-0.5.15lorg3.94a-5.el5.rf.x86_64 (rpmforge) Requires: librpm-4.4.so()(64bit) ...
0
votes
0answers
72 views

Install apt linux [closed]

I got below errors when installing apt get. Anyone could help to solve it? Thanks. [root@db8 src]# uname -r 2.6.32-279.22.1.el6.x86_64 [root@db8 src]# yum install apt Loaded plugins: fastestmirror, ...
1
vote
1answer
129 views

How does APT decide which “binary-” directories to look in?

Using a Raspberry Pi, I am trying to use a newer version of puppet than the provided 2.7 by adding the puppetlabs repository, which has no 'binary-armhf' folders. (For non-Raspbian users - Raspbian is ...
0
votes
1answer
38 views

apt-get does not work with correct packages piped from file

I have a weird problem with automating package installation with apt-get. I have a list of packages in a file say packagefile.txt. I want to use this list to automate the process of installing these ...
0
votes
2answers
43 views

How do I find the debian package name of a python module

I learning python, and I keep finding new modules that I want to play with but aren't installed by default. Since I'm using Ubuntu, I know that all I need to do is to run apt-get with the correct ...
0
votes
1answer
260 views

rabbitmq-server installation woes on Ubuntu 12.0.4

I downloaded and installed esl-erlang_16.a-rc1~ubuntu~precise_amd64.deb then downloaded rabbitmq-server_3.0.2-1_all.deb and ran: sudo dpkg -i rabbitmq-server_3.0.2-1_all.deb It resulted in the ...
0
votes
1answer
186 views

Ubuntu 12.10 libgtk-3-0 Missing Symbols

I am running Ubuntu 12.10 and somehow my libgtk-3-0 became screwed up. When trying to run many different apps, I get errors like: gedit: symbol lookup error: /usr/lib/libgtk-3.so.0: undefined symbol: ...
0
votes
2answers
213 views

Java annotation processing with source code manipulation

I have been looking for a solution for below requirement - Source files are written with Custom Annotation on a method Method body needs a little variation based on the annotation. Source file ...
5
votes
1answer
130 views

How to check progress of commit() in python_apt by using apt.progress class?

I'm checking out this code provided by python_apt but it appears to be a bit outdated: https://github.com/jolicloud/python-apt/blob/master/doc/examples/inst.py All I'm attempting to do here is ...
1
vote
0answers
198 views

let puppet install packages from a specific repository

is there a way to tell puppet to install a package from a specific repository? I'd like to do something like 'aptitude -t testing install vim' in puppet. The reason why I want to do this is that I ...
0
votes
1answer
36 views

how to climb up the hierarchy tree of a TypeMirror object?

I'm using Java's Annotation Processing mechanism to create serializers for some of my classes. I'd like to check each field of the currently processed class and make sure that it's a subclass of ...
0
votes
3answers
925 views

Install libssh2-php on PHP 5.4.9 (x64)

I have a problem with the update on php 5.4.9 (i install it with the ppa "ppa:ondrej/php5") Now i have the problem that i can't install libssh2-php (which is required on my project) I found some ...
0
votes
2answers
42 views

Debian package difference e.g. +squeeze3

I have about 200 Debian servers and started the job to ensure all packages on the box are the same (per environment). However, across my environment I get slightly difference package names like the ...
0
votes
0answers
51 views

How come python-apt amount of updates don't match the debian update manager amount?

import apt apt_cache = apt.Cache() #High level apt_cache.update() apt_cache.open() x = 0 for package_name in apt_cache.keys(): selected_package = apt_cache[package_name] #Verify that the ...
0
votes
0answers
21 views

Instrumenting at build time with sun javac tool, cannot initialize a field

i would like to initialize an annotated field via apt using sun javac tool.. the problem is very simple but i cannot find a solution.. what i need to do is to transform : @MyAnnotation public ...
0
votes
1answer
165 views

python apt_pkg to obtain individual pkg details?

I've been using a combination of apt_pkg and apt libraries to obtain the following details from each package: package.name package.installedVersion package.description package.homepage ...
0
votes
0answers
24 views

How to initialize a field with a method call in APT via javac tool

I am new to javac tool and also, i cannot find a beginner tutorial .. My problem is very specific. I want to annotate some field on the source code, the using the APT i want to perform the ...
0
votes
0answers
32 views

Serving apt repository with sinatra

I am trying to serve packages from an apt repository. I believe I have the repository setup correctly because I had done that part first and had it working correctly, however I was using apache2 ...
1
vote
2answers
106 views

python-apt package, obtain time pkg was installed and build time?

Is it possible to obtain the time a package was installed as well as the build time for that particular package? For example: import apt def get_pkg_details(): apt_cache = apt.Cache() ...
2
votes
2answers
360 views

How to download all dependencies and packages to directory

I'm trying to install a package on a machine with no Internet connection. What I want to do is download all the packages and dependences on a machine WITH an Internet connection and then sneaker-net ...
2
votes
3answers
126 views

What is the most stable method to make linux kernel headers/devel a requirement for RPMs and Debs?

I'm looking for the "best"* method to add the linux kernel headers and development libraries as a requirement for an RPM and Debian package I'm making. I know that I can add a "Requires: blah" tag in ...
3
votes
1answer
49 views

How to silence the commit function from the python apt library?

I use python apt library and I would like that the commit() function doesn't produce any output. I've searched on the web and saw that the fork function can do the trick but I don't know how to do ...
0
votes
0answers
16 views

which-characters-make-a-url-invalid

I am writing BBCode for my own forum (based on PHP). How do you find out if it is an invalid URL provided in the the [url] tag? Which characters make a URL invalid? To extend my main question, are ...
3
votes
1answer
145 views

Recipe not being executed in Chef

I'm making a simple recipe that apt-get upgrades the whole system. include_recipe "apt" execute "apt-get upgrade -y" do command "apt-get upgrade -y" action :nothing end but it ...
1
vote
1answer
175 views

Equivalent in yum of apt-get update

In Debian derivatives, before installing software from apt using apt-get install xxx, it is necessary to run apt-get update. This refreshes the package lists so that dependencies are resolved ...
9
votes
1answer
1k views

“gpgkeys: key 7F0CEB10 not found on keyserver” while installing mongodb on Ubuntu

I am trying to install mongodb on my Ubuntu 12.04 Desktop edition. Firstly I hope there isn't any issue w.r.t. installing mongodb on Ubuntu Desktop edition. I am following the mongodb manual to ...
0
votes
3answers
129 views

How to parse a zcat output

What is the easiest way to split a string by \n\n in python? This is my raw string which comes from zcat output of http://ftp2.de.debian.org/debian/dists/stable/main/binary-i386/Packages.gz Package: ...

1 2 3 4