EnglishFrenchSpanish

Ad


OnWorks favicon

aptdcon - Online in the Cloud

Run aptdcon in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command aptdcon that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


aptdcon - command line client for aptdaemon

SYNOPSIS


aptdcon [OPTIONS]

DESCRIPTION


aptdcon allows to perform package management tasks, e.g. installing or removing software,
using aptdaemon. There isn't any need to be root to run this programme.

OPTIONS


-v, --version
Show the version number of the aptdcon.

-h, --help
Show information about the usage of the command.

-d, --debug
Show additional information on the command line.

-i, --install PACKAGES
Install the list of PACKAGES. If you want to install more than one package you have
to put the package names into quotation marks.

--reinstall PACKAGES
Reinstall the list of PACKAGES. If you want to reinstall more than one package you
have to put the package names into quotation marks.

-r, --remove PACKAGES
Remove the list of PACKAGES. If you want to remove more than one package you have
to put the package names into quotation marks.

-p, --purge PACKAGES
Purge the list of PACKAGES. If you want to purge more than one package you have to
put the package names into quotation marks.

-u, --upgrade PACKAGES
Upgrade the list of PACKAGES. If you want to upgrade more than one package you have
to put the package names into quotation marks.

--upgrade-system
Upgrade the whole system.

--fix-install
Try to complete a previously cancelled installation by calling "dpkg --configure
-a".

--fix-depends
Try to resolve unsatisified dependencies. Attention: Currently you don't get a
confirmation of the changes, which makes this method quite dangerous since it could
remove a lot of packages.

--add-vendor-key PUBLIC_KEY_FILE
Install the PUBLIC_KEY_FILE to authenticate and trust packages singed by the
vendor.

--add-vendor-key-from-keyserver PUBLIC_KEY_ID
Download and install the PUBLIC_KEY_ID to authenticate and trust packages singed by
the vendor. Requires the --keyserver to be set.

--key-server KEYSERVER
Download vendor keys from the given KEYSERVER.

--remove-vendor-key FINGERPRINT
Remove the vendor key of the given FINGERPRINT to no longer trust packages from
this vendor.

--add-repository ´DEB_LINE´
Allow to install software from the repository specified by the given DEB_LINE. You
have to put quotation marks around the DEB_LINE since it normally contains spaces:
´deb http://ftp.de.debian.org/debian unstable main´

--sources-file SOURCES_FILE
Specify an alternative sources file to which the new repository should be written.
SOURCES_FILE should be only the basename: backports.list

--list-trusted-vendors
Show all trusted software vendors and theirs keys.

--hide-terminal
Do not attach to the interactive terminal of the underlying dpkg call.

--allow-unauthenticated
Allow to install packages which are not from a trusted vendor.

EXAMPLES


The following command will install the package xterm and remove the package eterm in the
same run:
$ aptdcon --install "xterm" --remove "eterm"

To handle more than one package the names have to be put into quotation marks. The
following command will install xterm and eterm:
$ aptdcon --install "xterm eterm"

The following command will add the backport repository to the sources.list in a separate
file /etc/apt/sources.list.d/backports.list :
$ aptdcon --sources-file backports.list \
--add-repostiry "deb http://archive.backports.org/debian stable main"

DIAGNOSTICS


By default aptdaemon logs to the syslog facility AptDaemon. Furthermore you can use the -d
option to get additional information on the command line.

HOMEPAGE


https://launchpad.net/aptdaemon

Use aptdcon online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

  • 1
    abidiff
    abidiff
    abidiff - compare ABIs of ELF files
    abidiff compares the Application Binary
    Interfaces (ABI) of two shared libraries
    in ELF format. It emits a meaningful
    repor...
    Run abidiff
  • 2
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 3
    copac2xml
    copac2xml
    bibutils - bibliography conversion
    utilities ...
    Run copac2xml
  • 4
    copt
    copt
    copt - peephole optimizer SYSNOPIS:
    copt file.. DESCRIPTION: copt is a
    general-purpose peephole optimizer. It
    reads code from its standard input and
    writes an ...
    Run copt
  • 5
    gather_stx_titles
    gather_stx_titles
    gather_stx_titles - gather title
    declarations from Stx documents ...
    Run gather_stx_titles
  • 6
    gatling-bench
    gatling-bench
    bench - http benchmark ...
    Run gatling-bench
  • More »

Ad