man-pages/man1/aptdcon.1.html
2021-03-31 01:06:50 +01:00

162 lines
5.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of APTDCON</TITLE>
</HEAD><BODY>
<H1>APTDCON</H1>
Section: User manual (1)<BR>Updated: December 2009<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
aptdcon - command line client for aptdaemon
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>aptdcon</B>
[<I>OPTIONS</I>]
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
<B>aptdcon</B>
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.
<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>
<DL COMPACT>
<DT id="1">-v, --version<DD>
Show the version number of the aptdcon.
<DT id="2">-h, --help<DD>
Show information about the usage of the command.
<DT id="3">-d, --debug<DD>
Show additional information on the command line.
<DT id="4">-i, --install PACKAGES<DD>
Install the list of PACKAGES. If you want to install more than one package you have to put the package names into quotation marks.
<DT id="5">--reinstall PACKAGES<DD>
Reinstall the list of PACKAGES. If you want to reinstall more than one package you have to put the package names into quotation marks.
<DT id="6">-r, --remove PACKAGES<DD>
Remove the list of PACKAGES. If you want to remove more than one package you have to put the package names into quotation marks.
<DT id="7">-p, --purge PACKAGES<DD>
Purge the list of PACKAGES. If you want to purge more than one package you have to put the package names into quotation marks.
<DT id="8">-u, --upgrade PACKAGES<DD>
Upgrade the list of PACKAGES. If you want to upgrade more than one package you have to put the package names into quotation marks.
<DT id="9">--upgrade-system<DD>
Upgrade the whole system.
<DT id="10">--fix-install<DD>
Try to complete a previously cancelled installation by calling &quot;dpkg --configure -a&quot;.
<DT id="11">--fix-depends<DD>
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.
<DT id="12">--add-vendor-key PUBLIC_KEY_FILE<DD>
Install the PUBLIC_KEY_FILE to authenticate and trust packages singed by the
vendor.
<DT id="13">--add-vendor-key-from-keyserver PUBLIC_KEY_ID<DD>
Download and install the PUBLIC_KEY_ID to authenticate and trust packages
singed by the vendor. Requires the --keyserver to be set.
<DT id="14">--key-server KEYSERVER<DD>
Download vendor keys from the given KEYSERVER.
<DT id="15">--remove-vendor-key FINGERPRINT<DD>
Remove the vendor key of the given FINGERPRINT to no longer trust packages
from this vendor.
<DT id="16">--add-repository 'DEB_LINE'<DD>
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:
<I>'deb <A HREF="http://ftp.de.debian.org/debian">http://ftp.de.debian.org/debian</A> unstable main'</I>
<DT id="17">--sources-file SOURCES_FILE<DD>
Specify an alternative sources file to which the new repository should be
written. SOURCES_FILE should be only the basename:
<I>backports.list</I>
<DT id="18">--list-trusted-vendors<DD>
Show all trusted software vendors and theirs keys.
<DT id="19">--hide-terminal<DD>
Do not attach to the interactive terminal of the underlying dpkg call.
<DT id="20">--allow-unauthenticated<DD>
Allow to install packages which are not from a trusted vendor.
</DL>
<A NAME="lbAF">&nbsp;</A>
<H2>EXAMPLES</H2>
The following command will install the package xterm and remove the package eterm in the same run:
<DL COMPACT><DT id="21"><DD>
$ aptdcon --install &quot;xterm&quot; --remove &quot;eterm&quot;
</DL>
<P>
To handle more than one package the names have to be put into quotation marks. The following command will install xterm and eterm:
<DL COMPACT><DT id="22"><DD>
$ aptdcon --install &quot;xterm eterm&quot;
</DL>
<P>
The following command will add the backport repository to the sources.list in
a separate file
<I>/etc/apt/sources.list.d/backports.list</I>
:
<DL COMPACT><DT id="23"><DD>
$ aptdcon --sources-file backports.list \
<BR>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;--add-repostiry&nbsp;&quot;deb&nbsp;<A HREF="http://archive.backports.org/debian">http://archive.backports.org/debian</A>&nbsp;stable&nbsp;main&quot;
</DL>
<A NAME="lbAG">&nbsp;</A>
<H2>DIAGNOSTICS</H2>
By default aptdaemon logs to the syslog facility AptDaemon. Furthermore you
can use the -d option to get additional information on the command line.
<A NAME="lbAH">&nbsp;</A>
<H2>HOMEPAGE</H2>
<A HREF="https://launchpad.net/aptdaemon">https://launchpad.net/aptdaemon</A>
<A NAME="lbAI">&nbsp;</A>
<H2>BUGS</H2>
You can report bugs at the Launchpad site of aptdaemon:
<A HREF="https://bugs.launchpad.net/aptdaemon/+filebug">https://bugs.launchpad.net/aptdaemon/+filebug</A>
<A NAME="lbAJ">&nbsp;</A>
<H2>AUTHOR</H2>
Sebastian Heinlein &lt;devel at glatzor dot de&gt;
<A NAME="lbAK">&nbsp;</A>
<H2>SEE ALSO</H2>
<B><A HREF="/cgi-bin/man/man2html?1+aptd">aptd</A></B>(1),
<B><A HREF="/cgi-bin/man/man2html?7+org.debian.apt">org.debian.apt</A></B>(7),
<B><A HREF="/cgi-bin/man/man2html?7+org.debian.apt.transaction">org.debian.apt.transaction</A></B>(7)
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="24"><A HREF="#lbAB">NAME</A><DD>
<DT id="25"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="26"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="27"><A HREF="#lbAE">OPTIONS</A><DD>
<DT id="28"><A HREF="#lbAF">EXAMPLES</A><DD>
<DT id="29"><A HREF="#lbAG">DIAGNOSTICS</A><DD>
<DT id="30"><A HREF="#lbAH">HOMEPAGE</A><DD>
<DT id="31"><A HREF="#lbAI">BUGS</A><DD>
<DT id="32"><A HREF="#lbAJ">AUTHOR</A><DD>
<DT id="33"><A HREF="#lbAK">SEE ALSO</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:07 GMT, March 31, 2021
</BODY>
</HTML>