Difference between revisions of "Wajig commands"

From wikieduonline
Jump to navigation Jump to search
(Created page with "<pre> addcdrom Add a Debian CD/DVD to APT's list of available sources addrepo Add a Launchpad PPA (Personal Package Archive) repository aptlog...")
 
Line 1: Line 1:
<pre>
+
 
addcdrom          Add a Debian CD/DVD to APT's list of available sources
+
addcdrom          Add a Debian CD/DVD to APT's list of available sources
addrepo            Add a Launchpad PPA (Personal Package Archive) repository
+
addrepo            Add a Launchpad PPA (Personal Package Archive) repository
aptlog            Display APT log file
+
aptlog            Display APT log file
autoalts          Mark the Alternative to be auto-set (using set priorities)
+
autoalts          Mark the Alternative to be auto-set (using set priorities)
autoclean          Remove no-longer-downloadable .deb files from the download cache
+
autoclean          Remove no-longer-downloadable .deb files from the download cache
autodownload      Do an update followed by a download of all updated packages
+
autodownload      Do an update followed by a download of all updated packages
autoremove        Remove unused dependency packages
+
autoremove        Remove unused dependency packages
build              Get source packages, unpack them, and build binary packages from them.
+
build              Get source packages, unpack them, and build binary packages from them.
builddeps          Install build-dependencies for given packages
+
builddeps          Install build-dependencies for given packages
changelog          Display Debian changelog of a package
+
changelog          Display Debian changelog of a package
clean              Remove all deb files from the download cache
+
clean              Remove all deb files from the download cache
contents          List the contents of a package file (.deb)
+
contents          List the contents of a package file (.deb)
dailyupgrade      Perform an update then a dist-upgrade
+
dailyupgrade      Perform an update then a dist-upgrade
dependents        Display packages which have some form of dependency on the given package
+
dependents        Display packages which have some form of dependency on the given package
describe          Display one-line descriptions for the given packages
+
describe          Display one-line descriptions for the given packages
describenew        Display one-line descriptions of newly-available packages
+
describenew        Display one-line descriptions of newly-available packages
distupgrade        Comprehensive system upgrade
+
distupgrade        Comprehensive system upgrade
download          Download one or more packages without installing them
+
download          Download one or more packages without installing them
editsources        Edit list of Debian repository locations for packages
+
editsources        Edit list of Debian repository locations for packages
extract            Extract the files from a package file to a directory
+
extract            Extract the files from a package file to a directory
fixconfigure      Fix an interrupted install
+
fixconfigure      Fix an interrupted install
fixinstall        Fix an install interrupted by broken dependencies
+
fixinstall        Fix an install interrupted by broken dependencies
fixmissing        Fix and install even though there are missing dependencies
+
fixmissing        Fix and install even though there are missing dependencies
force              Install packages and ignore file overwrites and depends
+
force              Install packages and ignore file overwrites and depends
hold              Place packages on hold (so they will not be upgraded)
+
hold              Place packages on hold (so they will not be upgraded)
info              List the information contained in a package file
+
info              List the information contained in a package file
init              Initialise or reset wajig archive files
+
init              Initialise or reset wajig archive files
install            Package installer
+
install            Package installer
installsuggested  Install a package and its Suggests dependencies
+
installsuggested  Install a package and its Suggests dependencies
integrity          Check the integrity of installed packages (through checksums)
+
integrity          Check the integrity of installed packages (through checksums)
large              List size of all large (>10MB) installed packages
+
large              List size of all large (>10MB) installed packages
lastupdate        Identify when an update was last performed
+
lastupdate        Identify when an update was last performed
listall            List one line descriptions for all packages
+
listall            List one line descriptions for all packages
listalternatives  List the objects that can have alternatives configured
+
listalternatives  List the objects that can have alternatives configured
listcache          List the contents of the download cache
+
listcache          List the contents of the download cache
listcommands      Display all wajig commands
+
listcommands      Display all wajig commands
listdaemons        List the daemons that wajig can start, stop, restart, or reload
+
listdaemons        List the daemons that wajig can start, stop, restart, or reload
listfiles          List the files that are supplied by the named package
+
listfiles          List the files that are supplied by the named package
listhold          List packages that are on hold (i.e. those that won't be upgraded)
+
listhold          List packages that are on hold (i.e. those that won't be upgraded)
listinstalled      List installed packages
+
listinstalled      List installed packages
listlog            Display wajig log file
+
listlog            Display wajig log file
listnames          List all known packages; optionally filter the list with a pattern
+
listnames          List all known packages; optionally filter the list with a pattern
listpackages      List the status, version, and description of installed packages
+
listpackages      List the status, version, and description of installed packages
listscripts        List the control scripts of the package of deb file
+
listscripts        List the control scripts of the package of deb file
listsection        List packages that belong to a specific section
+
listsection        List packages that belong to a specific section
listsections      List all available sections
+
listsections      List all available sections
liststatus        Same as list but only prints first two columns, not truncated
+
liststatus        Same as list but only prints first two columns, not truncated
localupgrade      Upgrade using only packages that are already downloaded
+
localupgrade      Upgrade using only packages that are already downloaded
madison            Runs the madison command of apt-cache
+
madison            Runs the madison command of apt-cache
move              Move packages in the download cache to a local Debian mirror
+
move              Move packages in the download cache to a local Debian mirror
new                Display newly-available packages
+
new                Display newly-available packages
newdetail          Display detailed descriptions of newly-available packages
+
newdetail          Display detailed descriptions of newly-available packages
news              Display the NEWS file of a given package
+
news              Display the NEWS file of a given package
nonfree            List packages that don't meet the Debian Free Software Guidelines
+
nonfree            List packages that don't meet the Debian Free Software Guidelines
orphans            List libraries not required by any installed package
+
orphans            List libraries not required by any installed package
policy            From preferences file show priorities/policy (available)
+
policy            From preferences file show priorities/policy (available)
purge              Remove one or more packages and their configuration files
+
purge              Remove one or more packages and their configuration files
purgeorphans      Purge orphaned libraries (not required by installed packages)
+
purgeorphans      Purge orphaned libraries (not required by installed packages)
purgeremoved      Purge all packages marked as deinstall
+
purgeremoved      Purge all packages marked as deinstall
rbuilddeps        Display the packages which build-depend on the given package
+
rbuilddeps        Display the packages which build-depend on the given package
readme            Display the README file(s) of a given package
+
readme            Display the README file(s) of a given package
recdownload        Download a package and all its dependencies
+
recdownload        Download a package and all its dependencies
recommended        Display packages installed as Recommends and have no dependents
+
recommended        Display packages installed as Recommends and have no dependents
reconfigure        Reconfigure package
+
reconfigure        Reconfigure package
reinstall          Reinstall the given packages
+
reinstall          Reinstall the given packages
reload            Reload system daemons (see LIST-DAEMONS for available daemons)
+
reload            Reload system daemons (see LIST-DAEMONS for available daemons)
remove            Remove packages (see also PURGE command)
+
remove            Remove packages (see also PURGE command)
removeorphans      Remove orphaned libraries
+
removeorphans      Remove orphaned libraries
repackage          Generate a .deb file from an installed package
+
repackage          Generate a .deb file from an installed package
reportbug          Report a bug in a package using Debian BTS (Bug Tracking System)
+
reportbug          Report a bug in a package using Debian BTS (Bug Tracking System)
restart            Restart system daemons (see LIST-DAEMONS for available daemons)
+
restart            Restart system daemons (see LIST-DAEMONS for available daemons)
rpm2deb            Convert an .rpm file to a Debian .deb file
+
rpm2deb            Convert an .rpm file to a Debian .deb file
rpminstall        Install an .rpm package file
+
rpminstall        Install an .rpm package file
search            Search for package names containing the given pattern
+
search            Search for package names containing the given pattern
searchapt          Find nearby Debian package repositories
+
searchapt          Find nearby Debian package repositories
show              Provide a detailed description of package
+
show              Provide a detailed description of package
sizes              Display installed sizes of given packages
+
sizes              Display installed sizes of given packages
snapshot          Generates a list of package=version for all installed packages
+
snapshot          Generates a list of package=version for all installed packages
source            Retrieve and unpack sources for the named packages
+
source            Retrieve and unpack sources for the named packages
start              Start system daemons (see LIST-DAEMONS for available daemons)
+
start              Start system daemons (see LIST-DAEMONS for available daemons)
status            Show the version and available versions of packages
+
status            Show the version and available versions of packages
statusmatch        Show the version and available versions of matching packages
+
statusmatch        Show the version and available versions of matching packages
stop              Stop system daemons (see LISTDAEMONS for available daemons)
+
stop              Stop system daemons (see LISTDAEMONS for available daemons)
tasksel            Run the task selector to install groups of packages
+
tasksel            Run the task selector to install groups of packages
todo              Display the TODO file of a given package
+
todo              Display the TODO file of a given package
toupgrade          List versions of upgradable packages
+
toupgrade          List versions of upgradable packages
tutorial          Display wajig tutorial
+
tutorial          Display wajig tutorial
unhold            Remove listed packages from hold so they are again upgradeable
+
unhold            Remove listed packages from hold so they are again upgradeable
unofficial        Search for an unofficial Debian package at apt-get.org
+
unofficial        Search for an unofficial Debian package at apt-get.org
update            Update the list of new and updated packages
+
update            Update the list of new and updated packages
updatealternatives Update default alternative for things like x-window-manager
+
updatealternatives Update default alternative for things like x-window-manager
updatepciids      Updates the local list of PCI ids from the internet master list
+
updatepciids      Updates the local list of PCI ids from the internet master list
updateusbids      Updates the local list of USB ids from the internet master list
+
updateusbids      Updates the local list of USB ids from the internet master list
upgrade            Conservative system upgrade
+
upgrade            Conservative system upgrade
upgradesecurity    Do a security upgrade
+
upgradesecurity    Do a security upgrade
verify            Check package's md5sum
+
verify            Check package's md5sum
versions          List version and distribution of given packages
+
versions          List version and distribution of given packages
whichpackage      Search for files matching a given pattern within packages
+
whichpackage      Search for files matching a given pattern within packages
</pre>
 
  
 
== See also ==
 
== See also ==
 
* {{wajig}}
 
* {{wajig}}
 
* {{APT}}
 
* {{APT}}

Revision as of 08:48, 17 March 2021

addcdrom           Add a Debian CD/DVD to APT's list of available sources
addrepo            Add a Launchpad PPA (Personal Package Archive) repository
aptlog             Display APT log file
autoalts           Mark the Alternative to be auto-set (using set priorities)
autoclean          Remove no-longer-downloadable .deb files from the download cache
autodownload       Do an update followed by a download of all updated packages
autoremove         Remove unused dependency packages
build              Get source packages, unpack them, and build binary packages from them.
builddeps          Install build-dependencies for given packages
changelog          Display Debian changelog of a package
clean              Remove all deb files from the download cache
contents           List the contents of a package file (.deb)
dailyupgrade       Perform an update then a dist-upgrade
dependents         Display packages which have some form of dependency on the given package
describe           Display one-line descriptions for the given packages
describenew        Display one-line descriptions of newly-available packages
distupgrade        Comprehensive system upgrade
download           Download one or more packages without installing them
editsources        Edit list of Debian repository locations for packages
extract            Extract the files from a package file to a directory
fixconfigure       Fix an interrupted install
fixinstall         Fix an install interrupted by broken dependencies
fixmissing         Fix and install even though there are missing dependencies
force              Install packages and ignore file overwrites and depends
hold               Place packages on hold (so they will not be upgraded)
info               List the information contained in a package file
init               Initialise or reset wajig archive files
install            Package installer
installsuggested   Install a package and its Suggests dependencies
integrity          Check the integrity of installed packages (through checksums)
large              List size of all large (>10MB) installed packages
lastupdate         Identify when an update was last performed
listall            List one line descriptions for all packages
listalternatives   List the objects that can have alternatives configured
listcache          List the contents of the download cache
listcommands       Display all wajig commands
listdaemons        List the daemons that wajig can start, stop, restart, or reload
listfiles          List the files that are supplied by the named package
listhold           List packages that are on hold (i.e. those that won't be upgraded)
listinstalled      List installed packages
listlog            Display wajig log file
listnames          List all known packages; optionally filter the list with a pattern
listpackages       List the status, version, and description of installed packages
listscripts        List the control scripts of the package of deb file
listsection        List packages that belong to a specific section
listsections       List all available sections
liststatus         Same as list but only prints first two columns, not truncated
localupgrade       Upgrade using only packages that are already downloaded
madison            Runs the madison command of apt-cache
move               Move packages in the download cache to a local Debian mirror
new                Display newly-available packages
newdetail          Display detailed descriptions of newly-available packages
news               Display the NEWS file of a given package
nonfree            List packages that don't meet the Debian Free Software Guidelines
orphans            List libraries not required by any installed package
policy             From preferences file show priorities/policy (available)
purge              Remove one or more packages and their configuration files
purgeorphans       Purge orphaned libraries (not required by installed packages)
purgeremoved       Purge all packages marked as deinstall
rbuilddeps         Display the packages which build-depend on the given package
readme             Display the README file(s) of a given package
recdownload        Download a package and all its dependencies
recommended        Display packages installed as Recommends and have no dependents
reconfigure        Reconfigure package
reinstall          Reinstall the given packages
reload             Reload system daemons (see LIST-DAEMONS for available daemons)
remove             Remove packages (see also PURGE command)
removeorphans      Remove orphaned libraries
repackage          Generate a .deb file from an installed package
reportbug          Report a bug in a package using Debian BTS (Bug Tracking System)
restart            Restart system daemons (see LIST-DAEMONS for available daemons)
rpm2deb            Convert an .rpm file to a Debian .deb file
rpminstall         Install an .rpm package file
search             Search for package names containing the given pattern
searchapt          Find nearby Debian package repositories
show               Provide a detailed description of package
sizes              Display installed sizes of given packages
snapshot           Generates a list of package=version for all installed packages
source             Retrieve and unpack sources for the named packages
start              Start system daemons (see LIST-DAEMONS for available daemons)
status             Show the version and available versions of packages
statusmatch        Show the version and available versions of matching packages
stop               Stop system daemons (see LISTDAEMONS for available daemons)
tasksel            Run the task selector to install groups of packages
todo               Display the TODO file of a given package
toupgrade          List versions of upgradable packages
tutorial           Display wajig tutorial
unhold             Remove listed packages from hold so they are again upgradeable
unofficial         Search for an unofficial Debian package at apt-get.org
update             Update the list of new and updated packages
updatealternatives Update default alternative for things like x-window-manager
updatepciids       Updates the local list of PCI ids from the internet master list
updateusbids       Updates the local list of USB ids from the internet master list
upgrade            Conservative system upgrade
upgradesecurity    Do a security upgrade
verify             Check package's md5sum
versions           List version and distribution of given packages
whichpackage       Search for files matching a given pattern within packages

See also

Advertising: