Linux Commands Examples

A great documentation place for Linux commands

apturl-gtk

graphical apt-protocol interpreting package installer

Synopsis

apturl [options...] <URL>


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0

apturl apt:pidgin,pidgin-plugin-pack

Installs Pidgin and Pidgin Plugin Pack (if the user confirms).

apturl apt:freevial?section=universe

Enables the "universe" component and installs package Freevial.

apturl apt:adobe-flashplugin?channel=lucid-partner

Enables the "partner" repository and installs package adobe-flashplugin. Available repositories are listed in /usr/share/app-install/channels/.

apturl apt+http://launchpad.net/~mvo/ppa?package=2vcard

Installs 2vcard from the indicated PPA (if the user confirms), and afterward asks if the PPA should be removed again or it should remain enabled.
Warning: This is currently disabled because of security concerns.


description

apturl is a simple graphical application that takes an URL (following the apt-protocol) as a command line option, parses it and carries out the operations that the URL describes (that is, it asks the user if he wants the indicated packages to be installed and if the answer is positive does so).

exit codes

0

All requested packages have been successfully installed or were already installed.

1

The user aborted the installation of one or more packages.

2

There was an error doing the requested operations, or the user aborted the installation while Synaptic (and not apturl itself) was working.

3

The arguments with which apturl was called were incorrect (e.g., it was called without any argument or the given URL was wrong).

usage

apturl just needs an URL conforming with the apt-protocol in order to work. Additionally, it recognizes the following options:
-p, --http-proxy

Use the given HTTP proxy in order to download the packages.


bugs

Please report any bug on https://bugs.launchpad.net/ubuntu/+source/apturl.


see also

synaptic


authors

apturl was written by Michael Vogt <michael.vogt[:at:]ubuntu[:dot:]com> for Canonical, Ltd. and this manual page by Siegfried-A. Gevatter <rainct[:at:]ubuntu[:dot:]com>.

It is released under the GNU General Public License, version 2 or any later version published by the Free Software Foundation.

How can this site be more helpful to YOU ?


give  feedback