tifiers A list of SPDX license identifiers. The SPDX License List is a list of commonly found licenses and exceptions used for open source and other collaborative software. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/shinnn/spdx-license-ids Package: node-sshpk Status: install ok installed Priority: optional Section: javascript Installed-Size: 259 Maintainer: Ubuntu Developers Architecture: all Version: 1.16.1+dfsg-2 Depends: nodejs, node-asn1, node-assert-plus, node-bcrypt-pbkdf, node-dashdash, node-ecc-jsbn, node-getpass, node-jsbn, node-tweetnacl Description: library for finding and using SSH public keys Parse, convert, fingerprint and use SSH keys (both public and private) in pure node -- no `ssh-keygen` or other external dependencies. . Supports RSA, DSA, ECDSA (nistp-\*) and ED25519 key types, in PEM (PKCS#1, PKCS#8) and OpenSSH formats. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/arekinath/node-sshpk#readme Package: node-ssri Status: install ok installed Priority: optional Section: javascript Installed-Size: 60 Maintainer: Ubuntu Developers Architecture: all Version: 7.1.0-2 Depends: node-yallist (>= 4.0.0), nodejs Description: Utility for parsing, serializing, generating and verifying ssri metadata SSRI, short for Standard Subresource Integrity, is a Node.js utility for parsing, manipulating, serializing, generating and verifying Subresource Integrity hashes according to SRI spec. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/npm/ssri#readme Package: node-stream-each Status: install ok installed Priority: optional Section: javascript Installed-Size: 17 Maintainer: Ubuntu Developers Architecture: all Version: 1.2.3-1 Depends: node-end-of-stream, node-stream-shift, nodejs Description: Iterate all the data in a stream Iterate the data in the stream by calling the iterator function with (data, next) where data is a data chunk and next is a callback. Call next when you are ready to consume the next chunk. Optionally you can call next with an error to destroy the stream. When the stream ends/errors the callback is called if provided. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/mafintosh/stream-each Package: node-stream-iterate Status: install ok installed Priority: optional Section: javascript Installed-Size: 16 Maintainer: Ubuntu Developers Architecture: all Version: 1.2.0-4 Depends: nodejs, node-stream-shift (>= 1.0.0) Description: Iterate through the values in a stream stream-iterate module recursively iterate through each item in the stream. stream is a user defined list of objects. This module can be used to implement things like a streaming merge sort. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/mafintosh/stream-iterate Package: node-stream-shift Status: install ok installed Priority: optional Section: web Installed-Size: 15 Maintainer: Ubuntu Developers Architecture: all Version: 1.0.0-1 Depends: nodejs Description: returns the next buffer/object in a stream's readable queue . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/mafintosh/stream-shift Package: node-strict-uri-encode Status: install ok installed Priority: optional Section: javascript Installed-Size: 15 Maintainer: Ubuntu Developers Architecture: all Version: 2.0.0-1 Depends: nodejs Description: stricter URI encode adhering to RFC 3986 Stricter URI encode adhering to [RFC 3986]. For example, 'unicorn!foobar' will be encoded as 'unicorn%21foobar'. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/kevva/strict-uri-encode#readme Package: node-string-decoder Status: install ok installed Priority: optional Section: javascript Installed-Size: 25 Maintainer: Ubuntu Developers Architecture: all Version: 1.2.0-2 Depends: nodejs (>= 8), node-safe-buffer Description: string_decoder module from Node core for browsers node-string-decoder provides a string_decoder module compatible with string_decoder module from Node.js core but adapted for browsers context. . Node.js string_decoder module provides an API for decoding Buffer objects into strings in a manner that preserves encoded multi-byte UTF-8 and UTF-16 characters. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/nodejs/string_decoder Package: node-string-width Status: install ok installed Priority: optional Section: javascript Installed-Size: 17 Maintainer: Ubuntu Developers Architecture: all Version: 2.1.1-1 Depends: nodejs, node-wcwidth.js (>= 1.0.0), node-strip-ansi (>= 4.0.0) Description: Get the visual width of a string Some Unicode characters use more or less than the normal width when output to the command-line. . This nodejs module gets the visual width of a string i.e. the actual number of columns required to display it. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/sindresorhus/string-width#readme Package: node-strip-ansi Status: install ok installed Priority: optional Section: javascript Installed-Size: 16 Maintainer: Ubuntu Developers Architecture: all Version: 6.0.0-2 Depends: nodejs, node-ansi-regex Description: Strip ANSI escape codes This module strips ANSI escape codes. . To report a security vulnerability, please use the Tidelift security contact. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/chalk/strip-ansi Package: node-strip-eof Status: install ok installed Priority: optional Section: web Installed-Size: 15 Maintainer: Ubuntu Developers Architecture: all Version: 1.0.0-2 Depends: nodejs Description: strip CR and LF characters from a string/buffer Strips CR and LF characters (i.e., it strips them away, if the string ends with LR, CR, or CRLR, but not more if there's more of those characters). . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/sindresorhus/strip-eof Package: node-strip-json-comments Status: install ok installed Priority: optional Section: javascript Installed-Size: 18 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 3.0.1-3 Depends: nodejs Description: Node.js module to strip comments from JSON This module and command-line client will let you strip comments from your JSON files. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/sindresorhus/strip-json-comments Package: node-supports-color Status: install ok installed Priority: optional Section: javascript Installed-Size: 19 Maintainer: Ubuntu Developers Architecture: all Version: 6.1.0-2 Depends: node-has-flag, nodejs Description: Detect whether a terminal supports color in Node.js supports-color is a Node.js module which provides an API to detect whether a terminal supports color. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/sindresorhus/supports-color Package: node-tar Status: install ok installed Priority: optional Section: javascript Installed-Size: 152 Maintainer: Ubuntu Developers Architecture: all Version: 4.4.10+ds1-2ubuntu1 Depends: nodejs, node-chownr, node-mkdirp, node-safe-buffer, node-yallist (>= 3.0.3-2) Description: read and write portable tar archives module for Node.js node-tar is able to read and write tar archives generated by bsdtar, gnutar, solaris posix tar, and "Schilly" tar. node-tar is a well-tested essential piece of software for npm, the Node.js package manager. . This package includes components: chownr, minipass, fs-minipass, minizlib. . Node.js is an event-based server-side javascript engine. Homepage: https://github.com/npm/node-tar Original-Maintainer: Debian Javascript Maintainers Package: node-term-size Status: install ok installed Priority: optional Section: javascript Installed-Size: 17 Maintainer: Ubuntu Developers Architecture: all Version: 1.2.0+dfsg-2 Depends: nodejs, node-execa (>= 0.4.0) Description: Reliably get the terminal window size Because process.stdout.columns doesn't exist when run non-interactively, for example, in a child process or when piped. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/sindresorhus/term-size#readme Package: node-text-table Status: install ok installed Priority: optional Section: javascript Installed-Size: 20 Maintainer: Ubuntu Developers Architecture: all Version: 0.2.0-2 Depends: nodejs Description: borderless text tables with alignment Generate borderless text table strings suitable for printing to stdout. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/substack/text-table Package: node-through Status: install ok installed Priority: optional Section: web Installed-Size: 18 Maintainer: Ubuntu Developers Architecture: all Version: 2.3.8-1 Depends: nodejs Description: simplified stream construction Easy way to create a Stream that is both readable and writable. . Pass in optional write and end methods. through takes care of pause/resume logic if you use this.queue(data) instead of this.emit('data', data). Use this.pause() and this.resume() to manage flow. Check this.paused to see current flow state. (write always returns !this.paused). . This function is the basis for most of the synchronous streams in event-stream. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/dominictarr/through Package: node-through2 Status: install ok installed Priority: optional Section: javascript Installed-Size: 18 Maintainer: Ubuntu Developers Architecture: all Version: 3.0.1-2 Depends: node-readable-stream, nodejs Description: Make a stream.Transform out of a function - Node.js module This package provide a tiny wrapper around stream.Transform from Node.js library to avoid explicit subclassing noise. . Inspired by Dominic Tarr's through module in that it's so much easier to make a stream out of a function than it is to set up the prototype chain properly. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/rvagg/through2 Package: node-timed-out Status: install ok installed Priority: optional Section: javascript Installed-Size: 15 Maintainer: Ubuntu Developers Architecture: all Version: 4.0.1-5 Depends: nodejs (>= 6) Description: Emit `ETIMEDOUT` or `ESOCKETTIMEDOUT` when ClientRequest is hanged Time in milliseconds to wait for `connect` event on socket. Or you can pass Object with following fields: - `connect` - time to wait for connection - `socket` - time to wait for activity on socket . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/floatdrop/timed-out Package: node-tough-cookie Status: install ok installed Priority: optional Section: javascript Installed-Size: 85 Maintainer: Ubuntu Developers Architecture: all Version: 3.0.0-1 Depends: nodejs, node-ip-regex, node-punycode, node-psl Description: RFC6265 Cookies and Cookie Jar for node.js This library just provides a way to read and write RFC6265 HTTP cookie headers. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/salesforce/tough-cookie Package: node-tunnel-agent Status: install ok installed Priority: optional Section: javascript Installed-Size: 20 Maintainer: Ubuntu Developers Architecture: all Version: 0.6.1-2 Depends: node-safe-buffer, nodejs Description: HTTP proxy tunneling agent module for Node.js node-tunnel-agent is an HTTP CONNECT tunnel client module for Node.js. . Node.js is an event-based server-side javascript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/mikeal/tunnel-agent Package: node-tweetnacl Status: install ok installed Priority: optional Section: javascript Installed-Size: 182 Maintainer: Ubuntu Developers Architecture: all Version: 1.0.1+dfsg-2 Depends: nodejs Description: Port of TweetNaCl cryptographic library to JavaScript The primary goal of this project is to produce a translation of TweetNaCl to JavaScript which is as close as possible to the original C implementation, plus a thin layer of idiomatic high-level API on top of it. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://tweetnacl.js.org Package: node-typedarray Status: install ok installed Priority: optional Section: web Installed-Size: 40 Maintainer: Ubuntu Developers Architecture: all Version: 0.0.6-1 Depends: nodejs Description: TypedArray polyfill for old browsers Node-typedarray is a fork of the inexorabletash version of polyfill. . A polyfill is a shim or collection of shims, and a shim lets you write the same code across all browsers by implementing a new API in downlevel browsers. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/substack/typedarray Package: node-typedarray-to-buffer Status: install ok installed Priority: optional Section: web Installed-Size: 15 Maintainer: Ubuntu Developers Architecture: all Version: 3.0.3-3 Depends: nodejs (>= 0.6.19~dfsg1-3), libjs-typedarray-to-buffer (= 3.0.3-3), node-is-typedarray Description: JavaScript utility converting TypedArray to buffer without copy Convert a typed array to a Buffer without a copy. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/feross/typedarray-to-buffer Package: node-uid-number Status: install ok installed Priority: optional Section: web Installed-Size: 17 Maintainer: Ubuntu Developers Architecture: all Version: 0.0.6-1ubuntu0.20.04.1 Depends: nodejs Description: Convert a username/group name to a uid/gid number This module can be used to convert a username/groupname to a uid/gid number. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/isaacs/uid-number Package: node-unique-filename Status: install ok installed Priority: optional Section: javascript Installed-Size: 19 Maintainer: Ubuntu Developers Architecture: all Version: 1.1.1+ds-1 Depends: nodejs, node-imurmurhash Description: unique filename for use in temporary directories or caches This module can be used to generate a unique filename for use in temporary directories or caches. . For example, if you pass os.tmpdir() as an argument, it returns something like: /tmp/912ec803b2ce49e4a541068d495ab570. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/iarna/unique-filename Package: node-unique-string Status: install ok installed Priority: optional Section: javascript Installed-Size: 15 Maintainer: Ubuntu Developers Architecture: all Version: 1.0.0-1 Depends: nodejs, node-crypto-random-string (>= 1.0.0) Description: Generate a unique random string Returns a 32 character unique string. Matches the length of MD5, which is unique enough for non-crypto purposes. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/sindresorhus/unique-string#readme Package: node-unpipe Status: install ok installed Priority: optional Section: web Installed-Size: 19 Maintainer: Ubuntu Developers Architecture: all Version: 1.0.0-1 Depends: nodejs Description: Unpipe a stream from all destinations Unpipes all destinations from a given stream. With stream 2+, this is equivalent to stream.unpipe(). When used with streams 1 style streams (typically Node.js 0.8 and below), this module attempts to undo the actions done in stream.pipe(dest). . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/stream-utils/unpipe Package: node-uri-js Status: install ok installed Priority: optional Section: javascript Installed-Size: 62 Maintainer: Ubuntu Developers Architecture: all Version: 4.2.2+dfsg-5 Depends: nodejs (>= 6), node-punycode (>= 2.1.0) Description: URI/IRI parsing/validating/resolving library This is an RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/garycourt/uri-js Package: node-url-parse-lax Status: install ok installed Priority: optional Section: web Installed-Size: 18 Maintainer: Ubuntu Developers Architecture: all Version: 1.0.0-1 Depends: nodejs, node-prepend-http (>= 1.0.1) Description: url.parse() with support for protocol-less URLs & IPs Lax url.parse() with support for protocol-less URLs & IPs . The url.parse() method takes a URL string, parses it, and returns a URL object. A TypeError is thrown if urlString is not a string. A URIError is thrown if the auth property is present but cannot be decoded. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/sindresorhus/url-parse-lax#readme Package: node-url-to-options Status: install ok installed Priority: optional Section: web Installed-Size: 15 Maintainer: Ubuntu Developers Architecture: all Version: 1.0.1-1 Depends: nodejs Description: Convert a WHATWG URL to an http(s).request options object Package converts a WHATWG URL to 'http.request()' / 'https.request()' options object. An option object contains protocol, hostname, hash, search, pathname, path & href. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/stevenvachon/url-to-options#readme Package: node-util-deprecate Status: install ok installed Priority: optional Section: web Installed-Size: 20 Maintainer: Ubuntu Developers Architecture: all Version: 1.0.2-1 Depends: nodejs Description: Node.js's `util.deprecate()` function with browser support In Node.js, this module simply re-exports the util.deprecate() function. . In the web browser (i.e. via browserify), a browser-specific implementation of the util.deprecate() function is used. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/TooTallNate/util-deprecate Package: node-uuid Status: install ok installed Priority: optional Section: javascript Installed-Size: 49 Maintainer: Ubuntu Developers Architecture: all Version: 3.3.2-2 Replaces: node-node-uuid (<< 3.3.2-1~) Depends: nodejs Breaks: node-node-uuid (<< 3.3.2-1~) Description: simple and fast RFC4122 UUID generation - Node.js module Node-uuid provides simple, fast generation of RFC4122 UUIDs. . * Generate RFC4122 version 1 or version 4 UUIDs * Runs in Node.js and web browsers * Cryptographically strong random number generation on supporting platforms * Small footprint . This package provides node-uuid usable with Node.js - an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/kelektiv/node-uuid Package: node-validate-npm-package-license Status: install ok installed Priority: optional Section: javascript Installed-Size: 17 Maintainer: Ubuntu Developers Architecture: all Version: 3.0.4-1 Depends: node-spdx-correct, node-spdx-expression-parse, nodejs Description: Tells if a string is a valid npm package license string Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/kemitchell/validate-npm-package-license.js Package: node-validate-npm-package-name Status: install ok installed Priority: optional Section: javascript Installed-Size: 19 Maintainer: Ubuntu Developers Architecture: all Version: 3.0.0-1 Depends: nodejs, node-builtins (>= 1.0.3) Description: Checks if a string is a valid npm package name This module can determine if a string is valid to be used a npm module name. This module will show conformance to old naming rules and new naming rules separately. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/npm/validate-npm-package-name Package: node-verror Status: install ok installed Priority: optional Section: web Installed-Size: 34 Maintainer: Ubuntu Developers Architecture: all Version: 1.10.0-1 Depends: nodejs, node-core-util-is (>= 1.0.2), node-extsprintf (>= 1.2.0), node-assert-plus (>= 1.0.0) Description: rich JavaScript errors This module provides several classes in support of Joyent's Best Practices for Error Handling in Node.js. . The error classes here support: * printf-style arguments for the message * chains of causes * properties to provide extra information about the error * creating your own subclasses that support all of these . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/davepacheco/node-verror Package: node-wcwidth.js Status: install ok installed Priority: optional Section: web Installed-Size: 23 Maintainer: Ubuntu Developers Architecture: all Version: 1.0.0-1 Depends: nodejs, node-defaults (>= 1.0.0) Description: wcwidth.js is a javascript porting of C's wcwidth() wcwidth.js is a simple javascript porting of wcwidth() implemented in C by Markus Kuhn. . wcwidth() and its string version, wcswidth() are defined by IEEE Std 1002.1-2001, a.k.a. POSIX.1-2001, and return the number of columns used to represent a wide character and string on fixed-width output devices like terminals. Markus's implementation assumes wide characters to be encoded in ISO 10646, which is almost true for JavaScript; almost because JavaScript uses UCS-2 and has problems with surrogate pairs. wcwidth.js converts surrogate pairs to Unicode code points to handle them correctly. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: http://code.woong.org/wcwidth.js Package: node-which Status: install ok installed Priority: optional Section: javascript Installed-Size: 20 Maintainer: Ubuntu Developers Architecture: all Version: 2.0.2-1 Depends: nodejs (>= 8), node-isexe Description: Cross-platform 'which' module for Node.js node-which finds the first instance of a specified executable in the PATH environment variable, simulating the behaviour of the standard "which" program. node-which supports all platforms supported by Node.js. . This is the module only, the binary being totally useless. . Node.js is an event-based server-side javascript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/isaacs/node-which Package: node-which-module Status: install ok installed Priority: optional Section: javascript Installed-Size: 16 Maintainer: Ubuntu Developers Architecture: all Version: 2.0.0-1 Depends: nodejs Description: Find the module object for something that was require()d . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/nexdrew/which-module#readme Package: node-wide-align Status: install ok installed Priority: optional Section: javascript Installed-Size: 16 Maintainer: Ubuntu Developers Architecture: all Version: 1.1.3-1 Depends: nodejs, node-string-width Description: Wide-character aware text alignment function Wide-character aware text alignment function for use on the console or with fixed width fonts. . This library is a dependency for webpack. Webpack takes code targeted at node.js and makes it run in the browser. Node.js comes with API of its own that is not available in the browsers. Webpack exposes this code to programs that are unaware they are running in a browser. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/iarna/wide-align#readme Package: node-widest-line Status: install ok installed Priority: optional Section: javascript Installed-Size: 15 Maintainer: Ubuntu Developers Architecture: all Version: 3.1.0-1 Depends: node-string-width, nodejs Description: Get the visual width of the widest line in a string - the number of columns required to display it Some Unicode characters are fullwidth and use double the normal width This script helps to know the maximum width a string will take up in the terminal. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/sindresorhus/widest-line Package: node-wrap-ansi Status: install ok installed Priority: optional Section: javascript Installed-Size: 19 Maintainer: Ubuntu Developers Architecture: all Version: 4.0.0-2 Depends: nodejs, node-ansi-styles (>= 3.2.0), node-strip-ansi (>= 4.0.0), node-string-width (>= 2.1.1) Description: Wordwrap a string with ANSI escape codes Node.js module to wrap words of a string to the specified column width, taking into account the actual visual width of the contained unicode characters. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/chalk/wrap-ansi#readme Package: node-wrappy Status: install ok installed Priority: extra Section: web Installed-Size: 15 Maintainer: Ubuntu Developers Architecture: all Version: 1.0.2-1 Depends: nodejs Description: Callback wrapping utility Returns a wrapper function that returns a wrapped callback The wrapper function should do some stuff, and return a presumably different callback function. This makes sure that own properties are retained, so that decorations and such are not lost along the way. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/npm/wrappy Package: node-write-file-atomic Status: install ok installed Priority: optional Section: javascript Installed-Size: 24 Maintainer: Ubuntu Developers Architecture: all Version: 3.0.3-1 Depends: node-imurmurhash, node-is-typedarray, node-signal-exit, node-typedarray-to-buffer, nodejs Description: Write files in an atomic fashion w/configurable ownership This is an extension for node's `fs.writeFile` that makes its operation atomic and allows you set ownership (uid/gid of the file). . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/iarna/write-file-atomic Package: node-xdg-basedir Status: install ok installed Priority: optional Section: javascript Installed-Size: 16 Maintainer: Ubuntu Developers Architecture: all Version: 3.0.0-1 Depends: nodejs Description: Get XDG Base Directory paths It supports retrieving user specific paths for data files, configuration files, non-essential data files, non-essential runtime files and other file objects (such as sockets, named pipes, etc). Properties: data, config, cache, runtime, dataDirs, configDirs. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/sindresorhus/xdg-basedir Package: node-xtend Status: install ok installed Priority: optional Section: javascript Installed-Size: 16 Maintainer: Ubuntu Developers Architecture: all Version: 4.0.2-1 Depends: nodejs Description: Node.js library to easily extend an object xtend is a basic utility library which allows you to extend an object by appending all of the properties from each object in a list. When there are identical properties, the right-most property takes precedence. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/Raynos/xtend Package: node-y18n Status: install ok installed Priority: optional Section: javascript Installed-Size: 21 Maintainer: Ubuntu Developers Architecture: all Version: 4.0.0-2 Depends: nodejs Description: bare-bones internationalization library used by yargs Inspired by i18n nodejs module. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/yargs/y18n Package: node-yallist Status: install ok installed Priority: optional Section: javascript Installed-Size: 24 Maintainer: Ubuntu Developers Architecture: all Version: 4.0.0-1 Depends: nodejs Description: Double linked list implementation for Node.js This module allows one to create a double linked list that exposes many array-like methods like push, unshift, forEach, reduce, and more specific methods like forEachReverse or mapReverse. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/isaacs/yallist#readme Package: node-yargs Status: install ok installed Priority: optional Section: javascript Installed-Size: 277 Maintainer: Ubuntu Developers Architecture: all Version: 15.3.0-1 Depends: nodejs, node-require-directory, node-get-caller-file, node-set-blocking, node-require-main-filename, node-decamelize, node-string-width, node-cliui, node-which-module (>= 2.0~), node-os-locale, node-y18n, node-yargs-parser (>= 18.1.0~), node-find-up (>= 2.1~) Description: command line parser for nodejs Yargs helps you build interactive command line tools by parsing arguments and generating an elegant user interface. . Yargs gives you: * commands and (grouped) options (like module run -n --force), * a dynamically generated help menu based on your arguments, * bash-completion shortcuts for commands and options. . With yargs, ye be havin' a map that leads straight to yer treasure! Treasure of course, being a simple option hash. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://yargs.js.org/ Package: node-yargs-parser Status: install ok installed Priority: optional Section: javascript Installed-Size: 51 Maintainer: Ubuntu Developers Architecture: all Version: 18.1.1-1 Depends: node-camelcase, node-decamelize, nodejs Description: mighty option parser used by yargs Yargs helps you build interactive command line tools by parsing arguments and generating an elegant user interface. . Node.js is an event-based server-side JavaScript engine. Original-Maintainer: Debian Javascript Maintainers Homepage: https://github.com/yargs/yargs-parser Package: nodejs Status: install ok installed Priority: optional Section: javascript Installed-Size: 154 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Version: 10.19.0~dfsg-3ubuntu1.6 Replaces: nodejs-legacy Depends: libc6 (>= 2.4), libnode64 (= 10.19.0~dfsg-3ubuntu1.6) Recommends: ca-certificates, nodejs-doc Suggests: npm Conflicts: nodejs-legacy Description: evented I/O for V8 javascript - runtime executable Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. . Node.js is bundled with several useful libraries to handle server tasks: . System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX, HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings. Homepage: http://nodejs.org/ Original-Maintainer: Debian Javascript Maintainers Package: nodejs-doc Status: install ok installed Priority: optional Section: doc Installed-Size: 7403 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: nodejs Version: 10.19.0~dfsg-3ubuntu1.6 Replaces: nodejs (<< 6.11.2~dfsg-3) Recommends: nodejs Conflicts: nodejs (<< 6.11.2~dfsg-3) Description: API documentation for Node.js, the javascript platform Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. . Node.js is bundled with several useful libraries to handle server tasks: . System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX, HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings. . This package contains API documentation for Node.js. Homepage: http://nodejs.org/ Original-Maintainer: Debian Javascript Maintainers Package: npm Status: install ok installed Priority: optional Section: javascript Installed-Size: 3387 Maintainer: Ubuntu Developers Architecture: all Version: 6.14.4+ds-1ubuntu2 Depends: nodejs (>= 6.11~), ca-certificates, node-abbrev (>= 1.1.1~), node-ajv, node-ansi, node-ansi-regex (>= 3.0~), node-ansi-styles, node-ansistyles, node-aproba, node-archy (>= 1.0~), node-are-we-there-yet, node-asap, node-asn1, node-assert-plus, node-asynckit, node-aws4, node-aws-sign2, node-balanced-match, node-bcrypt-pbkdf, node-bl, node-bluebird, node-boxen, node-brace-expansion, node-builtin-modules, node-builtins, node-cacache, node-call-limit, node-camelcase, node-caseless, node-chalk, node-chownr, node-ci-info, node-cli-boxes, node-cliui, node-clone, node-co, node-color-convert, node-color-name, node-colors, node-columnify, node-combined-stream, node-concat-map, node-concat-stream, node-config-chain, node-configstore, node-console-control-strings, node-copy-concurrently, node-core-util-is, node-cross-spawn, node-crypto-random-string, node-cyclist, node-dashdash, node-debug, node-decamelize, node-deep-extend, node-defaults, node-define-properties, node-delayed-stream, node-delegates, node-detect-indent, node-detect-newline, node-dot-prop, node-duplexer3, node-duplexify, node-ecc-jsbn, node-editor, node-encoding, node-end-of-stream, node-err-code, node-errno, node-es6-promise, node-escape-string-regexp, node-execa, node-extend, node-extsprintf, node-fast-deep-equal, node-find-up, node-flush-write-stream, node-forever-agent, node-form-data, node-from2, node-fs.realpath, node-fs-vacuum, node-fs-write-stream-atomic, node-function-bind, node-gauge, node-genfun, node-get-caller-file, node-getpass, node-glob (>= 7.1.2~), node-got, node-graceful-fs (>= 4.1.11~), node-gyp (>= 3.6.2~), node-har-schema, node-har-validator, node-has-flag, node-has-unicode, node-hosted-git-info (>= 2.6~), node-http-signature, node-iconv-lite, node-iferr, node-import-lazy, node-imurmurhash, node-inflight, node-inherits (>= 2.0.3~), node-ini (>= 1.3.5~), node-invert-kv, node-ip, node-ip-regex, node-isarray, node-isexe, node-is-npm, node-is-obj, node-is-path-inside, node-is-retry-allowed, node-is-stream, node-isstream, node-is-typedarray, node-jsbn, node-jsonparse, node-json-parse-better-errors, node-json-schema, node-json-schema-traverse, node-jsonstream (>= 1.3.2~), node-json-stringify-safe, node-jsprim, node-latest-version, node-lazy-property, node-lcid, node-libnpx, node-locate-path, node-lodash, node-lockfile (>= 1.0.3~), node-lowercase-keys, node-lru-cache (>= 4.1.1~), node-make-dir, node-mem, node-mime, node-mime-types, node-mimic-fn, node-minimatch, node-minimist, node-mississippi, node-mkdirp (>= 0.5.1~), node-move-concurrently, node-ms, node-mute-stream, node-nopt, node-normalize-package-data (>= 2.4~), node-npm-bundled, node-npm-package-arg (>= 6.1.1), node-npmlog (>= 4.1.2~), node-number-is-nan, node-oauth-sign, node-object-assign, node-once (>= 1.4~), node-opener, node-osenv (>= 0.1.5~), node-os-locale, node-os-tmpdir, node-package-json, node-parallel-transform, node-path-exists, node-path-is-absolute, node-path-is-inside, node-promise-inflight, node-promise-retry, node-promzard, node-performance-now, node-p-finally, node-p-is-promise, node-pify, node-p-limit, node-p-locate, node-prepend-http, node-process-nextick-args, node-proto-list, node-prr, node-pseudomap, node-psl, node-pump, node-pumpify, node-punycode, node-qs, node-qw, node-rc, node-read (>= 1.0.7~), node-readable-stream, node-read-package-json (>= 2.0.13~), node-registry-auth-token, node-registry-url, node-request (>= 2.83~), node-require-main-filename, node-require-directory, node-resolve-from (>= 4.0~), node-retry (>= 0.10.1~), node-rimraf (>= 2.6.2~), node-run-queue, node-safe-buffer, node-semver (>= 5.5~), node-set-blocking, node-sha (>= 2.0.1~), node-shebang-command, node-shebang-regex, node-signal-exit, node-slide (>= 1.1.6~), node-sorted-object, node-slash, node-semver-diff, node-spdx-correct, node-spdx-exceptions, node-spdx-expression-parse, node-spdx-license-ids, node-sshpk, node-ssri, node-stream-each, node-stream-iterate, node-stream-shift, node-strict-uri-encode, node-string-decoder, node-string-width, node-strip-ansi (>= 4.0~), node-strip-json-comments, node-strip-eof, node-supports-color, node-tar (>= 4.4~), node-term-size, node-text-table, node-through, node-through2, node-timed-out, node-tough-cookie, node-tunnel-agent, node-tweetnacl, node-typedarray, node-uid-number, node-unique-filename, node-unique-string, node-unpipe, node-url-parse-lax, node-util-deprecate, node-uuid, node-validate-npm-package-name, node-verror, node-which (>= 1.3~), node-which-module, node-wide-align, node-widest-line, node-wrap-ansi, node-wrappy, node-wcwidth.js, node-write-file-atomic, node-xdg-basedir, node-xtend, node-yargs, node-yargs-parser, node-yallist, node-y18n Description: package manager for Node.js Node.js is an event-based server-side javascript engine. . npm is the package manager for the Node JavaScript platform. It puts modules in place so that node can find them, and manages dependency conflicts intelligently. . It is extremely configurable to support a wide variety of use cases. Most commonly, it is used to publish, discover, install, and develop node programs. Original-Maintainer: Debian Javascript Maintainers Homepage: https://docs.npmjs.com/ Package: ntfs-3g Status: install ok installed Priority: optional Section: otherosfs Installed-Size: 1516 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1:2017.3.23AR.3-3ubuntu1.3 Depends: libc6 (>= 2.17), libgcrypt20 (>= 1.8.0), libgnutls30 (>= 3.6.12), libntfs-3g883 (= 1:2017.3.23AR.3-3ubuntu1.3) Pre-Depends: fuse Description: read/write NTFS driver for FUSE NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS filesystem used by Microsoft Windows. Homepage: http://jp-andre.pagesperso-orange.fr/advanced-ntfs-3g.html Original-Maintainer: Laszlo Boszormenyi (GCS) Package: odbcinst Status: install ok installed Priority: optional Section: libs Installed-Size: 73 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Source: unixodbc Version: 2.3.11-1 Replaces: odbcinst1, odbcinst1debian1 (<< 2.3.11), unixodbc (<< 2.3.11) Depends: libc6 (>= 2.4), odbcinst1debian2 (>= 2.3.11-1) Conflicts: odbcinst1 Conffiles: /etc/odbc.ini d41d8cd98f00b204e9800998ecf8427e Description: Helper program for accessing odbc ini files This package contains the odbcinst helper tool, which allows ODBC driver packages to install their own driver settings. Homepage: http://www.unixodbc.org/ Original-Maintainer: Steve Langasek Package: odbcinst1debian2 Status: install ok installed Priority: optional Section: libs Installed-Size: 242 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: same Source: unixodbc Version: 2.3.11-1 Replaces: unixodbc (<< 2.3.11) Depends: libc6 (>= 2.14), libltdl7 (>= 2.4.2), odbcinst (>= 2.3.11-1) Breaks: libiodbc2, libmyodbc (<< 5.1.6-2), odbc-postgresql (<< 1:09.00.0310-1.1), tdsodbc (<< 0.82-8) Conflicts: odbcinst1, odbcinst1debian1 Description: Support library for accessing odbc ini files This package contains the libodbcinst library from unixodbc, a library used by ODBC drivers for reading their configuration settings from /etc/odbc.ini and ~/.odbc.ini. . Also contained in this package are the driver setup plugins, which describe the features supported by individual ODBC drivers. Homepage: http://www.unixodbc.org/ Original-Maintainer: Steve Langasek Package: open-iscsi Status: install ok installed Priority: optional Section: net Installed-Size: 1432 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.0.874-7.1ubuntu6.4 Depends: udev, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.17), libisns0 (>= 0.96-4~), libmount1 (>= 2.24.2), lsb-base (>= 3.0-6) Pre-Depends: debconf | debconf-2.0 Recommends: busybox-initramfs, finalrd (>= 3) Conffiles: /etc/default/open-iscsi 5744c65409cbdea2bcf5b99dbff89e96 /etc/init.d/iscsid f45c4e0127bafee72454ce97a7ce2f6c /etc/init.d/open-iscsi b0cdf36373e443ad1e4171959dc8046f /etc/iscsi/iscsid.conf fc72bdd1c530ad5b8fd5760d260c7d91 Description: iSCSI initiator tools Open-iSCSI is a high-performance, transport independent, multi-platform implementation of the RFC3720 Internet Small Computer Systems Interface (iSCSI). . Open-iSCSI is partitioned into user and kernel parts, where the kernel portion implements the iSCSI data path (i.e. iSCSI Read and iSCSI Write). The userspace contains the entire control plane: * Configuration Manager; * iSCSI Discovery; * Login and Logout processing; * Connection level error processing; * Nop-In and Nop-Out handling; * (in the future) Text processing, iSNS, SLP, Radius, etc. . This package includes a daemon, iscsid, and a management utility, iscsiadm. Homepage: http://www.open-iscsi.com/ Original-Maintainer: Debian iSCSI Maintainers Package: open-vm-tools Status: install ok installed Priority: optional Section: admin Installed-Size: 3167 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2:11.3.0-2ubuntu0~ubuntu20.04.8 Replaces: open-vm-tools-desktop (<< 2:10.0.7-3227872-2~) Depends: libc6 (>= 2.28), libdrm2 (>= 2.4.3), libfuse2 (>= 2.6), libgcc-s1 (>= 3.3), libglib2.0-0 (>= 2.31.8), libmspack0 (>= 0.4), libssl1.1 (>= 1.1.0), libudev1 (>= 183), libxml2 (>= 2.7.4), libxmlsec1 (>= 1.2.28), libxmlsec1-openssl (>= 1.2.28), pciutils, iproute2, lsb-release Pre-Depends: init-system-helpers (>= 1.54~) Recommends: ethtool, zerofree, fuse Suggests: open-vm-tools-desktop, cloud-init Breaks: open-vm-tools-desktop (<< 2:10.3.5-2~) Conffiles: /etc/init.d/open-vm-tools aeead08272288e4dfbaaf30d0c250726 /etc/pam.d/vmtoolsd c8d3eb12e396c1824018eea75e5f9d56 /etc/vmware-tools/poweroff-vm-default 370468e5f19a306e29d39fbf7b72cf08 /etc/vmware-tools/poweron-vm-default 370468e5f19a306e29d39fbf7b72cf08 /etc/vmware-tools/resume-vm-default 370468e5f19a306e29d39fbf7b72cf08 /etc/vmware-tools/scripts/vmware/network 7c883dc469e547173590875efbce5c89 /etc/vmware-tools/statechange.subr 9ebfc4a9aa22fe49491ad4ac47d4d22c /etc/vmware-tools/suspend-vm-default 370468e5f19a306e29d39fbf7b72cf08 /etc/vmware-tools/tools.conf 76d7075ddb1a4266cb7e43f3a50181b7 /etc/vmware-tools/tools.conf.example 5f025622ecd232003fa7dc7a93124bcd /etc/vmware-tools/vgauth.conf 08a49e9affbd864b51b8b77251accd89 /etc/vmware-tools/vgauth/schemas/XMLSchema-hasFacetAndProperty.xsd 9308e8b04cbf7d2748a287ace40878ea /etc/vmware-tools/vgauth/schemas/XMLSchema-instance.xsd e1059f0307358c02766193e5e24c107b /etc/vmware-tools/vgauth/schemas/XMLSchema.dtd 86eafc21ca4ab293b7515e453c2b5dfe /etc/vmware-tools/vgauth/schemas/XMLSchema.xsd 54f86ef1a7a41930ba250151f143069b /etc/vmware-tools/vgauth/schemas/catalog.xml de4f8846e6e571af9feddd834b33a9be /etc/vmware-tools/vgauth/schemas/datatypes.dtd c61228050bb7c1c28a7f659f86a6e6c9 /etc/vmware-tools/vgauth/schemas/saml-schema-assertion-2.0.xsd 612084dbce32687eef288f56569de391 /etc/vmware-tools/vgauth/schemas/xenc-schema.xsd 4e7be0e2cae08227fd9ddb261c1e4e93 /etc/vmware-tools/vgauth/schemas/xml.xsd d4314590e7e7aaf6bcd508be0fd1c614 /etc/vmware-tools/vgauth/schemas/xmldsig-core-schema.xsd dff329f34df298d952d2e800a097c431 Description: Open VMware Tools for virtual machines hosted on VMware (CLI) The Open Virtual Machine Tools (open-vm-tools) project is an open source implementation of VMware Tools. It is a suite of virtualization utilities and drivers to improve the functionality, user experience and administration of VMware virtual machines. . This package contains only the core user-space programs and libraries. Homepage: https://github.com/vmware/open-vm-tools Original-Maintainer: Bernd Zeimetz Package: openssh-client Status: install ok installed Priority: standard Section: net Installed-Size: 4126 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Source: openssh Version: 1:8.2p1-4ubuntu0.13 Replaces: openssh-sk-helper, ssh, ssh-krb5 Provides: rsh-client, ssh-client Depends: adduser (>= 3.10), dpkg (>= 1.7.0), passwd, libc6 (>= 2.26), libedit2 (>= 2.11-20080614-0), libfido2-1 (>= 1.3.0), libgssapi-krb5-2 (>= 1.17), libselinux1 (>= 1.32), libssl1.1 (>= 1.1.1), zlib1g (>= 1:1.1.4) Recommends: xauth Suggests: keychain, libpam-ssh, monkeysphere, ssh-askpass Breaks: openssh-sk-helper Conflicts: sftp Conffiles: /etc/ssh/ssh_config a3c7f5afdd3660d71549275d5f003476 Description: secure shell (SSH) client, for secure access to remote machines This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides the ssh, scp and sftp clients, the ssh-agent and ssh-add programs to make public key authentication more convenient, and the ssh-keygen, ssh-keyscan, ssh-copy-id and ssh-argv0 utilities. . In some countries it may be illegal to use any encryption at all without a special permit. . ssh replaces the insecure rsh, rcp and rlogin programs, which are obsolete for most purposes. Homepage: http://www.openssh.com/ Original-Maintainer: Debian OpenSSH Maintainers Package: openssh-server Status: install ok installed Priority: optional Section: net Installed-Size: 1499 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Source: openssh Version: 1:8.2p1-4ubuntu0.13 Replaces: openssh-client (<< 1:7.9p1-8), ssh, ssh-krb5 Provides: ssh-server Depends: adduser (>= 3.9), dpkg (>= 1.9.0), libpam-modules (>= 0.72-9), libpam-runtime (>= 0.76-14), lsb-base (>= 4.1+Debian3), openssh-client (= 1:8.2p1-4ubuntu0.13), openssh-sftp-server, procps, ucf (>= 0.28), debconf (>= 0.5) | debconf-2.0, libaudit1 (>= 1:2.2.1), libc6 (>= 2.26), libcom-err2 (>= 1.43.9), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), libssl1.1 (>= 1.1.1), libsystemd0, libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4) Recommends: default-logind | logind | libpam-systemd, ncurses-term, xauth, ssh-import-id Suggests: molly-guard, monkeysphere, ssh-askpass, ufw Conflicts: sftp, ssh-socks, ssh2 Conffiles: /etc/default/ssh 500e3cf069fe9a7b9936108eb9d9c035 /etc/init.d/ssh 0adcea4e477bba5422f1ced4ec15ce64 /etc/pam.d/sshd 8b4c7a12b031424b2a9946881da59812 /etc/ssh/moduli c170a536380ac1463eb540c225aff90d /etc/ufw/applications.d/openssh-server 486b78d54b93cc9fdc950c1d52ff479e Description: secure shell (SSH) server, for secure access from remote machines This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides the sshd server. . In some countries it may be illegal to use any encryption at all without a special permit. . sshd replaces the insecure rshd program, which is obsolete for most purposes. Homepage: http://www.openssh.com/ Original-Maintainer: Debian OpenSSH Maintainers Package: openssh-sftp-server Status: install ok installed Priority: optional Section: net Installed-Size: 141 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Source: openssh Version: 1:8.2p1-4ubuntu0.13 Replaces: openssh-server (<< 1:6.5p1-5) Depends: openssh-client (= 1:8.2p1-4ubuntu0.13), libc6 (>= 2.26), libssl1.1 (>= 1.1.0) Recommends: openssh-server | ssh-server Breaks: openssh-server (<< 1:6.5p1-5) Enhances: openssh-server, ssh-server Description: secure shell (SSH) sftp server module, for SFTP access from remote machines This is the portable version of OpenSSH, a free implementation of the Secure Shell protocol as specified by the IETF secsh working group. . Ssh (Secure Shell) is a program for logging into a remote machine and for executing commands on a remote machine. It provides secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. It can be used to provide applications with a secure communication channel. . This package provides the SFTP server module for the SSH server. It is needed if you want to access your SSH server with SFTP. The SFTP server module also works with other SSH daemons like dropbear. . OpenSSH's sftp and sftp-server implement revision 3 of the SSH filexfer protocol described in: . http://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt . Newer versions of the draft will not be supported, though some features are individually implemented as extensions. Homepage: http://www.openssh.com/ Original-Maintainer: Debian OpenSSH Maintainers Package: openssl Status: install ok installed Priority: important Section: utils Installed-Size: 1257 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Version: 1.1.1f-1ubuntu2.24 Depends: libc6 (>= 2.15), libssl1.1 (>= 1.1.1) Suggests: ca-certificates Conffiles: /etc/ssl/openssl.cnf fb92a2dab53f11f4f5f22adc5257b553 Description: Secure Sockets Layer toolkit - cryptographic utility This package is part of the OpenSSL project's implementation of the SSL and TLS cryptographic protocols for secure communication over the Internet. . It contains the general-purpose command line binary /usr/bin/openssl, useful for cryptographic operations such as: * creating RSA, DH, and DSA key parameters; * creating X.509 certificates, CSRs, and CRLs; * calculating message digests; * encrypting and decrypting with ciphers; * testing SSL/TLS clients and servers; * handling S/MIME signed or encrypted mail. Homepage: https://www.openssl.org/ Original-Maintainer: Debian OpenSSL Team Package: os-prober Status: install ok installed Priority: extra Section: utils Installed-Size: 111 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.74ubuntu2 Depends: libc6 (>= 2.4), grub-common, dmsetup Description: utility to detect other OSes on a set of drives This package detects other OSes available on a system and outputs the results in a generic machine-readable format. Original-Maintainer: Debian Install System Team Package: overlayroot Status: install ok installed Priority: optional Section: admin Installed-Size: 65 Maintainer: Scott Moser Architecture: all Source: cloud-initramfs-tools Version: 0.45ubuntu2 Depends: cryptsetup, cryptsetup-bin, initramfs-tools Suggests: haveged Conffiles: /etc/overlayroot.conf 40086f3ab7223af23f79225c60b4d47d /etc/update-motd.d/97-overlayroot 51a409ec9a8608f9c5fa3f6605c78dd9 Description: use an overlayfs on top of a read-only root filesystem This package adds functionality to an initramfs built by initramfs-tools. When installed and configured, the initramfs will mount an overlayfs filesystem on top of a read-only root volume. . The changes can be written to a in-memory temporary filesystem, a filesystem on an existing block device, or a dmcrypt encrypted block device. Homepage: http://launchpad.net/cloud-initramfs-tools Package: p11-kit Status: install ok installed Priority: optional Section: misc Installed-Size: 440 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.23.20-1ubuntu0.1 Depends: p11-kit-modules (>= 0.23.20-1ubuntu0.1), libc6 (>= 2.26), libp11-kit0 (>= 0.23.18.1), libtasn1-6 (>= 4.14) Description: p11-glue utilities The p11-kit library provides a way to load and enumerate Public-Key Cryptography Standard #11 modules, along with a standard configuration setup for installing PKCS#11 modules so that they're discoverable. It also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process. . This package contains the p11-kit tool for listing PKCS#11 modules. Homepage: https://p11-glue.github.io/p11-glue/p11-kit.html Original-Maintainer: Debian GnuTLS Maintainers Package: p11-kit-modules Status: install ok installed Priority: optional Section: misc Installed-Size: 1430 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: same Source: p11-kit Version: 0.23.20-1ubuntu0.1 Replaces: p11-kit (<= 0.20.2-1) Depends: libp11-kit0 (= 0.23.20-1ubuntu0.1), libc6 (>= 2.26), libffi7 (>= 3.3~20180313), libtasn1-6 (>= 4.14) Breaks: p11-kit (<= 0.20.2-1) Description: p11-glue proxy and trust modules The p11-kit library provides a way to load and enumerate Public-Key Cryptography Standard #11 modules, along with a standard configuration setup for installing PKCS#11 modules so that they're discoverable. It also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process. . This package contains the p11-kit proxy module and the system trust policy module. Homepage: https://p11-glue.github.io/p11-glue/p11-kit.html Original-Maintainer: Debian GnuTLS Maintainers Package: packagekit Status: install ok installed Priority: optional Section: admin Installed-Size: 1584 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Version: 1.1.13-2ubuntu1.1 Depends: libglib2.0-bin, policykit-1, init-system-helpers (>= 1.52), libappstream4 (>= 0.10.0), libapt-pkg6.0 (>= 1.9.0), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.46), libgstreamer1.0-0 (>= 1.0.0), libpackagekit-glib2-18 (>= 1.1.13), libpolkit-gobject-1-0 (>= 0.99), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2), libsystemd0 (>= 214) Recommends: packagekit-tools, systemd Suggests: appstream Breaks: libpackagekit-glib2-14 (<= 0.7.6-4), libpackagekit-qt2-2 (<= 0.7.6-4), packagekit-backend-apt (<< 1.0), packagekit-backend-aptcc (<< 1.0), packagekit-backend-smart (<< 1.0), packagekit-offline-update (<< 1.0), packagekit-plugin-click (<= 0.3.1) Conffiles: /etc/PackageKit/PackageKit.conf 71da11578968301072133d233e91cd1e /etc/PackageKit/Vendor.conf ea3d03c3310b5470d0273659815c312d /etc/apt/apt.conf.d/20packagekit f9751c0229fd14ae8d7b69de0645f7b3 /etc/dbus-1/system.d/org.freedesktop.PackageKit.conf fded44ee0c8edb7e65b9649570db3574 Description: Provides a package management service PackageKit allows performing simple software management tasks over a DBus interface e.g. refreshing the cache, updating, installing and removing software packages or searching for multimedia codecs and file handlers. . The work is done by backends which make use of the package manager shipped by the corresponding distribution. PackageKit is not meant to replace advanced tools like Synaptic. . The main benefits are: - unified interface on several distributions - fine grained privileges by using PolicyKit - independency from a running desktop session during the processing Homepage: https://www.freedesktop.org/software/PackageKit/ Original-Maintainer: Matthias Klumpp Package: packagekit-tools Status: install ok installed Priority: optional Section: admin Installed-Size: 138 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Source: packagekit Version: 1.1.13-2ubuntu1.1 Depends: packagekit (= 1.1.13-2ubuntu1.1), libc6 (>= 2.7), libglib2.0-0 (>= 2.46), libpackagekit-glib2-18 (>= 1.1.9) Description: Provides PackageKit command-line tools PackageKit allows performing simple software management tasks over a DBus interface e.g. refreshing the cache, updating, installing and removing software packages or searching for multimedia codecs and file handlers. . This package provides the PackageKit command-line tools. Homepage: https://www.freedesktop.org/software/PackageKit/ Original-Maintainer: Matthias Klumpp Package: parted Status: install ok installed Priority: optional Section: admin Installed-Size: 167 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Version: 3.3-4ubuntu0.20.04.1 Replaces: fsresize, parted1.6 Depends: libc6 (>= 2.11), libparted2 (= 3.3-4ubuntu0.20.04.1), libreadline8 (>= 6.0), libtinfo6 (>= 6) Suggests: parted-doc Conflicts: fsresize, parted1.6 Description: disk partition manipulator GNU Parted is a program that allows you to create, destroy, resize, move, and copy disk partitions. This is useful for creating space for new operating systems, reorganizing disk usage, and copying data to new hard disks. . This package contains the binary and manual page. Further documentation is available in parted-doc. . Parted currently supports DOS, Mac, Sun, BSD, GPT, MIPS, and PC98 partitioning formats, as well as a "loop" (raw disk) type which allows use on RAID/LVM. It can detect and remove ASFS/AFFS/APFS, Btrfs, ext2/3/4, FAT16/32, HFS, JFS, linux-swap, UFS, XFS, and ZFS file systems. Parted also has the ability to create and modify file systems of some of these types, but using it to perform file system operations is now deprecated. . The nature of this software means that any bugs could cause massive data loss. While there are no such bugs known at the moment, they could exist, so please back up all important files before running it, and do so at your own risk. Original-Maintainer: Parted Maintainer Team Homepage: http://www.gnu.org/software/parted Package: passwd Status: install ok installed Priority: required Section: admin Installed-Size: 2669 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Source: shadow Version: 1:4.8.1-1ubuntu5.20.04.5 Replaces: manpages-tr (<< 1.0.5), manpages-zh (<< 1.5.1-1) Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), libcrypt1 (>= 1:4.1.0), libpam0g (>= 0.99.7.1), libselinux1 (>= 2.1.9), libsemanage1 (>= 2.0.3), libpam-modules Conffiles: /etc/default/useradd 559e87e86a6d1cb4b7f60a6f691d5150 /etc/pam.d/chfn 4d466e00a348ba426130664d795e8afa /etc/pam.d/chpasswd 9900720564cb4ee98b7da29e2d183cb2 /etc/pam.d/chsh a6e9b589e90009334ffd030d819290a6 /etc/pam.d/newusers 1454e29bfa9f2a10836563e76936cea5 /etc/pam.d/passwd eaf2ad85b5ccd06cceb19a3e75f40c63 Description: change and administer password and group data This package includes passwd, chsh, chfn, and many other programs to maintain password and group data. . Shadow passwords are supported. See /usr/share/doc/passwd/README.Debian Homepage: https://github.com/shadow-maint/shadow Original-Maintainer: Shadow package maintainers Package: pastebinit Status: install ok installed Priority: optional Section: misc Installed-Size: 152 Maintainer: Ubuntu Developers Architecture: all Version: 1.5.1-1 Replaces: bikeshed (<< 1.21) Depends: python3, python3-distro Breaks: bikeshed (<< 1.21) Description: command-line pastebin client pastebinit is a command-line tool to send data to a "pastebin", a web site which allows its users to upload snippets of text for public viewing. Original-Maintainer: Simon Quigley Homepage: https://phab.lubuntu.me/source/pastebinit/ Package: patch Status: install ok installed Priority: optional Section: vcs Installed-Size: 232 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Version: 2.7.6-6 Depends: libc6 (>= 2.17) Suggests: ed, diffutils-doc Description: Apply a diff file to an original Patch will take a patch file containing any of the four forms of difference listing produced by the diff program and apply those differences to an original file, producing a patched version. Original-Maintainer: Laszlo Boszormenyi (GCS) Homepage: http://savannah.gnu.org/projects/patch/ Package: pci.ids Status: install ok installed Priority: optional Section: admin Installed-Size: 1193 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 0.0~2020.03.20-1 Replaces: pciutils (<< 1:3.6.2-4~) Breaks: pciutils (<< 1:3.6.2-4~) Description: PCI ID Repository This package contains the pci.ids file, a public repository of all known ID's used in PCI devices: ID's of vendors, devices, subsystems and device classes. It is used in various programs to display full human-readable names instead of cryptic numeric codes. Original-Maintainer: Guillem Jover Homepage: https://pci-ids.ucw.cz/ Package: pciutils Status: install ok installed Priority: standard Section: admin Installed-Size: 191 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Version: 1:3.6.4-1ubuntu0.20.04.1 Depends: libc6 (>= 2.14), libkmod2 (>= 5~), libpci3 (= 1:3.6.4-1ubuntu0.20.04.1) Suggests: bzip2, wget | curl | lynx-cur Description: PCI utilities This package contains various utilities for inspecting and setting of devices connected to the PCI bus. Homepage: https://mj.ucw.cz/sw/pciutils/ Original-Maintainer: Guillem Jover Package: perl Status: install ok installed Priority: standard Section: perl Installed-Size: 746 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: allowed Version: 5.30.0-9ubuntu0.5 Replaces: perl-base (<< 5.30.0-2), perl-modules (<< 5.22.0~) Provides: libansicolor-perl (= 4.06), libarchive-tar-perl (= 2.32), libattribute-handlers-perl (= 1.01), libautodie-perl (= 2.29-2), libcompress-raw-bzip2-perl (= 2.084), libcompress-raw-zlib-perl (= 2.084), libcompress-zlib-perl (= 2.084), libcpan-meta-perl (= 2.150010), libcpan-meta-requirements-perl (= 2.140), libcpan-meta-yaml-perl (= 0.018), libdigest-md5-perl (= 2.55), libdigest-perl (= 1.17.01), libdigest-sha-perl (= 6.02), libencode-perl (= 3.01), libexperimental-perl (= 0.020), libextutils-cbuilder-perl (= 0.280231), libextutils-command-perl (= 7.34), libextutils-install-perl (= 2.14), libextutils-parsexs-perl (= 3.400000), libfile-spec-perl (= 3.7800), libhttp-tiny-perl (= 0.076), libi18n-langtags-perl (= 0.43), libio-compress-base-perl (= 2.084), libio-compress-bzip2-perl (= 2.084), libio-compress-perl (= 2.084), libio-compress-zlib-perl (= 2.084), libio-zlib-perl (= 1.10), libjson-pp-perl (= 4.02000), liblocale-maketext-perl (= 1.29), liblocale-maketext-simple-perl (= 0.21.01), libmath-bigint-perl (= 1.999816), libmath-complex-perl (= 1.5901), libmime-base64-perl (= 3.15), libmodule-corelist-perl (= 5.20190522), libmodule-load-conditional-perl (= 0.68), libmodule-load-perl (= 0.34), libmodule-metadata-perl (= 1.000036), libnet-perl (= 1:3.11), libnet-ping-perl (= 2.71), libparams-check-perl (= 0.38), libparent-perl (= 0.237), libparse-cpan-meta-perl (= 2.150010), libperl-ostype-perl (= 1.010), libpod-escapes-perl (= 1.07), libpod-parser-perl (= 1.63), libpod-simple-perl (= 3.35), libstorable-perl (= 3.15), libsys-syslog-perl (= 0.35), libtest-harness-perl (= 3.42), libtest-simple-perl (= 1.302162), libtest-tester-perl (= 1.302162), libtest-use-ok-perl (= 1.302162), libthread-queue-perl (= 3.13), libthreads-perl (= 2.22), libthreads-shared-perl (= 1.60), libtime-hires-perl (= 1.9760), libtime-local-perl (= 1.2800), libtime-piece-perl (= 1.3300), libunicode-collate-perl (= 1.27), libversion-perl (= 1:0.9924), libversion-requirements-perl, podlators-perl (= 4.11) Depends: perl-base (= 5.30.0-9ubuntu0.5), perl-modules-5.30 (>= 5.30.0-9ubuntu0.5), libperl5.30 (= 5.30.0-9ubuntu0.5) Pre-Depends: dpkg (>= 1.17.17) Recommends: netbase Suggests: perl-doc, libterm-readline-gnu-perl | libterm-readline-perl-perl, make, libb-debug-perl, liblocale-codes-perl Breaks: apt-show-versions (<< 0.22.10), libdist-inkt-perl (<< 0.024-5), libmarc-charset-perl (<< 1.35-3), libperl-dev (<< 5.24.0~), perl-doc (<< 5.30.0-1) Conflicts: libjson-pp-perl (<< 2.27200-2) Conffiles: /etc/perl/Net/libnet.cfg fb2946cae573b8ed3d654a180d458733 Description: Larry Wall's Practical Extraction and Report Language Perl is a highly capable, feature-rich programming language with over 20 years of development. Perl 5 runs on over 100 platforms from portables to mainframes. Perl is suitable for both rapid prototyping and large scale development projects. . Perl 5 supports many programming styles, including procedural, functional, and object-oriented. In addition to this, it is supported by an ever-growing collection of reusable modules which accelerate development. Some of these modules include Web frameworks, database integration, networking protocols, and encryption. Perl provides interfaces to C and C++ for custom extension development. Homepage: http://dev.perl.org/perl5/ Original-Maintainer: Niko Tyni Package: perl-base Essential: yes Status: install ok installed Priority: required Section: perl Installed-Size: 10791 Maintainer: Ubuntu Developers Architecture: amd64 Source: perl Version: 5.30.0-9ubuntu0.5 Replaces: libfile-path-perl (<< 2.16), libfile-temp-perl (<< 0.2309), libio-socket-ip-perl (<< 0.39), libscalar-list-utils-perl (<< 1:1.50), libsocket-perl (<< 2.027), libxsloader-perl (<< 0.30), perl (<< 5.10.1-12), perl-modules (<< 5.20.1-3) Provides: libfile-path-perl (= 2.16), libfile-temp-perl (= 0.2309), libio-socket-ip-perl (= 0.39), libscalar-list-utils-perl (= 1:1.50), libsocket-perl (= 2.027), libxsloader-perl (= 0.30), perlapi-5.30.0 Pre-Depends: libc6 (>= 2.29), libcrypt1 (>= 1:4.1.0), dpkg (>= 1.17.17) Suggests: perl, sensible-utils Breaks: amanda-common (<< 1:3.3.9-2), backuppc (<< 3.3.1-2), debconf (<< 1.5.61), dh-haskell (<< 0.3), intltool (<< 0.51.0-4), libexception-class-perl (<< 1.42), libfile-path-perl (<< 2.16), libfile-spec-perl (<< 3.7800), libfile-temp-perl (<< 0.2309), libio-socket-ip-perl (<< 0.39), libsbuild-perl (<< 0.67.0-1), libscalar-list-utils-perl (<< 1:1.50), libsocket-perl (<< 2.027), libxsloader-perl (<< 0.30), mailagent (<< 1:3.1-81-2), perl (<< 5.30.0~), perl-modules (<< 5.30.0~), slic3r (<< 1.2.9+dfsg-6.1), slic3r-prusa (<< 1.37.0+dfsg-1.1), texinfo (<< 6.1.0.dfsg.1-8) Conflicts: defoma (<< 0.11.12), doc-base (<< 0.10.3), mono-gac (<< 2.10.8.1-3), safe-rm (<< 0.8), update-inetd (<< 4.41) Description: minimal Perl system Perl is a scripting language used in many system scripts and utilities. . This package provides a Perl interpreter and the small subset of the standard run-time library required to perform basic tasks. For a full Perl installation, install "perl" (and its dependencies, "perl-modules-5.30" and "perl-doc"). Homepage: http://dev.perl.org/perl5/ Original-Maintainer: Niko Tyni Package: perl-modules-5.30 Status: install ok installed Priority: standard Section: libs Installed-Size: 17230 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: perl Version: 5.30.0-9ubuntu0.5 Replaces: libansicolor-perl (<< 4.06), libarchive-tar-perl (<< 2.32), libattribute-handlers-perl (<< 1.01), libautodie-perl (<< 2.29-2), libcpan-meta-perl (<< 2.150010), libcpan-meta-requirements-perl (<< 2.140), libcpan-meta-yaml-perl (<< 0.018), libdigest-perl (<< 1.17.01), libexperimental-perl (<< 0.020), libextutils-cbuilder-perl (<< 0.280231), libextutils-command-perl (<< 7.34), libextutils-install-perl (<< 2.14), libextutils-parsexs-perl (<< 3.400000), libfile-spec-perl (<< 3.7800), libhttp-tiny-perl (<< 0.076), libi18n-langtags-perl (<< 0.43), libio-zlib-perl (<< 1.10), libjson-pp-perl (<< 4.02000), liblocale-maketext-perl (<< 1.29), liblocale-maketext-simple-perl (<< 0.21.01), libmath-bigint-perl (<< 1.999816), libmath-complex-perl (<< 1.5901), libmodule-corelist-perl (<< 5.20190522), libmodule-load-conditional-perl (<< 0.68), libmodule-load-perl (<< 0.34), libmodule-metadata-perl (<< 1.000036), libnet-perl (<< 1:3.11), libnet-ping-perl (<< 2.71), libparams-check-perl (<< 0.38), libparent-perl (<< 0.237), libparse-cpan-meta-perl (<< 2.150010), libperl-ostype-perl (<< 1.010), libpod-escapes-perl (<< 1.07), libpod-parser-perl (<< 1.63), libpod-simple-perl (<< 3.35), libtest-harness-perl (<< 3.42), libtest-simple-perl (<< 1.302162), libtest-tester-perl (<< 1.302162), libtest-use-ok-perl (<< 1.302162), libthread-queue-perl (<< 3.13), libtime-local-perl (<< 1.2800), libunicode-collate-perl (<< 1.27), libversion-perl (<< 1:0.9924), perl-base (<< 5.22.0~), perl-modules, podlators-perl (<< 4.11) Provides: perl-modules Depends: perl-base (>= 5.30.0-1) Pre-Depends: dpkg (>= 1.17.17) Recommends: perl (>= 5.30.0-1) Breaks: libansicolor-perl (<< 4.06), libarchive-tar-perl (<< 2.32), libattribute-handlers-perl (<< 1.01), libautodie-perl (<< 2.29-2), libcpan-meta-perl (<< 2.150010), libcpan-meta-requirements-perl (<< 2.140), libcpan-meta-yaml-perl (<< 0.018), libdigest-perl (<< 1.17.01), libexperimental-perl (<< 0.020), libextutils-cbuilder-perl (<< 0.280231), libextutils-command-perl (<< 7.34), libextutils-install-perl (<< 2.14), libextutils-parsexs-perl (<< 3.400000), libfile-spec-perl (<< 3.7800), libhttp-tiny-perl (<< 0.076), libi18n-langtags-perl (<< 0.43), libio-zlib-perl (<< 1.10), libjson-pp-perl (<< 4.02000), liblocale-codes-perl (<< 3.56), liblocale-maketext-perl (<< 1.29), liblocale-maketext-simple-perl (<< 0.21.01), libmath-bigint-perl (<< 1.999816), libmath-complex-perl (<< 1.5901), libmodule-corelist-perl (<< 5.20190522), libmodule-load-conditional-perl (<< 0.68), libmodule-load-perl (<< 0.34), libmodule-metadata-perl (<< 1.000036), libnet-perl (<< 1:3.11), libnet-ping-perl (<< 2.71), libparams-check-perl (<< 0.38), libparent-perl (<< 0.237), libparse-cpan-meta-perl (<< 2.150010), libperl-ostype-perl (<< 1.010), libpod-escapes-perl (<< 1.07), libpod-parser-perl (<< 1.63), libpod-simple-perl (<< 3.35), libtest-harness-perl (<< 3.42), libtest-simple-perl (<< 1.302162), libtest-tester-perl (<< 1.302162), libtest-use-ok-perl (<< 1.302162), libthread-queue-perl (<< 3.13), libtime-local-perl (<< 1.2800), libunicode-collate-perl (<< 1.27), libversion-perl (<< 1:0.9924), maildirsync (<< 1.2-2.1), perl (<< 5.30.0~), podlators-perl (<< 4.11) Conflicts: perl-modules (<< 5.22.0~) Description: Core Perl modules Architecture independent Perl modules. These modules are part of Perl and required if the `perl' package is installed. . Note that this package only exists to save archive space and should be considered an internal implementation detail of the `perl' package. Other packages should not depend on `perl-modules-5.30' directly, they should use `perl' (which depends on `perl-modules-5.30') instead. Homepage: http://dev.perl.org/perl5/ Original-Maintainer: Niko Tyni Package: perl-openssl-defaults Status: install ok installed Priority: optional Section: perl Installed-Size: 27 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: same Version: 4 Provides: dh-sequence-perl-openssl, perl-openssl-abi-1.1 Depends: libc6 (>= 2.2.5), libssl1.1 (>= 1.1.0) Breaks: libcrypt-openssl-bignum-perl (<< 0.07-2), libcrypt-openssl-dsa-perl (<< 0.18-2), libcrypt-openssl-pkcs10-perl (<< 0.16-2), libcrypt-openssl-pkcs12-perl (<< 0.7-3), libcrypt-openssl-rsa-perl (<< 0.28-5), libcrypt-openssl-x509-perl (<< 1.8.7-3), libcrypt-smime-perl (<< 0.19-2), libcrypt-ssleay-perl (<< 0.73.04-2), libnet-ssleay-perl (<< 1.78-2) Description: version compatibility baseline for Perl OpenSSL packages A subset of Perl XS module packages expose the OpenSSL binary interface to Perl code. This can lead to incompatibilities if these packages are linked against different versions of OpenSSL. . This package provides a virtual package "perl-openssl-abi-x" that corresponds to the libssl-dev package SONAME it was built against. The packages that need to stay compatible with each other can depend on this. . Tools are also provided for generating this dependency with minimum hassle. See the instructions in README.Debian. Original-Maintainer: Debian Perl Group Package: php Status: install ok installed Priority: optional Section: php Installed-Size: 13 Maintainer: Ubuntu Developers Architecture: all Source: php-defaults (75) Version: 2:7.4+75 Depends: php7.4 Description: server-side, HTML-embedded scripting language (default) PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on latest stable PHP version (currently 7.4). Original-Maintainer: Debian PHP Maintainers Package: php-bz2 Status: install ok installed Priority: optional Section: php Installed-Size: 13 Maintainer: Ubuntu Developers Architecture: all Source: php-defaults (75) Version: 2:7.4+75 Depends: php-common, php7.4-bz2 Description: bzip2 module for PHP [default] This package provides a bzip2 module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 7.4). Original-Maintainer: Debian PHP Maintainers Package: php-common Status: install ok installed Priority: optional Section: php Installed-Size: 73 Maintainer: Ubuntu Developers Architecture: all Source: php-defaults (75) Version: 2:75 Depends: psmisc (>= 22.15-1~), sed (>= 4.1.1-1) Breaks: php-amqp (<< 1.7.0~alpha2-4~), php-apcu (<< 5.1.3+4.0.10-2~), php-apcu-bc (<< 1.0.3-2~), php-ast (<< 0.1.1-2~), php-geoip (<< 1.1.0-4~), php-gmagick (<< 2.0.1~rc3+1.1.7~rc3-2~), php-igbinary (<< 1.2.1-10-ge0e66b9+1.2.1-2~), php-imagick (<< 3.4.0~rc6-2~), php-memcache (<< 3.0.9~20151130.fdbd46b-2~), php-memcached (<< 2.2.0-95-g6ace07d+2.2.0-2~), php-mongodb (<< 1.1.2-3~), php-msgpack (<< 2.0.0+0.5.7-2~), php-radius (<< 1.4.0~b1-2~), php-redis (<< 2.2.7-355-g799e0bc+2.2.7-4~), php-rrd (<< 2.0.0+1.1.3-4~), php-smbclient (<< 0.8.0~rc1-2~), php-ssh2 (<< 0.12-39-g3dfe336+0.12-2~), php-uploadprogress (<< 1.0.3.1-4-g95d8a0f-2~), php-uuid (<< 1.0.4-2~), php-xdebug (<< 2.4.0~rc4-2~), php-zmq (<< 1.1.3-3~), php5.6-common (<< 5.6.18+dfsg-10~), php5.6-json (<< 1.3.9-2~), php7.0-common (<< 7.0.3-11~) Conffiles: /etc/cron.d/php e6fa2d74078ac0ac6fd730decf3b3736 Description: Common files for PHP packages This package contains common utilities shared among all packaged PHP versions. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Original-Maintainer: Debian PHP Maintainers Package: php-composer-ca-bundle Status: install ok installed Priority: optional Section: php Installed-Size: 38 Maintainer: Ubuntu Developers Architecture: all Version: 1.2.6-1 Depends: ca-certificates, php-common Description: utility library to find a path to the system CA bundle The ca-bundle library has been split away from Composer. . Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere. Original-Maintainer: Debian PHP PEAR Maintainers Homepage: https://github.com/composer/ca-bundle Package: php-composer-semver Status: install ok installed Priority: optional Section: php Installed-Size: 58 Maintainer: Ubuntu Developers Architecture: all Version: 1.5.1-1 Depends: php-common Description: utilities, version constraint parsing and validation The semver (Semantic Versioning) library has been split away from Composer. . Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere. Original-Maintainer: Debian PHP PEAR Maintainers Homepage: https://github.com/composer/semver Package: php-composer-spdx-licenses Status: install ok installed Priority: optional Section: php Installed-Size: 72 Maintainer: Ubuntu Developers Architecture: all Version: 1.5.3-1 Depends: php-common Description: SPDX licenses list and validation library This library has been split away from Composer. . Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere. Original-Maintainer: Debian PHP PEAR Maintainers Homepage: https://github.com/composer/spdx-licenses Package: php-composer-xdebug-handler Status: install ok installed Priority: optional Section: php Installed-Size: 48 Maintainer: Ubuntu Developers Architecture: all Version: 1.4.0-1 Depends: php-common, php-psr-log (>= 1.0), php-psr-log (<< 2~~) Description: Restarts a process without Xdebug This library has been split away from Composer. It’s used to restart a CLI process without loading the xdebug extension. . Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere. Original-Maintainer: Debian PHP PEAR Maintainers Homepage: https://github.com/composer/xdebug-handler Package: php-curl Status: install ok installed Priority: optional Section: php Installed-Size: 13 Maintainer: Ubuntu Developers Architecture: all Source: php-defaults (75) Version: 2:7.4+75 Depends: php-common, php7.4-curl Description: CURL module for PHP [default] This package provides a CURL module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 7.4). Original-Maintainer: Debian PHP Maintainers Package: php-gd Status: install ok installed Priority: optional Section: php Installed-Size: 13 Maintainer: Ubuntu Developers Architecture: all Source: php-defaults (75) Version: 2:7.4+75 Depends: php-common, php7.4-gd Description: GD module for PHP [default] This package provides a GD module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 7.4). Original-Maintainer: Debian PHP Maintainers Package: php-google-recaptcha Status: install ok installed Priority: optional Section: php Installed-Size: 58 Maintainer: Ubuntu Developers Architecture: all Source: google-recaptcha Version: 1.2.3-1 Depends: php-common Description: reCAPTCHA PHP client library reCAPTCHA is a free CAPTCHA service that protect websites from spam and abuse. This is Google authored code that provides plugins for third-party integration with reCAPTCHA. Original-Maintainer: phpMyAdmin Team Homepage: https://github.com/google/recaptcha Package: php-json Status: install ok installed Priority: optional Section: php Installed-Size: 13 Maintainer: Ubuntu Developers Architecture: all Source: php-defaults (75) Version: 2:7.4+75 Depends: php-common, php7.4-json Description: JSON module for PHP [default] This package provides a JSON module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 7.4). Original-Maintainer: Debian PHP Maintainers Package: php-json-schema Status: install ok installed Priority: optional Section: php Installed-Size: 206 Maintainer: Ubuntu Developers Architecture: all Version: 5.2.9-1 Depends: php-cli, php-common Description: implementation of JSON schema JSON Schema defines the media type "application/schema+json", a JSON based format for defining the structure of JSON data. JSON Schema provides a contract for what JSON data is required for a given application and how to interact with it. JSON Schema is intended to define validation, documentation, hyperlink navigation, and interaction control of JSON data. . This package provides a PHP library for validating JSON Structures against a given Schema. Original-Maintainer: Debian PHP PEAR Maintainers Homepage: https://github.com/justinrainbow/json-schema Package: php-mbstring Status: install ok installed Priority: optional Section: php Installed-Size: 13 Maintainer: Ubuntu Developers Architecture: all Source: php-defaults (75) Version: 2:7.4+75 Depends: php-common, php7.4-mbstring Description: MBSTRING module for PHP [default] This package provides a MBSTRING module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 7.4). Original-Maintainer: Debian PHP Maintainers Package: php-mysql Status: install ok installed Priority: optional Section: php Installed-Size: 13 Maintainer: Ubuntu Developers Architecture: all Source: php-defaults (75) Version: 2:7.4+75 Depends: php-common, php7.4-mysql Description: MySQL module for PHP [default] This package provides a MySQL module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 7.4). Original-Maintainer: Debian PHP Maintainers Package: php-pear Status: install ok installed Priority: optional Section: php Installed-Size: 2071 Maintainer: Ubuntu Developers Architecture: all Version: 1:1.10.9+submodules+notgz-1ubuntu0.20.04.3 Provides: php-console-getopt, php-structures-graph, php-xml-util Depends: php-cli, php-common, php-xml Breaks: php-pear-frontend-gtk (<< 0.4.0), php-pear-frontend-web (<= 0.4) Description: PEAR Base System The PEAR package contains: * the PEAR installer, for creating, distributing and installing packages * the PEAR_Exception PHP5 error handling mechanism * the PEAR_ErrorStack advanced error handling mechanism * the PEAR_Error error handling mechanism * the OS_Guess class for retrieving info about the OS where PHP is running on * the System class for quick handling of common operations with files and directories * the PEAR base class Features in a nutshell: * full support for channels * pre-download dependency validation * new package.xml 2.0 format allows tremendous flexibility while maintaining BC * support for optional dependency groups and limited support for sub-packaging * robust dependency support * full dependency validation on uninstall * remote install for hosts with only ftp access - no more problems with restricted host installation * full support for mirroring * support for bundling several packages into a single tarball * support for static dependencies on a url-based package * support for custom file roles and installation tasks Homepage: https://pear.php.net/package/PEAR Original-Maintainer: Debian PHP Maintainers Package: php-phpmyadmin-motranslator Status: install ok installed Priority: optional Section: php Installed-Size: 53 Maintainer: Ubuntu Developers Architecture: all Source: phpmyadmin-motranslator Version: 5.0.0-1 Depends: php-common, php-symfony-expression-language Description: translation API for PHP using Gettext MO files This library parses gettext binary .mo files and can mimic the native php gettext API. Unlike the native gettext API, this library can use .mo files for locales not installed in the system. Original-Maintainer: phpMyAdmin Team Homepage: https://github.com/phpmyadmin/motranslator Package: php-phpmyadmin-shapefile Status: install ok installed Priority: optional Section: php Installed-Size: 64 Maintainer: Ubuntu Developers Architecture: all Source: phpmyadmin-shapefile Version: 2.1-3 Depends: php-common Suggests: php-dbase Description: translation API for PHP using Gettext MO files This library parses gettext binary .mo files and can mimic the native php gettext API. Unlike the native gettext API, this library can use .mo files for locales not installed in the system. Original-Maintainer: phpMyAdmin Team Homepage: https://github.com/phpmyadmin/shapefile Package: php-phpmyadmin-sql-parser Status: install ok installed Priority: optional Section: php Installed-Size: 709 Maintainer: Ubuntu Developers Architecture: all Source: phpmyadmin-sql-parser Version: 4.6.1-2 Depends: php-cli, php-common, php-mbstring Suggests: php-phpmyadmin-motranslator Description: validating SQL lexer and parser This library parses and is able to tokenize, lint and syntax-highlight SQL statements. It is also able to alter the parsed query. . This library has a focus on the MySQL dialect. Original-Maintainer: phpMyAdmin Team Homepage: https://github.com/phpmyadmin/sql-parser Package: php-phpseclib Status: install ok installed Priority: optional Section: php Installed-Size: 1252 Maintainer: Ubuntu Developers Architecture: all Version: 2.0.23-2 Replaces: php-seclib (>= 2) Provides: php-seclib (= 2.0.23-2) Depends: php-common Suggests: php-libsodium, php-mcrypt, php-gmp Conflicts: php-seclib (>= 2) Description: implementations of an arbitrary-precision integer arithmetic library The PHP Secure Communications Library are fully PKCS#1 (v2.1) compliant RSA, DES, 3DES, RC4, Rijndael, AES, Blowfish, Twofish, SSH-1, SSH-2, SFTP, and X.509 implementations. Original-Maintainer: Debian PHP PEAR Maintainers Homepage: http://phpseclib.sourceforge.net/ Package: php-psr-cache Status: install ok installed Priority: optional Section: php Installed-Size: 24 Maintainer: Ubuntu Developers Architecture: all Version: 1.0.1-2 Depends: php-common Description: Common interface for caching libraries This contains all interfaces defined by PSR-6. . Note that this is not a Cache implementation of its own. It is merely an interface that describes a Cache implementation. See the specification for more details. . Original-Maintainer: Debian PHP PEAR Maintainers Homepage: https://www.php-fig.org/psr/psr-6/ Package: php-psr-container Status: install ok installed Priority: optional Section: php Installed-Size: 18 Maintainer: Ubuntu Developers Architecture: all Version: 1.0.0-2 Depends: php-common Description: Common Container Interface (PHP FIG PSR-11) PSR Container holds all interfaces/classes/traits related to PSR-11. Note that this is not a container implementation of its own. See the specification for more details. Original-Maintainer: Debian PHP PEAR Maintainers Homepage: https://www.php-fig.org/psr/psr-11/ Package: php-psr-log Status: install ok installed Priority: optional Section: php Installed-Size: 45 Maintainer: Ubuntu Developers Architecture: all Version: 1.1.2-1 Depends: php-common Description: common interface for logging libraries The main goal is to allow libraries to receive a Psr\Log\LoggerInterface object and write logs to it in a simple and universal way. Frameworks and CMSs that have custom needs MAY extend the interface for their own purpose, but SHOULD remain compatible with this document. This ensures that the third-party libraries an application uses can write to the centralized application logs. . The LoggerInterface exposes eight methods to write logs to the eight RFC 5424 levels (debug, info, notice, warning, error, critical, alert, emergency). . A ninth method, log, accepts a log level as first argument. Calling this method with one of the log level constants MUST have the same result as calling the level-specific method. Calling this method with a level not defined by this specification MUST throw a Psr\Log\InvalidArgumentException if the implementation does not know about the level. Users SHOULD NOT use a custom level without knowing for sure the current implementation supports it. . Note that this is not a logger of its own. It is merely an interface that describes a logger. See the specification for more details. Original-Maintainer: Debian PHP PEAR Maintainers Homepage: https://www.php-fig.org/psr/psr-3/ Package: php-soap Status: install ok installed Priority: optional Section: php Installed-Size: 13 Maintainer: Ubuntu Developers Architecture: all Source: php-defaults (75) Version: 2:7.4+75 Depends: php-common, php7.4-soap Description: SOAP module for PHP [default] This package provides a SOAP module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 7.4). Original-Maintainer: Debian PHP Maintainers Package: php-symfony-cache Status: install ok installed Priority: optional Section: php Installed-Size: 383 Maintainer: Ubuntu Developers Architecture: all Source: symfony Version: 4.3.8+dfsg-1ubuntu1 Provides: php-psr-cache-implementation (= 1.0), php-psr-simple-cache-implementation (= 1.0), php-symfony-cache-implementation (= 1.0) Depends: php-common, php-psr-cache (>= 1.0), php-psr-cache (<< 2~~), php-psr-log (>= 1.0), php-psr-log (<< 2~~), php-symfony-cache-contracts (>= 1.1), php-symfony-cache-contracts (<< 2~~), php-symfony-service-contracts (>= 1.1), php-symfony-service-contracts (<< 2~~), php-symfony-var-exporter (>= 4.2), php-symfony-var-exporter (<< 5~~) Breaks: php-doctrine-dbal (<< 2.5~~), php-symfony-dependency-injection (<< 3.4~~), php-symfony-var-dumper (<< 3.4~~) Description: Symfony Cache component with PSR-6, PSR-16, and tags The Symfony Cache Component provides an extended PSR-6 implementation for adding cache to applications. It is designed to have a low overhead so that caching is fastest. It ships with a few caching adapters for the most widespread and suited to caching backends. It also provides a `doctrine/cache` proxy adapter to cover more advanced caching needs and a proxy adapter for greater interoperability between PSR-6 implementations. . Symfony is a PHP framework, a set of tools and a development methodology. Original-Maintainer: Debian PHP PEAR Maintainers Homepage: https://symfony.com/doc/4.3/components/cache.html Package: php-symfony-cache-contracts Status: install ok installed Priority: optional Section: php Installed-Size: 26 Maintainer: Ubuntu Developers Architecture: all Source: php-symfony-contracts Version: 1.1.8-1 Replaces: php-symfony-contracts (<< 1.1.5) Depends: php-common, php-psr-cache (>= 1.0), php-psr-cache (<< 2~~) Suggests: php-symfony-cache-implementation Breaks: php-symfony-contracts (<< 1.1.5) Description: Generic abstractions related to caching Symfony Contracts can be used to build on semantics that the Symfony components proved useful - and that already have battle tested implementations. . Symfony is a PHP framework, a set of tools and a development methodology. Original-Maintainer: Debian PHP PEAR Maintainers Homepage: https://symfony.com/components/Contracts Package: php-symfony-console Status: install ok installed Priority: optional Section: php Installed-Size: 495 Maintainer: Ubuntu Developers Architecture: all Source: symfony Version: 4.3.8+dfsg-1ubuntu1 Provides: php-psr-log-implementation (= 1.0) Depends: php-mbstring, php-common, php-symfony-service-contracts (>= 1.1), php-symfony-service-contracts (<< 2~~) Suggests: php-symfony-event-dispatcher, php-symfony-lock, php-symfony-process, php-psr-log Breaks: php-symfony-dependency-injection (<< 3.4~~), php-symfony-event-dispatcher (<< 4.3~~), php-symfony-process (<< 3.3~~) Description: run tasks from the command line The Symfony Console Component can be used to implement recurring or long running tasks, such as cronjobs, imports or other batch jobs. Additionally it assists the creation of nice looking command line interfaces. . Symfony is a PHP framework, a set of tools and a development methodology. Original-Maintainer: Debian PHP PEAR Maintainers Homepage: https://symfony.com/doc/4.3/components/console.html Package: php-symfony-expression-language Status: install ok installed Priority: optional Section: php Installed-Size: 125 Maintainer: Ubuntu Developers Architecture: all Source: symfony Version: 4.3.8+dfsg-1ubuntu1 Depends: php-common, php-symfony-cache, php-symfony-service-contracts (>= 1.1), php-symfony-service-contracts (<< 2~~) Description: compile and evaluate expressions The Symfony ExpressionLanguage Component provides an engine that can compile and evaluate expressions. An expression is a one-liner that returns a value (mostly, but not limited to, Booleans). . By default, the engine implements simple math and logic functions, method calls, property accesses, and array accesses. . Symfony is a PHP framework, a set of tools and a development methodology. Original-Maintainer: Debian PHP PEAR Maintainers Homepage: https://symfony.com/doc/4.3/components/expression_language.html Package: php-symfony-filesystem Status: install ok installed Priority: optional Section: php Installed-Size: 88 Maintainer: Ubuntu Developers Architecture: all Source: symfony Version: 4.3.8+dfsg-1ubuntu1 Depends: php-common Description: basic filesystem utilities The Symfony Filesystem Component provides basic utilities to work with the filesystem, like creating directories, removing files or adding symlinks. . Symfony is a PHP framework, a set of tools and a development methodology. Original-Maintainer: Debian PHP PEAR Maintainers Homepage: https://symfony.com/doc/4.3/components/filesystem.html Package: php-symfony-finder Status: install ok installed Priority: optional Section: php Installed-Size: 132 Maintainer: Ubuntu Developers Architecture: all Source: symfony Version: 4.3.8+dfsg-1ubuntu1 Depends: php-common Description: find files and directories The Symfony Finder Component provides an intuitive interface to find files and directories. . Symfony is a PHP framework, a set of tools and a development methodology. Original-Maintainer: Debian PHP PEAR Maintainers Homepage: https://symfony.com/doc/4.3/components/finder.html Package: php-symfony-process Status: install ok installed Priority: optional Section: php Installed-Size: 148 Maintainer: Ubuntu Developers Architecture: all Source: symfony Version: 4.3.8+dfsg-1ubuntu1 Depends: php-common Description: execute commands in sub-processes The Symfony Process Component helps with executing commands in sub-processes by providing easy access to standard and error output in real-time. It is especially handy for dealing with long running sub-processes due to its feature to run them asynchronously, while still providing access to their full and incremental output. It additionally supports signals, provides the PID of a sub-process and allows the definition of process timeouts. . Symfony is a PHP framework, a set of tools and a development methodology. Original-Maintainer: Debian PHP PEAR Maintainers Homepage: https://symfony.com/doc/4.3/components/process.html Package: php-symfony-service-contracts Status: install ok installed Priority: optional Section: php Installed-Size: 32 Maintainer: Ubuntu Developers Architecture: all Source: php-symfony-contracts Version: 1.1.8-1 Replaces: php-symfony-contracts (<< 1.1.5) Depends: php-common, php-psr-container (>= 1.0), php-psr-container (<< 2~~) Suggests: php-symfony-service-implementation Breaks: php-symfony-contracts (<< 1.1.5) Description: Generic abstractions related to writing services Symfony Contracts can be used to build on semantics that the Symfony components proved useful - and that already have battle tested implementations. . Symfony is a PHP framework, a set of tools and a development methodology. Original-Maintainer: Debian PHP PEAR Maintainers Homepage: https://symfony.com/components/Contracts Package: php-symfony-var-exporter Status: install ok installed Priority: optional Section: php Installed-Size: 96 Maintainer: Ubuntu Developers Architecture: all Source: symfony Version: 4.3.8+dfsg-1ubuntu1 Depends: php-common Description: export serializable PHP data structure to plain PHP code A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code. . Symfony is a PHP framework, a set of tools and a development methodology. Original-Maintainer: Debian PHP PEAR Maintainers Homepage: https://symfony.com/doc/4.3/components/var_exporter.html Package: php-tcpdf Status: install ok installed Priority: optional Section: php Installed-Size: 19702 Maintainer: Ubuntu Developers Architecture: all Source: tcpdf Version: 6.3.5+dfsg1-1 Depends: icc-profiles-free, php-common Recommends: php-gd, php-mcrypt Suggests: php-imagick Description: PHP class for generating PDF files on-the-fly TCPDF is a library to generate PDF files that does not require external extensions. It also includes a class to extract data from existing PDF documents and classes to generate 1D and 2D barcodes in various formats. . TCPDF has been originally derived from the Public Domain FPDF class by Olivier Plathey (https://www.fpdf.org). . Its main features are: . * an extensive API to control the generated content and its layout (including using XHTML as input); * works without external libraries; * works with any language (UTF-8 and RTL support); * supports TrueTypeUnicode, TrueType, Type1 and CID-0 fonts; * supports all page formats (standardized and customized); * supports most PDF features: - encryption and digital signatures - compression - bookmarks - javascript and forms support - PDF annotations, including links, text and file attachments - XOBject Templates (layers and object visibility, PDF/A-1b support) * supports barcode generation (multiple formats); * automatic hyphenation and page break. Original-Maintainer: phpMyAdmin Team Homepage: https://www.tcpdf.org/ Package: php-twig Status: install ok installed Priority: optional Section: php Installed-Size: 862 Maintainer: Ubuntu Developers Architecture: all Version: 2.12.5-1 Depends: php-ctype, php-mbstring, php-common Suggests: php-twig-doc Description: Flexible, fast, and secure template engine for PHP Twig is a fast, secure and flexible template engine for php, implementing an own domain specific language which originated from Jinja and Django templates. Original-Maintainer: Debian PHP PEAR Maintainers Homepage: https://twig.symfony.com Package: php-twig-extensions Status: install ok installed Priority: optional Section: php Installed-Size: 77 Maintainer: Ubuntu Developers Architecture: all Source: twig-extensions Version: 1.5.4-1 Depends: php-common, php-twig Suggests: php-symfony-translation Description: extensions for the Twig template system Twig-Extensions contains common additional features for Twig that do not directly belong in Twig core. . For more information on Twig, see the php-twig package. Original-Maintainer: phpMyAdmin Team Homepage: https://github.com/twigphp/Twig-extensions/ Package: php-xdebug Status: install ok installed Priority: optional Section: php Installed-Size: 2123 Maintainer: Ubuntu Developers Architecture: amd64 Source: xdebug Version: 2.9.2+2.8.1+2.5.5-1build1 Provides: php7.4-xdebug Depends: ucf, phpapi-20190902, libc6 (>= 2.29) Pre-Depends: php-common (>= 2:69~) Conffiles: /etc/php/7.4/mods-available/xdebug.ini c13c107d0ec91c574623ee2776b5b9d1 Description: Xdebug Module for PHP The Xdebug extension helps you debugging your script by providing a lot of valuable debug information. The debug information that Xdebug can provide includes the following: . * stack traces and function traces in error messages with: - full parameter display for user defined functions - function name, file name and line indications - support for member functions * memory allocation * protection for infinite recursions . Xdebug also provides: . * profiling information for PHP scripts * script execution analysis * capabilities to debug your scripts interactively with a debug client Original-Maintainer: Debian PHP PECL Maintainers Homepage: http://xdebug.org/ Package: php-xml Status: install ok installed Priority: optional Section: php Installed-Size: 13 Maintainer: Ubuntu Developers Architecture: all Source: php-defaults (75) Version: 2:7.4+75 Depends: php-common, php7.4-xml Description: DOM, SimpleXML, WDDX, XML, and XSL module for PHP [default] This package provides a DOM, SimpleXML, WDDX, XML, and XSL module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 7.4). Original-Maintainer: Debian PHP Maintainers Package: php-zip Status: install ok installed Priority: optional Section: php Installed-Size: 13 Maintainer: Ubuntu Developers Architecture: all Source: php-defaults (75) Version: 2:7.4+75 Depends: php-common, php7.4-zip Description: Zip module for PHP [default] This package provides a Zip module for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. . This package is a dependency package, which depends on Debian's default PHP version (currently 7.4). Original-Maintainer: Debian PHP Maintainers Package: php7.4 Status: install ok installed Priority: optional Section: php Installed-Size: 76 Maintainer: Ubuntu Developers Architecture: all Version: 7.4.3-4ubuntu2.29 Provides: php Depends: libapache2-mod-php7.4 | php7.4-fpm | php7.4-cgi, php7.4-common Description: server-side, HTML-embedded scripting language (metapackage) This package is a metapackage that, when installed, guarantees that you have at least one of the four server-side versions of the PHP interpreter installed. Removing this package won't remove PHP from your system, however it may remove other packages that depend on this one. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Homepage: http://www.php.net/ Original-Maintainer: Debian PHP Maintainers Package: php7.4-bcmath Status: install ok installed Priority: optional Section: php Installed-Size: 68 Maintainer: Ubuntu Developers Architecture: amd64 Source: php7.4 Version: 7.4.3-4ubuntu2.29 Provides: php-bcmath Depends: php-common (>= 1:73), ucf, php7.4-common (= 7.4.3-4ubuntu2.29), libc6 (>= 2.14) Description: Bcmath module for PHP This package provides the Bcmath module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Homepage: http://www.php.net/ Original-Maintainer: Debian PHP Maintainers Package: php7.4-bz2 Status: install ok installed Priority: optional Section: php Installed-Size: 60 Maintainer: Ubuntu Developers Architecture: amd64 Source: php7.4 Version: 7.4.3-4ubuntu2.29 Provides: php-bz2 Depends: php-common (>= 1:73), ucf, php7.4-common (= 7.4.3-4ubuntu2.29), libbz2-1.0, libc6 (>= 2.14) Description: bzip2 module for PHP This package provides the bzip2 module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Homepage: http://www.php.net/ Original-Maintainer: Debian PHP Maintainers Package: php7.4-cli Status: install ok installed Priority: optional Section: php Installed-Size: 4727 Maintainer: Ubuntu Developers Architecture: amd64 Source: php7.4 Version: 7.4.3-4ubuntu2.29 Provides: php-cli, phpapi-20190902 Depends: libedit2 (>= 2.11-20080614-4), libmagic1, mime-support, php7.4-common (= 7.4.3-4ubuntu2.29), php7.4-json, php7.4-opcache, php7.4-readline, tzdata, ucf, libargon2-1 (>= 0~20171227), libc6 (>= 2.29), libpcre2-8-0 (>= 10.32), libsodium23 (>= 1.0.14), libssl1.1 (>= 1.1.0), libxml2 (>= 2.8.0), zlib1g (>= 1:1.1.4) Suggests: php-pear Description: command-line interpreter for the PHP scripting language This package provides the /usr/bin/php7.4 command interpreter, useful for testing PHP scripts from a shell or performing general shell scripting tasks. . The following extensions are built in: Core date filter hash libxml openssl pcntl pcre Reflection session sodium SPL standard zlib. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Homepage: http://www.php.net/ Original-Maintainer: Debian PHP Maintainers Package: php7.4-common Status: install ok installed Priority: optional Section: php Installed-Size: 7410 Maintainer: Ubuntu Developers Architecture: amd64 Source: php7.4 Version: 7.4.3-4ubuntu2.29 Provides: php-calendar, php-ctype, php-exif, php-ffi, php-fileinfo, php-ftp, php-iconv, php-pdo, php-phar, php-posix, php-shmop, php-sockets, php-sysvmsg, php-sysvsem, php-sysvshm, php-tokenizer, php7.4-calendar, php7.4-ctype, php7.4-exif, php7.4-ffi, php7.4-fileinfo, php7.4-ftp, php7.4-gettext, php7.4-iconv, php7.4-pdo, php7.4-phar, php7.4-posix, php7.4-shmop, php7.4-sockets, php7.4-sysvmsg, php7.4-sysvsem, php7.4-sysvshm, php7.4-tokenizer Depends: php-common (>= 1:73), ucf, libc6 (>= 2.27), libffi7 (>= 3.3~20180313), libssl1.1 (>= 1.1.0) Breaks: gforge-common (<< 6), php7.0-curl (<< 7.0.33-1~), php7.2-sodium (<< 7.2.12~) Description: documentation, examples and common module for PHP This package provides the documentation, examples and common module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Homepage: http://www.php.net/ Original-Maintainer: Debian PHP Maintainers Package: php7.4-curl Status: install ok installed Priority: optional Section: php Installed-Size: 132 Maintainer: Ubuntu Developers Architecture: amd64 Source: php7.4 Version: 7.4.3-4ubuntu2.29 Provides: php-curl Depends: php-common (>= 1:73), ucf, php7.4-common (= 7.4.3-4ubuntu2.29), libc6 (>= 2.14), libcurl4 (>= 7.56.1) Breaks: php7.0-curl (<< 7.0.33-1~) Description: CURL module for PHP This package provides the CURL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Homepage: http://www.php.net/ Original-Maintainer: Debian PHP Maintainers Package: php7.4-dev Status: install ok installed Priority: optional Section: php Installed-Size: 5300 Maintainer: Ubuntu Developers Architecture: amd64 Source: php7.4 Version: 7.4.3-4ubuntu2.29 Depends: autoconf (>= 2.63), automake (>= 1.11), libpcre2-dev (>= 10.30), libssl-dev, php7.4-cli (>= 7.4.3-4ubuntu2.29), php7.4-common (= 7.4.3-4ubuntu2.29), shtool, libtool (>= 2.4.6-0.1~) Recommends: pkg-php-tools Suggests: dh-php Description: Files for PHP7.4 module development This package provides the files from the PHP7.4 source needed for compiling additional modules. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Homepage: http://www.php.net/ Original-Maintainer: Debian PHP Maintainers Package: php7.4-gd Status: install ok installed Priority: optional Section: php Installed-Size: 143 Maintainer: Ubuntu Developers Architecture: amd64 Source: php7.4 Version: 7.4.3-4ubuntu2.29 Provides: php-gd Depends: php-common (>= 1:73), ucf, php7.4-common (= 7.4.3-4ubuntu2.29), libc6 (>= 2.4), libgd3 (>= 2.1.1) Description: GD module for PHP This package provides the GD module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Homepage: http://www.php.net/ Original-Maintainer: Debian PHP Maintainers Package: php7.4-json Status: install ok installed Priority: optional Section: php Installed-Size: 76 Maintainer: Ubuntu Developers Architecture: amd64 Source: php7.4 Version: 7.4.3-4ubuntu2.29 Provides: php-json Depends: php-common (>= 1:73), ucf, php7.4-common (= 7.4.3-4ubuntu2.29), libc6 (>= 2.14) Description: JSON module for PHP This package provides the JSON module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Homepage: http://www.php.net/ Original-Maintainer: Debian PHP Maintainers Package: php7.4-mbstring Status: install ok installed Priority: optional Section: php Installed-Size: 1058 Maintainer: Ubuntu Developers Architecture: amd64 Source: php7.4 Version: 7.4.3-4ubuntu2.29 Provides: php-mbstring Depends: php-common (>= 1:73), ucf, php7.4-common (= 7.4.3-4ubuntu2.29), libc6 (>= 2.14), libonig5 (>= 6.8.1) Description: MBSTRING module for PHP This package provides the MBSTRING module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Homepage: http://www.php.net/ Original-Maintainer: Debian PHP Maintainers Package: php7.4-mysql Status: install ok installed Priority: optional Section: php Installed-Size: 463 Maintainer: Ubuntu Developers Architecture: amd64 Source: php7.4 Version: 7.4.3-4ubuntu2.29 Provides: php-mysqli, php-mysqlnd, php-pdo-mysql, php7.4-mysqli, php7.4-mysqlnd, php7.4-pdo-mysql Depends: php-common (>= 1:73), ucf, php7.4-common (= 7.4.3-4ubuntu2.29), libc6 (>= 2.15) Description: MySQL module for PHP This package provides the MySQL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Homepage: http://www.php.net/ Original-Maintainer: Debian PHP Maintainers Package: php7.4-opcache Status: install ok installed Priority: optional Section: php Installed-Size: 572 Maintainer: Ubuntu Developers Architecture: amd64 Source: php7.4 Version: 7.4.3-4ubuntu2.29 Provides: php-opcache Depends: php-common (>= 1:73), ucf, php7.4-common (= 7.4.3-4ubuntu2.29), libc6 (>= 2.27) Description: Zend OpCache module for PHP This package provides the Zend OpCache module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Homepage: http://www.php.net/ Original-Maintainer: Debian PHP Maintainers Package: php7.4-readline Status: install ok installed Priority: optional Section: php Installed-Size: 68 Maintainer: Ubuntu Developers Architecture: amd64 Source: php7.4 Version: 7.4.3-4ubuntu2.29 Provides: php-readline Depends: php-common (>= 1:73), ucf, php7.4-common (= 7.4.3-4ubuntu2.29), libc6 (>= 2.14), libedit2 (>= 3.1-20160903-0) Description: readline module for PHP This package provides the readline module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Homepage: http://www.php.net/ Original-Maintainer: Debian PHP Maintainers Package: php7.4-soap Status: install ok installed Priority: optional Section: php Installed-Size: 344 Maintainer: Ubuntu Developers Architecture: amd64 Source: php7.4 Version: 7.4.3-4ubuntu2.29 Provides: php-soap Depends: php-common (>= 1:73), ucf, php7.4-common (= 7.4.3-4ubuntu2.29), libc6 (>= 2.14), libxml2 (>= 2.7.4) Description: SOAP module for PHP This package provides the SOAP module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Homepage: http://www.php.net/ Original-Maintainer: Debian PHP Maintainers Package: php7.4-sybase Status: install ok installed Priority: optional Section: php Installed-Size: 64 Maintainer: Ubuntu Developers Architecture: amd64 Source: php7.4 Version: 7.4.3-4ubuntu2.29 Provides: php-pdo-dblib, php7.4-pdo-dblib Depends: php-common (>= 1:73), ucf, php7.4-common (= 7.4.3-4ubuntu2.29), libc6 (>= 2.14), libsybdb5 (>= 0.63) Description: Sybase module for PHP This package provides the Sybase module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Homepage: http://www.php.net/ Original-Maintainer: Debian PHP Maintainers Package: php7.4-xml Status: install ok installed Priority: optional Section: php Installed-Size: 441 Maintainer: Ubuntu Developers Architecture: amd64 Source: php7.4 Version: 7.4.3-4ubuntu2.29 Replaces: php7.4-xsl (<< 7.0.3-6~) Provides: php-dom, php-simplexml, php-xml, php-xmlreader, php-xmlwriter, php-xsl, php7.4-dom, php7.4-simplexml, php7.4-xmlreader, php7.4-xmlwriter, php7.4-xsl Depends: php-common (>= 1:73), ucf, php7.4-common (= 7.4.3-4ubuntu2.29), libc6 (>= 2.14), libxml2 (>= 2.9.0), libxslt1.1 (>= 1.1.25) Breaks: php7.4-xsl (<< 7.0.3-6~) Description: DOM, SimpleXML, XML, and XSL module for PHP This package provides the DOM, SimpleXML, XML, and XSL module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Homepage: http://www.php.net/ Original-Maintainer: Debian PHP Maintainers Package: php7.4-zip Status: install ok installed Priority: optional Section: php Installed-Size: 100 Maintainer: Ubuntu Developers Architecture: amd64 Source: php7.4 Version: 7.4.3-4ubuntu2.29 Provides: php-zip Depends: php-common (>= 1:73), ucf, php7.4-common (= 7.4.3-4ubuntu2.29), libc6 (>= 2.27), libzip5 (>= 1.5.0) Description: Zip module for PHP This package provides the Zip module(s) for PHP. . PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Homepage: http://www.php.net/ Original-Maintainer: Debian PHP Maintainers Package: phpmyadmin Status: install ok installed Priority: optional Section: web Installed-Size: 26534 Maintainer: Ubuntu Developers Architecture: all Version: 4:4.9.5+dfsg1-2 Depends: php, php-cli, php-mysql, php-json, php-mbstring, php-xml, debconf (>= 0.5) | debconf-2.0, libjs-sphinxdoc (>= 1.0), sensible-utils, dbconfig-mysql | dbconfig-no-thanks | dbconfig-common (<< 2.0.0), php-phpseclib (>= 2.0), php-common, php-phpmyadmin-sql-parser (>= 4.3.2), php-phpmyadmin-sql-parser (<< 5~~), php-phpmyadmin-motranslator (>= 5.0), php-phpmyadmin-motranslator (<< 6~~), php-phpmyadmin-shapefile (>= 2.0), php-phpmyadmin-shapefile (<< 3~~), php-phpseclib (<< 3~~), php-google-recaptcha (>= 1.1), php-google-recaptcha (<< 2~~), php-psr-container (>= 1.0), php-psr-container (<< 2~~), php-twig (>= 2.9), php-twig (<< 3~~), php-twig-extensions (>= 1.5.1), php-twig-extensions (<< 1.6~~), php-symfony-expression-language, libjs-openlayers, ucf (>= 0.28) Recommends: apache2 | lighttpd | httpd, php-curl, php-gd, php-bz2, php-zip, php-tcpdf Suggests: default-mysql-server | virtual-mysql-server, www-browser, php-recode, php-opcache, php-gd2, php-pragmarx-google2fa, php-bacon-qr-code, php-samyoul-u2f-php-server Conffiles: /etc/phpmyadmin/apache.conf 9c2885458d8e254daf715b52e249854a /etc/phpmyadmin/config.footer.inc.php f59a8fe4a05431392ad1ef4e0b36278f /etc/phpmyadmin/config.header.inc.php ff471619d3280ef72b7b0641bab4ba27 /etc/phpmyadmin/config.inc.php 033ff056bcab0aa258b3ecd7995a7b55 /etc/phpmyadmin/lighttpd.conf 687ab57dee38dd2ad4c9420ca34dd9d5 /etc/phpmyadmin/phpmyadmin.desktop 18948893751469fa6a6a910db9714909 /etc/phpmyadmin/phpmyadmin.service f79a2a07e93b221f646a75e894496ef0 Description: MySQL web administration tool This package allows administering of MySQL or MariaDB with a web interface. . It allows administrators to: - browse through databases and tables; - create, copy, rename, alter and drop databases; - create, copy, rename, alter and drop tables; - perform table maintenance; - add, edit and drop fields; - execute any SQL-statement, even multiple queries; - create, alter and drop indexes; - load text files into tables; - create and read dumps of tables or databases; - export data to SQL, CSV, XML, Word, Excel, PDF and LaTeX formats; - administer multiple servers; - manage MySQL users and privileges; - check server settings and runtime information with configuration hints; - check referential integrity in MyISAM tables; - create complex queries using Query-by-example (QBE), automatically connecting required tables; - create PDF graphics of database layout; - search globally in a database or a subset of it; - transform stored data into any format using a set of predefined functions, such as displaying BLOB-data as image or download-link; - manage InnoDB tables and foreign keys; and is fully internationalized and localized in dozens of languages. Original-Maintainer: phpMyAdmin Packaging Team Homepage: https://www.phpmyadmin.net/ Package: pinentry-curses Status: install ok installed Priority: optional Section: utils Installed-Size: 100 Maintainer: Ubuntu Developers Architecture: amd64 Source: pinentry Version: 1.1.0-3build1 Provides: pinentry Depends: libassuan0 (>= 2.1.0), libc6 (>= 2.14), libgpg-error0 (>= 1.16), libncursesw6 (>= 6), libtinfo6 (>= 6) Suggests: pinentry-doc Enhances: gnupg-agent Description: curses-based PIN or pass-phrase entry dialog for GnuPG This package contains a program that allows for secure entry of PINs or pass phrases. That means it tries to take care that the entered information is not swapped to disk or temporarily stored anywhere. This functionality is particularly useful for entering pass phrases when using encryption software such as GnuPG or e-mail clients using the same. It uses an open protocol and is therefore not tied to particular software. . The program contained in this package implements a PIN entry dialog using the curses tool kit, meaning that it is useful for users working in text mode without the X Window System. There are sibling packages that implement PIN entry dialogs that use an X tool kit. If you install any of the graphical packages then this package is not necessary because the sibling packages automatically fall back to text mode if X is not active. Original-Maintainer: Debian GnuPG Maintainers Homepage: https://www.gnupg.org/related_software/pinentry/ Package: pinentry-gnome3 Status: install ok installed Priority: optional Section: utils Installed-Size: 109 Maintainer: Ubuntu Developers Architecture: amd64 Source: pinentry Version: 1.1.0-3build1 Provides: pinentry, pinentry-x11 Depends: gcr, libassuan0 (>= 2.1.0), libc6 (>= 2.14), libgcr-base-3-1 (>= 3.8.0), libglib2.0-0 (>= 2.26.0), libgpg-error0 (>= 1.16), libncursesw6 (>= 6), libsecret-1-0 (>= 0.7), libtinfo6 (>= 6) Recommends: dbus-user-session Suggests: pinentry-doc Enhances: gnupg-agent Description: GNOME 3 PIN or pass-phrase entry dialog for GnuPG This package contains a program that allows for secure entry of PINs or pass phrases. That means it tries to take care that the entered information is not swapped to disk or temporarily stored anywhere. This functionality is particularly useful for entering pass phrases when using encryption software such as GnuPG or e-mail clients using the same. It uses an open protocol and is therefore not tied to particular software. . The program contained in this package implements a PIN entry dialog designed for use with GNOME 3. It tries to follow the GNOME Human Interface Guidelines as much as possible. If the X Window System is not active then an alternative text-mode dialog will be used. There are sibling packages that implement PIN entry dialogs using other tool kits. Original-Maintainer: Debian GnuPG Maintainers Homepage: https://www.gnupg.org/related_software/pinentry/ Package: pkg-config Status: install ok installed Priority: optional Section: devel Installed-Size: 190 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Version: 0.29.1-0ubuntu4 Replaces: pkg-config-bin Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.16.0), libdpkg-perl Suggests: dpkg-dev Conflicts: pkg-config-bin Conffiles: /etc/dpkg/dpkg.cfg.d/pkg-config-hook-config 467c877de00898418a9b26d432a1719a Description: manage compile and link flags for libraries pkg-config is a system for managing library compile and link flags that works with automake and autoconf. . Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program. Original-Maintainer: Tollef Fog Heen Homepage: http://pkg-config.freedesktop.org Package: pkg-php-tools Status: install ok installed Priority: optional Section: php Installed-Size: 160 Maintainer: Ubuntu Developers Architecture: all Version: 1.38 Depends: debhelper, php-pear, php-cli, php-json, php-xml Suggests: dh-make Description: various packaging tools and scripts for PHP packages Provide an easy way to package PHP PEAR, PECL and Composer packages: Run dh_make, edit debian/rules and debian/control and that's it! . Detailed instructions can be found in included READMEs. Original-Maintainer: Debian PHP PEAR Maintainers Package: plymouth Status: install ok installed Priority: optional Section: misc Installed-Size: 876 Maintainer: Ubuntu Developers Architecture: amd64 Version: 0.9.4git20200323-0ubuntu6.2 Replaces: plymouth-drm (<< 0.9.0-6~), plymouth-themes (<< 0.9.0-8~) Depends: init-system-helpers (>= 1.18), lsb-base (>= 3.0-6), systemd (>= 232-8~), udev (>= 232-8~), libc6 (>= 2.29), libdrm2 (>= 2.4.47), libplymouth5 (>= 0.9.4git20200109) Recommends: plymouth-theme-ubuntu-text | plymouth-theme Suggests: desktop-base, plymouth-themes Breaks: plymouth-drm (<< 0.9.0-6~), plymouth-themes (<< 0.9.0-8~) Conflicts: console-common Conffiles: /etc/init.d/plymouth 7603d0f581e54fdbe31ad62cbb4cfd22 /etc/init.d/plymouth-log 0f1be14b21796a952e115c03a86787e0 /etc/logrotate.d/bootlog 0f1e42d11052c238718996029ffb809b Description: boot animation, logger and I/O multiplexer Plymouth provides a boot-time I/O multiplexing framework - the most obvious use for which is to provide an attractive graphical animation in place of the text messages that normally get shown during boot. (The messages are instead redirected to a logfile for later viewing.) However, in event-driven boot systems Plymouth can also usefully handle user interaction such as password prompts for encrypted file systems. . This package provides the basic framework, enabling a text-mode animation. Homepage: http://www.freedesktop.org/wiki/Software/Plymouth Original-Maintainer: Laurent Bigonville Package: plymouth-theme-ubuntu-text Status: install ok installed Priority: optional Section: misc Installed-Size: 79 Maintainer: Ubuntu Developers Architecture: amd64 Source: plymouth Version: 0.9.4git20200323-0ubuntu6.2 Provides: plymouth-theme Depends: libc6 (>= 2.17), libplymouth5 (>= 0.9.2), plymouth (= 0.9.4git20200323-0ubuntu6.2), lsb-release Description: boot animation, logger and I/O multiplexer - ubuntu text theme Plymouth provides a boot-time I/O multiplexing framework - the most obvious use for which is to provide an attractive graphical animation in place of the text messages that normally get shown during boot. (The messages are instead redirected to a logfile for later viewing.) However, in event-driven boot systems Plymouth can also usefully handle user interaction such as password prompts for encrypted file systems. . This package contains the default ubuntu-text text theme used when no support for a graphical theme is found on your system. Homepage: http://www.freedesktop.org/wiki/Software/Plymouth Original-Maintainer: Laurent Bigonville Package: po-debconf Status: install ok installed Priority: optional Section: devel Installed-Size: 414 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 1.0.21 Depends: gettext (>= 0.16), intltool-debian (>= 0.34.2+20060512), perl, sensible-utils Recommends: libcompress-zlib-perl, libmail-sendmail-perl Suggests: libmail-box-perl Description: tool for managing templates file translations with gettext This package is an alternative to debconf-utils, and provides tools for managing translated debconf templates files with common gettext utilities. Original-Maintainer: Herbert Parentes Fortes Neto Package: policykit-1 Status: install ok installed Priority: optional Section: admin Installed-Size: 560 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Version: 0.105-26ubuntu1.3 Depends: dbus, libpam-systemd, libc6 (>= 2.7), libexpat1 (>= 2.0.1), libglib2.0-0 (>= 2.37.3), libpam0g (>= 0.99.7.1), libpolkit-agent-1-0 (= 0.105-26ubuntu1.3), libpolkit-gobject-1-0 (= 0.105-26ubuntu1.3), libsystemd0 (>= 213) Conffiles: /etc/pam.d/polkit-1 7c794427f656539b0d4659b030904fe0 /etc/polkit-1/localauthority.conf.d/50-localauthority.conf 2adb9d174807b0a3521fabf03792fbc8 /etc/polkit-1/localauthority.conf.d/51-ubuntu-admin.conf c4dbd2117c52f367f1e8b8c229686b10 Description: framework for managing administrative policies and privileges PolicyKit is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes. . It is a framework for centralizing the decision making process with respect to granting access to privileged operations for unprivileged (desktop) applications. Homepage: https://www.freedesktop.org/wiki/Software/polkit/ Original-Maintainer: Utopia Maintenance Team Package: pollinate Status: install ok installed Priority: optional Section: admin Installed-Size: 92 Maintainer: Ubuntu Developers Architecture: all Version: 4.33-3ubuntu1.20.04.1 Replaces: pollen (<< 4.21-1) Depends: curl, adduser, xxd | vim-common Breaks: pollen (<< 4.21-1) Conffiles: /etc/default/pollinate a9f810379e139b53608f090ebd954954 /etc/pollinate/entropy.ubuntu.com.pem 9f437b2251c81f7ddf7624ac761ba249 Description: seed the pseudo random number generator This client will connect to one or more Pollen (entropy-as-a-service) servers over an (optionally) encrypted connection and retrieve a random seed over HTTP or HTTPS. This is particularly useful at the first boot of cloud images and in virtual machines, to seed a system's random number generator at genesis, and is intended to supplement the /etc/init.d/urandom init script. It can be used on physical machines, as well, to supplement the seeding of the pseudo random number generator. Homepage: http://launchpad.net/pollinate Original-Maintainer: Thorsten Alteholz Package: popularity-contest Status: install ok installed Priority: optional Section: misc Installed-Size: 122 Maintainer: Ubuntu Developers Architecture: all Version: 1.69ubuntu1 Provides: popcon Depends: debconf (>= 0.5) | debconf-2.0, dpkg (>= 1.10) Pre-Depends: debconf (>= 1.5.34) | cdebconf (>= 0.106) Recommends: cron | cron-daemon Suggests: gnupg, anacron, tor, torsocks Conffiles: /etc/cron.daily/popularity-contest 37bab3c6337742f6c3061e68cda947b8 Description: Vote for your favourite packages automatically The popularity-contest package sets up a cron job that will periodically anonymously submit to the Ubuntu developers statistics about the most used Ubuntu packages on this system. . This information helps Ubuntu make decisions such as which packages should go on the first CD. It also lets Ubuntu improve future versions of the distribution so that the most popular packages are the ones which are installed automatically for new users. Homepage: https://popcon.debian.org/ Original-Maintainer: Popularity Contest Developers Package: powermgmt-base Status: install ok installed Priority: optional Section: utils Installed-Size: 25 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 1.36 Description: common utils for power management This package ships "on_ac_power" which lets you determine whether the system is powered from battery or an abundant supply. It's recommended to use this tool over a simple sysfs check, ConditionACPower or other ad-hoc methods which notoriously fail to account for unobvious quirks, both old and new. Original-Maintainer: Adam Borowski Package: ppp Status: install ok installed Priority: optional Section: admin Installed-Size: 1037 Maintainer: Ubuntu Developers Architecture: amd64 Version: 2.4.7-2+4.1ubuntu5.1 Depends: libpam-modules, libpam-runtime, lsb-base, procps, libc6 (>= 2.15), libcrypt1 (>= 1:4.1.0), libpam0g (>= 0.99.7.1), libpcap0.8 (>= 0.9.8), libssl1.1 (>= 1.1.0) Breaks: network-manager (<< 0.9.8.8-7~), network-manager-pptp (<< 0.9.8.4-3~), pppdcapiplugin (<< 1:3.25+dfsg1-3.4~) Conffiles: /etc/chatscripts/gprs 49518071cd909518f6c79480b69cd10c /etc/chatscripts/pap 17dbbede1dc894aa6c6c4e8be5727c1d /etc/init.d/pppd-dns 4ed1a6fd54897767efb2cfef6062e376 /etc/logrotate.d/ppp 8434ebaff1b3b33bb0ea0bce523adfd3 /etc/pam.d/ppp cc163be3dbe4258e639238ccd5bcdea0 /etc/ppp/ip-down 85d38850a138c53ae48bd2736b1b2753 /etc/ppp/ip-down.d/0000usepeerdns aaae5708fe89b23c76b94fc9862e1381 /etc/ppp/ip-up bb4b48272ac4adf06cbc6caf4ede3a1c /etc/ppp/ip-up.d/0000usepeerdns 1bd2b2bd620fef4fe46c5c4deed4f0de /etc/ppp/ipv6-down e11550beb886ac90b2b79f0b9fea67d6 /etc/ppp/ipv6-up 047b617b3d150aeed5e1c7fea7e14e04 /etc/ppp/options 8bf2e0b8499592fa1c119818fe5a326f Description: Point-to-Point Protocol (PPP) - daemon The Point-to-Point Protocol provides a standard way to transmit datagrams over a serial link, as well as a standard way for the machines at either end of the link to negotiate various optional characteristics of the link. . This package is most commonly used to manage a modem for dial-up or certain kinds of broadband connections. Homepage: http://ppp.samba.org/ Original-Maintainer: Chris Boot Package: pptp-linux Status: install ok installed Priority: optional Section: net Installed-Size: 114 Maintainer: Ubuntu Developers Architecture: amd64 Version: 1.10.0-1build1 Depends: libc6 (>= 2.15), ppp Conffiles: /etc/ppp/options.pptp d7a9dcb92832f4bf6dae77bacde7462b Description: Point-to-Point Tunneling Protocol (PPTP) Client Client for the proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP. Allows connection to a PPTP based VPN as used by employers and some cable and ADSL service providers. Original-Maintainer: Christoph Biedl Homepage: http://pptpclient.sourceforge.net/ Package: procmail Status: install ok installed Priority: standard Section: mail Installed-Size: 302 Maintainer: Ubuntu Developers Architecture: amd64 Version: 3.22-26 Depends: libc6 (>= 2.14) Recommends: default-mta | mail-transport-agent | fetchmail Description: Versatile e-mail processor Can be used to create mail-servers, mailing lists, sort your incoming mail into separate folders/files (very convenient when subscribing to one or more mailing lists or for prioritising your mail), preprocess your mail, start any programs upon mail arrival (e.g. to generate different chimes on your workstation for different types of mail) or selectively forward certain incoming mail automatically to someone. Original-Maintainer: Santiago Vila Homepage: http://www.procmail.org/ Package: procps Status: install ok installed Priority: required Section: admin Installed-Size: 816 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Version: 2:3.3.16-1ubuntu2.4 Provides: watch Depends: libc6 (>= 2.27), libncurses6 (>= 6), libncursesw6 (>= 6), libprocps8 (>= 2:3.3.16-1), libtinfo6 (>= 6), lsb-base (>= 3.0-10), init-system-helpers (>= 1.29~) Recommends: psmisc Breaks: guymager (<= 0.5.9-1), open-vm-tools (<= 2011.12.20-562307-1) Conflicts: pgrep (<< 3.3-5), w-bassman (<< 1.0-3) Conffiles: /etc/init.d/procps f2e4546011b2960ac898b532becbc1f8 /etc/sysctl.conf 08d130f6eb93c063d0b45a05bdbe784f /etc/sysctl.d/10-console-messages.conf 154f6f5c5810d10bb303fb6a8e907c6a /etc/sysctl.d/10-ipv6-privacy.conf e9473d12b4a7069d6a3ca8b694511ddf /etc/sysctl.d/10-kernel-hardening.conf 5c1388f00011a287cdeba60208c674e1 /etc/sysctl.d/10-link-restrictions.conf 8568316f2baa8db06554dab91f93a161 /etc/sysctl.d/10-magic-sysrq.conf b3059f2835f17c97265433fdfdee358f /etc/sysctl.d/10-network-security.conf e2c60d912410543907a6c9ff21836ba8 /etc/sysctl.d/10-ptrace.conf 47f40494b2fc698e15549e0a4a79e81c /etc/sysctl.d/10-zeropage.conf 8d7193abcc4dfedaf519dd03016a5e59 /etc/sysctl.d/README.sysctl f0690d3f1d45e35ba7d73c2b448da8cf Description: /proc file system utilities This package provides command line and full screen utilities for browsing procfs, a "pseudo" file system dynamically generated by the kernel to provide information about the status of entries in its process table (such as whether the process is running, stopped, or a "zombie"). . It contains free, kill, pkill, pgrep, pmap, ps, pwdx, skill, slabtop, snice, sysctl, tload, top, uptime, vmstat, w, and watch. Homepage: https://gitlab.com/procps-ng/procps Original-Maintainer: Craig Small Package: psmisc Status: install ok installed Priority: optional Section: admin Installed-Size: 284 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Version: 23.3-1 Replaces: procps (<< 1:1.2) Depends: libc6 (>= 2.14), libselinux1 (>= 1.32), libtinfo6 (>= 6) Description: utilities that use the proc file system This package contains miscellaneous utilities that use the proc FS: . - fuser: identifies processes that are using files or sockets. - killall: kills processes by name (e.g. "killall -HUP named"). - peekfd: shows the data traveling over a file descriptor. - pstree: shows currently running processes as a tree. - prtstat: print the contents of /proc//stat Original-Maintainer: Craig Small Homepage: http://psmisc.sf.net/ Package: publicsuffix Status: install ok installed Priority: optional Section: net Installed-Size: 309 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Version: 20200303.0012-1 Provides: publicsuffix-dafsa Description: accurate, machine-readable list of domain name suffixes A machine-readable list of domain name suffixes that accept public registration. Each suffix represents the part of a domain name which is not under the control of the individual registrant, which makes the list useful for grouping cookies, deciding same-origin policies, collating spam, and other activities. Original-Maintainer: Daniel Kahn Gillmor Homepage: https://publicsuffix.org Package: pulseaudio Status: install ok installed Priority: optional Section: sound Installed-Size: 4536 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: foreign Version: 1:13.99.1-1ubuntu3.13 Depends: libasound2 (>= 1.2.1.1), libc6 (>= 2.29), libcap2 (>= 1:2.10), libdbus-1-3 (>= 1.9.14), libgcc-s1 (>= 3.0), libglib2.0-0 (>= 2.31.18), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.0.0), libice6 (>= 1:1.0.0), libltdl7 (>= 2.4.6), liborc-0.4-0 (>= 1:0.4.25), libpulse0 (= 1:13.99.1-1ubuntu3.13), libsm6, libsnapd-glib1 (>= 1.49), libsndfile1 (>= 1.0.20), libsoxr0 (>= 0.1.1), libspeexdsp1 (>= 1.2~beta3.2-1), libstdc++6 (>= 4.1.1), libsystemd0, libtdb1 (>= 1.2.7+git20101214), libudev1 (>= 183), libwebrtc-audio-processing1, libx11-6, libx11-xcb1 (>= 2:1.6.9), libxcb1, libxtst6, adduser, lsb-base (>= 3.2-13), libasound2-plugins, pulseaudio-utils Pre-Depends: init-system-helpers (>= 1.54~) Recommends: rtkit, default-logind | logind, dbus-user-session Suggests: udev, pavumeter, pavucontrol, paman, paprefs, ubuntu-sounds Conffiles: /etc/dbus-1/system.d/pulseaudio-system.conf 3c47ffdd82462606b3cccef9276497a7 /etc/init.d/pulseaudio-enable-autospawn 8bb494e2835aaec455cb6bb3e85ca1e4 /etc/pulse/daemon.conf 01f1ecdb9429ceba7396faa971bd228a /etc/pulse/default.pa b4d0adc72eb7e2e452612f7b31184610 /etc/pulse/system.pa 8cc7ccecf1e5d7829c6c0dd6386499b0 /etc/xdg/autostart/pulseaudio.desktop ae3a4f91f60997b214d27d7089beef4e Description: PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . These are some of PulseAudio's features: . * High quality software mixing of multiple audio streams with support for more than one sink/source. May be used to combine multiple sound cards into one (with sample rate adjustment). . * Wide range of supported client libraries. ESD, ALSA, oss, libao and GStreamer client applications are supported as-is. Native PulseAudio plug-ins are also available for xmms and mplayer. . * Good low latency behaviour and very accurate latency measurement for playback and recording. Ability to fully synchronize multiple playback streams. . * Network transparency, allowing an application to play back or record audio on a different machine than the one it is running on. . * Extensible plug-in architecture with plug-ins for jackd, multicast-rtp lirc and avahi, just to name a few. . This package contains the daemon and basic module set. Homepage: http://www.pulseaudio.org Original-Maintainer: Pulseaudio maintenance team Package: pulseaudio-module-bluetooth Status: install ok installed Priority: optional Section: sound Installed-Size: 320 Maintainer: Ubuntu Developers Architecture: amd64 Source: pulseaudio Version: 1:13.99.1-1ubuntu3.13 Depends: libc6 (>= 2.14), libdbus-1-3 (>= 1.9.14), libpulse0 (= 1:13.99.1-1ubuntu3.13), libsbc1, pulseaudio (= 1:13.99.1-1ubuntu3.13), bluez (>= 5.23) Description: Bluetooth module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This module enables PulseAudio to work with bluetooth devices, like headset or audio gateway. . The module is called module-bluetooth Homepage: http://www.pulseaudio.org Original-Maintainer: Pulseaudio maintenance team Package: pulseaudio-utils Status: install ok installed Priority: optional Section: sound Installed-Size: 307 Maintainer: Ubuntu Developers Architecture: amd64 Source: pulseaudio Version: 1:13.99.1-1ubuntu3.13 Depends: libc6 (>= 2.16), libcap2 (>= 1:2.10), libice6 (>= 1:1.0.0), libpulse0 (= 1:13.99.1-1ubuntu3.13), libsm6, libsndfile1 (>= 1.0.20), libx11-6, libx11-xcb1 (>= 2:1.6.9), libxcb1, libxtst6, libpulsedsp Suggests: avahi-daemon, pulseaudio Description: Command line tools for the PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . These tools provide command line access to various features of the PulseAudio sound server. Included tools are: . paplay - Playback a WAV file via a PulseAudio sink. pacat - Cat raw audio data to a PulseAudio sink. parec - Cat raw audio data from a PulseAudio source. pacmd - Connect to PulseAudio's built-in command line control interface. pactl - Send a control command to a PulseAudio server. padsp - /dev/dsp wrapper to transparently support OSS applications. pax11publish - Store/retrieve PulseAudio default server/sink/source settings in the X11 root window. Homepage: http://www.pulseaudio.org Original-Maintainer: Pulseaudio maintenance team Package: python-apt-common Status: install ok installed Priority: optional Section: python Installed-Size: 268 Maintainer: Ubuntu Developers Architecture: all Source: python-apt Version: 2.0.1 Replaces: python-apt (<< 0.7.98+nmu1) Breaks: python-apt (<< 0.7.98+nmu1) Enhances: python-apt, python3-apt Description: Python interface to libapt-pkg (locales) The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions. . This package contains locales. Original-Maintainer: APT Development Team Package: python-pkg-resources Status: install ok installed Priority: optional Section: python Installed-Size: 567 Maintainer: Ubuntu Developers Architecture: all Multi-Arch: foreign Source: python-setuptools Version: 44.0.0-2ubuntu0.1 Depends: python2:any (<< 2.8), python2:any (>= 2.7~) Suggests: python-setuptools Description: Package Discovery and Resource Access using pkg_resources The pkg_resources module provides an API for Python libraries to access their resource files, and for extensible applications and frameworks to automatically discover plugins. It also provides runtime support for using C extensions that are inside zipfile-format eggs, support for merging packages that have separately-distributed modules or subpackages, and APIs for managing Python's current "working set" of active packages. Homepage: https://pypi.python.org/pypi/setuptools Original-Maintainer: Matthias Klose Package: python2 Status: install ok installed Priority: optional Section: python Installed-Size: 136 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: allowed Source: python-defaults Version: 2.7.17-2ubuntu4 Replaces: python (<< 2.7.15-2), python-dev (<< 2.6.5-2) Provides: python-ctypes, python-email, python-importlib, python-profiler, python-wsgiref Depends: python2.7 (>= 2.7.17~rc1-1~), libpython2-stdlib (= 2.7.17-2ubuntu4) Pre-Depends: python2-minimal (= 2.7.17-2ubuntu4) Suggests: python2-doc (= 2.7.17-2ubuntu4), python-tk (>= 2.7.17~rc1-1~) Breaks: python (<< 2.7.15-2), update-manager-core (<< 0.200.5-2) Conflicts: python-central (<< 0.5.5) Description: interactive high-level object-oriented language (Python2 version) Python2, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on Debian's Python2 version (currently v2.7). Homepage: https://www.python.org/ Original-Maintainer: Matthias Klose Package: python2-minimal Status: install ok installed Priority: optional Section: python Installed-Size: 144 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: allowed Source: python-defaults Version: 2.7.17-2ubuntu4 Replaces: python (<= 2.7.3-1~), python-minimal (<< 2.7.15-2) Depends: python2.7-minimal (>= 2.7.17~rc1-1~), dpkg (>= 1.13.20) Recommends: python2 Breaks: idle (<< 2.6), python (<= 2.7.3-1~), python-all (<< 2.6), python-all-dbg (<< 2.6), python-all-dev (<< 2.6), python-dbg (<< 2.6), python-dev (<< 2.6), python-examples (<< 2.6), python-minimal (<< 2.7.15-2), python-support (<< 1.0.10ubuntu2), python2.5-minimal (<< 2.5.5-7), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2) Conflicts: python-central (<< 0.5.5) Description: minimal subset of the Python2 language This package contains the interpreter and some essential modules. It's used in the boot process for some basic tasks. See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules contained in this package. Homepage: https://www.python.org/ Cnf-Visible-Pkgname: python2 Original-Maintainer: Matthias Klose Package: python2.7 Status: install ok installed Priority: optional Section: python Installed-Size: 383 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: allowed Version: 2.7.18-1~20.04.7 Replaces: python-profiler (<= 2.7.1-2), python2.7-minimal (<< 2.7.3-7~) Depends: python2.7-minimal (= 2.7.18-1~20.04.7), libpython2.7-stdlib (= 2.7.18-1~20.04.7), mime-support Suggests: python2.7-doc, binutils Breaks: python-virtualenv (<< 1.7.1.2-2~), vim-athena (<< 2:7.3.547-4), vim-gnome (<< 2:7.3.547-4), vim-gtk (<< 2:7.3.547-4), vim-nox (<< 2:7.3.547-4) Conflicts: python-profiler (<= 2.7.1-2) Description: Interactive high-level object-oriented language (version 2.7) Python is a high-level, interactive, object-oriented language. Its 2.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. Original-Maintainer: Matthias Klose Package: python2.7-minimal Status: install ok installed Priority: optional Section: python Installed-Size: 3707 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: allowed Source: python2.7 Version: 2.7.18-1~20.04.7 Replaces: python2.7 (<< 2.7.8-7~) Depends: libpython2.7-minimal (= 2.7.18-1~20.04.7) Pre-Depends: libc6 (>= 2.29), zlib1g (>= 1:1.2.0) Recommends: python2.7 Suggests: binfmt-support Conflicts: binfmt-support (<< 1.1.2) Description: Minimal subset of the Python language (version 2.7) This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules contained in this package. Original-Maintainer: Matthias Klose Cnf-Visible-Pkgname: python2.7 Package: python3 Status: install ok installed Priority: important Section: python Installed-Size: 189 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: allowed Source: python3-defaults Version: 3.8.2-0ubuntu2 Replaces: python3-minimal (<< 3.1.2-2) Provides: python3-profiler Depends: python3.8 (>= 3.8.2-1~), libpython3-stdlib (= 3.8.2-0ubuntu2) Pre-Depends: python3-minimal (= 3.8.2-0ubuntu2) Suggests: python3-doc (>= 3.8.2-0ubuntu2), python3-tk (>= 3.8.2-1~), python3-venv (>= 3.8.2-0ubuntu2) Description: interactive high-level object-oriented language (default python3 version) Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package is a dependency package, which depends on Debian's default Python 3 version (currently v3.8). Homepage: https://www.python.org/ Original-Maintainer: Matthias Klose Package: python3-acme Status: install ok installed Priority: optional Section: python Installed-Size: 137 Maintainer: Ubuntu Developers Architecture: all Source: python-acme Version: 1.1.0-1 Depends: ca-certificates, python3-openssl (>= 0.15), python3-cryptography (>= 1.2.3), python3-josepy, python3-mock, python3-pkg-resources, python3-requests, python3-requests-toolbelt, python3-rfc3339, python3-six (>= 1.9.0), python3-tz, python3:any Suggests: python-acme-doc Description: ACME protocol library for Python 3 This is a library used by the Let's Encrypt client for the ACME (Automated Certificate Management Environment). The ACME protocol is designed as part of the Let's Encrypt project, to make it possible to setup an HTTPS server and have it automatically obtain a browser-trusted certificate, without any human intervention. This library implements the protocol used for proving the control of a domain. This library is Python 3. Original-Maintainer: Debian Let's Encrypt Homepage: https://letsencrypt.org/ Package: python3-apport Status: install ok installed Priority: optional Section: python Installed-Size: 592 Maintainer: Ubuntu Developers Architecture: all Source: apport Version: 2.20.11-0ubuntu27.31 Depends: python3:any (>= 3.0~), python3-apt (>= 0.7.9), python3-httplib2, python3-problem-report (>= 0.94), python3-requests-unixsocket, lsb-release, python3-launchpadlib Recommends: apport Description: Python 3 library for Apport crash report handling This Python package provides high-level functions for creating and handling apport crash reports: . * Query available and new reports. * Add OS, packaging, and process runtime information to a report. * Various frontend utility functions. * Python hook to generate crash reports when Python scripts fail. Homepage: https://wiki.ubuntu.com/Apport Package: python3-apt Status: install ok installed Priority: optional Section: python Installed-Size: 715 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: allowed Source: python-apt Version: 2.0.1 Replaces: python-apt (<< 0.7.98+nmu1) Provides: python3.8-apt Depends: python3 (<< 3.9), python3 (>= 3.8~), python3:any, libapt-pkg6.0 (>= 1.9.11~), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), python-apt-common Recommends: lsb-release, iso-codes Suggests: python3-apt-dbg, python-apt-doc, apt Breaks: apt-xapian-index (<< 0.51~), kthresher (<= 1.4.0-1), python-apt (<< 0.7.98+nmu1) Description: Python 3 interface to libapt-pkg The apt_pkg Python 3 interface will provide full access to the internal libapt-pkg structures allowing Python 3 programs to easily perform a variety of functions, such as: . - Access to the APT configuration system - Access to the APT package information database - Parsing of Debian package control files, and other files with a similar structure . The included 'aptsources' Python interface provides an abstraction of the sources.list configuration on the repository and the distro level. Original-Maintainer: APT Development Team Package: python3-aptdaemon Status: install ok installed Priority: extra Section: python Installed-Size: 499 Maintainer: Ubuntu Developers Architecture: all Source: aptdaemon Version: 1.1.1+bzr982-0ubuntu32.3 Depends: python3:any (>= 3.2~), aptdaemon, gir1.2-glib-2.0, gir1.2-packagekitglib-1.0 (>= 1.1.1), python3-apt (>= 0.8.5~ubuntu1), python3-defer (>= 1.0.6), python3-dbus, python3-gi, python3-pkg-resources, iso-codes Description: Python 3 module for the server and client of aptdaemon Aptdaemon is a transaction based package management service. It allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . This package provides the Python 3 modules required to run aptdaemon and to implement a client. The API is not stable yet. Homepage: https://launchpad.net/aptdaemon Original-Maintainer: Julian Andres Klode Package: python3-aptdaemon.gtk3widgets Status: install ok installed Priority: extra Section: python Installed-Size: 91 Maintainer: Ubuntu Developers Architecture: all Source: aptdaemon Version: 1.1.1+bzr982-0ubuntu32.3 Replaces: python-aptdaemon-gtk (<< 0.41+bzr582-0ubuntu1) Depends: python3:any (>= 3.2~), python3-aptdaemon (= 1.1.1+bzr982-0ubuntu32.3), python3-gi, gir1.2-gtk-3.0, gir1.2-vte-2.91, aptdaemon-data Conflicts: python-aptdaemon-gtk (<< 0.41+bzr582-0ubuntu1) Description: Python 3 GTK+ 3 widgets to run an aptdaemon client Aptdaemon is a transaction based package management daemon. It allows normal users to perform package management tasks, e.g. refreshing the cache, upgrading the system, installing or removing software packages. . This package provides the Python 3 GTK+ 3 widgets to implement a fully working graphical client. The widgets can be used to initiate, to monitor and to control a transaction. The API is not stable yet. Homepage: https://launchpad.net/aptdaemon Original-Maintainer: Julian Andres Klode Package: python3-attr Status: install ok installed Priority: optional Section: python Installed-Size: 159 Maintainer: Ubuntu Developers Architecture: all Source: python-attrs Version: 19.3.0-2 Depends: python3:any Suggests: python-attr-doc Description: Attributes without boilerplate (Python 3) attrs is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols. . You just specify the attributes to work with and attrs gives you: - a nice human-readable __repr__, - a complete set of comparison methods, - an initializer, - and much more without writing dull boilerplate code again and again. . This package contains attrs packaged for Python 3. Original-Maintainer: Debian Python Modules Team Homepage: https://attrs.readthedocs.org/ Package: python3-augeas Status: install ok installed Priority: optional Section: python Installed-Size: 42 Maintainer: Ubuntu Developers Architecture: all Source: python-augeas Version: 0.5.0-1.1 Depends: libaugeas0 (>= 0.7.2), python3:any (>= 3.3~) Description: Python3 bindings for Augeas Augeas is a library and command line tool that focuses on the most basic problem in handling Linux configurations programmatically: editing actual configuration files in a controlled manner. . This module provides a Python3 interface to the Augeas API. Original-Maintainer: Free Ekanayaka Homepage: http://augeas.net/ Package: python3-automat Status: install ok installed Priority: optional Section: python Installed-Size: 141 Maintainer: Ubuntu Developers Architecture: all Source: automat Version: 0.8.0-1ubuntu1 Depends: python3-attr, python3-six, python3:any Description: Self-service finite-state machines for the programmer on the go Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers). Original-Maintainer: Debian Python Modules Team Homepage: https://pypi.python.org/pypi/Automat Package: python3-blinker Status: install ok installed Priority: optional Section: python Installed-Size: 55 Maintainer: Ubuntu Developers Architecture: all Source: blinker Version: 1.4+dfsg1-0.3ubuntu1 Depends: python3:any Suggests: python-blinker-doc Description: fast, simple object-to-object and broadcast signaling library Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals". . Signal receivers can subscribe to specific senders or receive signals sent by any sender. . This package contains the Python 3 version. Original-Maintainer: Debian Python Modules Team Homepage: http://pythonhosted.org/blinker/ Package: python3-cairo Status: install ok installed Priority: optional Section: python Installed-Size: 264 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: same Source: pycairo Version: 1.16.2-2ubuntu2 Provides: python3.8-cairo Depends: python3 (<< 3.9), python3 (>= 3.8~), python3:any, libc6 (>= 2.14), libcairo2 (>= 1.14.0) Description: Python3 bindings for the Cairo vector graphics library This package contains modules that allow you to use the Cairo vector graphics library in Python3 programs. Original-Maintainer: Debian Python Modules Team Homepage: http://cairographics.org/pycairo/ Package: python3-certbot Status: install ok installed Priority: optional Section: python Installed-Size: 1284 Maintainer: Ubuntu Developers Architecture: all Source: python-certbot Version: 0.40.0-1ubuntu0.1 Replaces: python-letsencrypt Depends: python3-acme (>= 0.40.0~), python3-requests (>= 2.4.3), python3-configargparse (>= 0.10.0), python3-configobj, python3-cryptography (>= 1.2.3), python3-distro, python3-josepy (>= 1.1.0~), python3-mock, python3-parsedatetime (>= 1.3), python3-pkg-resources, python3-rfc3339, python3-tz, python3-zope.component, python3-zope.interface, python3:any Recommends: certbot Suggests: python-certbot-doc Breaks: python-certbot-apache (<< 0.20.0), python-certbot-nginx (<< 0.20.0), python-letsencrypt (<= 0.6.0) Description: main library for certbot The objective of Certbot, Let's Encrypt, and the ACME (Automated Certificate Management Environment) protocol is to make it possible to set up an HTTPS server and have it automatically obtain a browser-trusted certificate, without any human intervention. This is accomplished by running a certificate management agent on the web server. . This agent is used to: . - Automatically prove to the Let's Encrypt CA that you control the website - Obtain a browser-trusted certificate and set it up on your web server - Keep track of when your certificate is going to expire, and renew it - Help you revoke the certificate if that ever becomes necessary. . This package contains the main libraries. Homepage: https://certbot.eff.org/ Original-Maintainer: Debian