Top "Apt" questions

Debian's Advanced Packaging Tool whose main binary is apt-get.

eclipse java annotation processing

I want to do something using Annotation processing in eclipse jdt. Eclipse jdtapt help tells me I should configure things …

java eclipse eclipse-indigo apt annotation-processing
Debianzing a Python program to get a .deb

Aim To create an installable .deb file (or package). Which when clicked would install the software on a Linux machine …

python apt linux-mint
Ansible Do Task If Apt Package Is Missing

I'm looking to do a series of tasks if a specific apt package is missing. for example: if graphite-carbon is …

conditional-statements ansible apt ansible-playbook
Java 6 annotation processing configuration with Ant

I have a custom annotation and it's processor & processorFactory. How do I configure my Ant build file such that: …

java ant build annotations apt
How to compare Debian package versions?

I looked at python-apt and python-debian, and they don't seem to have functionality to compare package versions. Do I have …

python debian apt
Windows10 WSL2 Ubuntu / Debian # apt-get update failed # no network

After upgrading from WSL to WSL2 sudo apt-get update not works any longer after wsl --set-version Ubuntu-18.04 2 Output: > sudo …

ubuntu debian windows-subsystem-for-linux apt wsl-2
Generating JPA2 Metamodel from a Gradle build script

I'm trying to set up a Gradle build script for a new project. That project will use JPA 2 along with …

gradle apt querydsl
Using "apt-get install xxx" inside Python script

currently I need to install some package using apt or rpm, according the OS. I saw the lib "apt" to …

python apt apt-get
Handling input confirmations in Linux shell scripting

I'm writing a Linux Shell Script to automate a few things I'm doing on Ubuntu 11.04. Basically, I'm writing a shell …

linux shell ubuntu apt debconf
How do I force-reinstall a package with Ansible?

I'm using Ansible to deploy .deb packages from a custom repository. Sometimes a developer can forget to change the package …

deployment ansible apt deb