diff --git a/doc/md/CHANGELOG.md b/doc/md/CHANGELOG.md index cb5bbc1..c4fb81d 100644 --- a/doc/md/CHANGELOG.md +++ b/doc/md/CHANGELOG.md @@ -3,6 +3,65 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/). +## [v3.0.0](https://gitlab.com/nodiscc/dlc/releases/tag/3.0.0) - 2021-10-24 + +### Changed + +- rebase on [Debian 11.1.0 "Bullseye"](https://www.debian.org/releases/bullseye/) +- doc: increase RAM requirements to 2GB/recommended 4GB +- apt: update APT sources lists/configuration +- replace [backintime](https://packages.debian.org/bullseye/backintime-qt) backup tool with [deja-dup](https://wiki.gnome.org/Apps/DejaDup) +- games: install lutris from official Debian repositories, remove third-party package download +- extras: use `.deb` packages to manage additional/unofficial software ([bleachbit-cleanerml](https://github.com/bleachbit/cleanerml), [yt-dlp](https://github.com/yt-dlp/yt-dlp), [pidgin-opensteamworks](https://github.com/eionrobb/pidgin-opensteamworks), [user.js](https://github.com/nodiscc/user.js)), remove custom installation logic, update all extra packages to latest releases +- network/audio-video: replace [youtube-dl](https://packages.debian.org/bullseye/youtube-dl)/[streamlink](https://packages.debian.org/bullseye/streamlink) with [yt-dlp](https://github.com/yt-dlp/yt-dlp) ([third-party package](https://nodiscc.gitlab.io/toolbox/)) +- skel: update and fix [conky](https://packages.debian.org/bullseye/conky-all) configuration for recent versions +- skel/session: don't autostart blueman bluetooth manager by default +- skel/session: don't autostart keepassxc by default +- skel: update default UI configuration for thunar, ristretto, xfce4-desktop, xfce4-panel +- skel: replace xfce4-power-manager notification icon with battery panel plugin +- skel: xfwm4: enable video compositing by default (transparency effects) +- skel: xfwm4: disable confusing "Use mouse wheel on title bar to roll up the window" setting +- skel: thunar: add custom right-click menu actions to restore files/directories with deja-dup, and analyze disk usage (baobab) in the selected directory +- skel: vlc: don't ask for network metadata access, disable it by default +- reduce ISO image size (don't keep APT indices on the live filesystem) +- doc: update user/maintainer documentation/download links +- doc: installation: rotate GPG key (old key expired) +- doc: update alternative/suggested packages list, remove packages no longer available in Debian 11 +- skel/desktop: update backgrounds/themes for Debian 11 +- skel: update default bash aliases (alias `diff` to `colordiff`, don't alias `diff`) +- tools: update tests/build configuration and tools, make build completely non-interactive +- system/config: enable UFW firewall at boot by default + +### Added + +- network: add support for more IM protocols in pidgin: [OMEMO encryption](https://packages.debian.org/bullseye/purple-lurch), [discord](https://packages.debian.org/bullseye/purple-discord), [telegram](https://packages.debian.org/bullseye/telegram-purple), [https://packages.debian.org/bullseye/purple-rocketchat], XMPP [HTTP upload](https://packages.debian.org/bullseye/purple-xmpp-http-upload) and [message carbons](https://packages.debian.org/bullseye/purple-xmpp-carbons) +- graphics: add [gcolor3](https://packages.debian.org/bullseye/gcolor3) color picker +- doc: add [Software: Extras](https://debian-live-config.readthedocs.io/en/latest/packages/extras.html) page listing all third-party downloads + +### Removed + +- system: remove [primus](https://packages.debian.org/bullseye/primus) (conflicts with nvidia drivers) +- system: remove [irqbalance](https://packages.debian.org/bullseye/irqbalance) (unused, benefits unclear) +- utilities: remove [xfce4-notes](https://packages.debian.org/buster/xfce4-notes) (package was removed from Debian 11) +- remove less used/unused packages to reduce dependencies and image size: reduce number of default installed fonts, [asunder](https://packages.debian.org/bullseye/asunder), [cmatrix](https://packages.debian.org/bullseye/cmatrix), [pandoc](https://packages.debian.org/bullseye/pandoc), [advancecomp](https://packages.debian.org/bullseye/advancecomp), [libasound2-plugin-equal](https://packages.debian.org/bullseye/libasound2-plugin-equal) (can be replaced with [pulseaudio-equalizer](https://packages.debian.org/bullseye/pulseaudio-equalizer)), [gnome-settings-daemon](https://packages.debian.org/bullseye/gnome-settings-daemon), [gitg](https://packages.debian.org/bullseye/gitg), [gimp-gmic](https://packages.debian.org/bullseye/gimp-gmic), [pulseaudio-module-zeroconf](https://packages.debian.org/bullseye/pulseaudio-module-zeroconf), [xfburn](https://packages.debian.org/bullseye/xfburn), [blender](https://packages.debian.org/bullseye/blender), [shellcheck](https://packages.debian.org/bullseye/shellcheck), [asciinema](https://packages.debian.org/bullseye/asciinema), [wine](https://packages.debian.org/bullseye/wine) (let lutris manage wine versions/architectures), [inkscape](https://packages.debian.org/bullseye/inkscape), [pstoedit](https://packages.debian.org/bullseye/pstoedit), [gimp-help-fr](https://packages.debian.org/bullseye/gimp-help-fr) +- extras: remove [xfce4-terminal-colorschemes](https://gitlab.com/nodiscc/xfce4-terminal-colorschemes) (deprecated) +- extras: remove custom [nano text editor syntax highlighting](https://github.com/scopatz/nanorc) +- remove custom grub configuration, revert to debian defaults +- remove [webext-https-everywhere](https://packages.debian.org/bullseye/webext-https-everywhere) firefox addon (replaced with built-in "HTTPS only" mode) + +### Fixed + +- always install/upgrade linux kernel and nvidia drivers from bullseye-backports +- fix default file associations for text and media files + +### Upgrade procedure + +If you have a system installed from a previous version of `debian-live-config`: + +- Recommended: [Backup](https://backintime.readthedocs.io/en/latest/) user data, [download](https://debian-live-config.readthedocs.io/en/latest/download-and-installation.html) the latest ISO image, reinstall (overwrite the existing installation), restore data from backups +- To upgrade without reinstalling: replace `buster` with `bullseye` in `/etc/apt/sources.list`, `/etc/apt/sources.list.d/*`, remove `/etc/apt/sources.list.d/debian-buster-updates-security-backports.list`, install [`/etc/apt/sources.list.d/debian-buster-updates-security-backports.list`](https://gitlab.com/nodiscc/debian-live-config/-/blob/bullseye/config/archives/debian-updates-security-backports.list.chroot), run `sudo apt update && sudo apt dist-upgrade` (read Debian 11 [Release notes](https://www.debian.org/News/2021/20210814)). Optionally update your configuration according to [changes since the last release](https://gitlab.com/nodiscc/debian-live-config/-/compare/2.2.5...3.0.0). `skel` modifications will only take effect on newly created user accounts. + + ## [v2.2.5](https://gitlab.com/nodiscc/dlc/releases/tag/2.2.5) - 2020-12-16 ### Removed diff --git a/doc/md/LICENSE.md b/doc/md/LICENSE.md index 2eab26e..45a4426 100644 --- a/doc/md/LICENSE.md +++ b/doc/md/LICENSE.md @@ -1068,6 +1068,5 @@ License: CC-BY-SA-3.0 ---------------------------- -config/includes.chroot/usr/share/backgrounds/futureprototype-darker-4096x2160.svg (c) 2018 Alex Makas, GPLv3 - -config/includes.chroot/usr/share/backgrounds/homeworld-darker-3840x2160.png, config/bootloaders/*grub-pc*/splash.png (c) 2020 Juliette Taka, CC-BY-SA-4.0 or GNU GPL-2.0+ \ No newline at end of file +- config/includes.chroot/usr/share/backgrounds/futureprototype-darker-4096x2160.svg (c) 2018 Alex Makas, GPLv3 +- config/includes.chroot/usr/share/backgrounds/homeworld-darker-3840x2160.png, config/bootloaders/*/splash.png (c) 2020 Juliette Taka, CC-BY-SA-4.0 or GNU GPL-2.0+ diff --git a/doc/md/packages/audio-video.md b/doc/md/packages/audio-video.md index 000d133..6f79c00 100644 --- a/doc/md/packages/audio-video.md +++ b/doc/md/packages/audio-video.md @@ -9,25 +9,9 @@ - + -**[mpv](https://packages.debian.org/buster/mpv)** - video player based on MPlayer/mplayer2 - - - mpv is a movie player based on MPlayer and mplayer2. It supports a wide - variety of video file formats, audio and video codecs, and subtitle types. - - - ------------------------ - - - - - - - -**[vlc](https://packages.debian.org/buster/vlc)** - multimedia player and streamer +**[vlc](https://packages.debian.org/bullseye/vlc)** - multimedia player and streamer VLC is the VideoLAN project's media player. It plays MPEG, MPEG-2, MPEG-4, @@ -39,41 +23,54 @@ ----------------------- -- ![](green.png) [mpv](https://packages.debian.org/buster/mpv) `0.29.1-1` - video player based on MPlayer/mplayer2 -- ![](green.png) [vlc](https://packages.debian.org/buster/vlc) `3.0.11-0+deb10u1` - multimedia player and streamer -- ![](green.png) [libdvdread4](https://packages.debian.org/buster/libdvdread4) `6.0.1-1` - library for reading DVDs -- ![](green.png) [vlc-plugin-notify](https://packages.debian.org/buster/vlc-plugin-notify) `3.0.11-0+deb10u1` - LibNotify plugin for VLC -- ![](green.png) [vlc-plugin-vlsub](https://packages.debian.org/buster/vlc-plugin-vlsub) `0.10.2-2` - VLC extension to download subtitles from opensubtitles.org -- ![](green.png) [vlc-plugin-jack](https://packages.debian.org/buster/vlc-plugin-jack) `3.0.11-0+deb10u1` - JACK audio plugins for VLC -- ![](green.png) [vlc-plugin-samba](https://packages.debian.org/buster/vlc-plugin-samba) `3.0.11-0+deb10u1` - Samba plugin for VLC -- ![](green.png) [vlc-plugin-skins2](https://packages.debian.org/buster/vlc-plugin-skins2) `3.0.11-0+deb10u1` - multimedia player and streamer (Skins2 plugin) -- ![](green.png) [vlc-plugin-video-splitter](https://packages.debian.org/buster/vlc-plugin-video-splitter) `3.0.11-0+deb10u1` - multimedia player and streamer (video splitter plugins) -- ![](green.png) [vlc-plugin-visualization](https://packages.debian.org/buster/vlc-plugin-visualization) `3.0.11-0+deb10u1` - multimedia player and streamer (visualization plugins) -- ![](green.png) [vlc-plugin-video-output](https://packages.debian.org/buster/vlc-plugin-video-output) `3.0.11-0+deb10u1` - multimedia player and streamer (video output plugins) -- ![](green.png) [vlc-plugin-base](https://packages.debian.org/buster/vlc-plugin-base) `3.0.11-0+deb10u1` - multimedia player and streamer (base plugins) -- ![](green.png) [vlc-plugin-qt](https://packages.debian.org/buster/vlc-plugin-qt) `3.0.11-0+deb10u1` - multimedia player and streamer (Qt plugin) -- ![](green.png) [libdvd-pkg](https://packages.debian.org/buster/libdvd-pkg) `1.4.2-1-1` - DVD-Video playing library - installer -- ![](grey.png) _[freetuxtv](https://packages.debian.org/buster/freetuxtv) `0.6.8~dfsg1-1+b2` - Internet television and radio player_ -- ![](grey.png) _[gnome-dvb-client](https://packages.debian.org/buster/gnome-dvb-client) `1:0.2.91~git20170110-4` - client for gnome-dvb-daemon_ -- ![](grey.png) _[gnome-mpv](https://packages.debian.org/buster/gnome-mpv) `0.14-1` - simple GTK+ frontend for mpv_ -- ![](grey.png) _[kodi](https://packages.debian.org/buster/kodi) `2:17.6+dfsg1-4+b1` - Open Source Home Theatre (executable binaries)_ -- ![](grey.png) _[mpv](https://packages.debian.org/buster/mpv) `0.29.1-1` - video player based on MPlayer/mplayer2_ -- ![](grey.png) _[parole](https://packages.debian.org/buster/parole) `1.0.1-1` - media player based on GStreamer framework_ -- ![](grey.png) _[smplayer](https://packages.debian.org/buster/smplayer) `18.10.0~ds0-1` - Complete front-end for MPlayer and mpv_ -- ![](grey.png) _[subdownloader](https://packages.debian.org/buster/subdownloader) `2.0.19-1` - subtitle download/upload manager for video files_ -- ![](grey.png) _[totem](https://packages.debian.org/buster/totem) `3.30.0-4` - Simple media player for the GNOME desktop based on GStreamer_ -- ![](grey.png) _[totem-plugins](https://packages.debian.org/buster/totem-plugins) `3.30.0-4` - Plugins for the Totem media player_ -- ![](grey.png) _[vlc-plugin-svg](https://packages.debian.org/buster/vlc-plugin-svg) `3.0.11-0+deb10u1` - SVG plugin for VLC_ -- ![](grey.png) _[vlc-plugin-zvbi](https://packages.debian.org/buster/vlc-plugin-zvbi) `3.0.11-0+deb10u1` - transitional dummy package_ -- ![](grey.png) _[zapping](https://packages.debian.org/buster/zapping) `0.10~cvs6-16` - television viewer for the GNOME environment_ + + + + + +**[mpv](https://packages.debian.org/bullseye/mpv)** - video player based on MPlayer/mplayer2 + + + mpv is a movie player based on MPlayer and mplayer2. It supports a wide + variety of video file formats, audio and video codecs, and subtitle types. + + + +----------------------- + + +- ![](green.png) [vlc](https://packages.debian.org/bullseye/vlc) `3.0.16-1` - multimedia player and streamer +- ![](green.png) [vlc-plugin-notify](https://packages.debian.org/bullseye/vlc-plugin-notify) `3.0.16-1` - LibNotify plugin for VLC +- ![](green.png) [vlc-plugin-jack](https://packages.debian.org/bullseye/vlc-plugin-jack) `3.0.16-1` - JACK audio plugins for VLC +- ![](green.png) [vlc-plugin-samba](https://packages.debian.org/bullseye/vlc-plugin-samba) `3.0.16-1` - Samba plugin for VLC +- ![](green.png) [vlc-plugin-skins2](https://packages.debian.org/bullseye/vlc-plugin-skins2) `3.0.16-1` - multimedia player and streamer (Skins2 plugin) +- ![](green.png) [vlc-plugin-video-splitter](https://packages.debian.org/bullseye/vlc-plugin-video-splitter) `3.0.16-1` - multimedia player and streamer (video splitter plugins) +- ![](green.png) [vlc-plugin-visualization](https://packages.debian.org/bullseye/vlc-plugin-visualization) `3.0.16-1` - multimedia player and streamer (visualization plugins) +- ![](green.png) [vlc-plugin-video-output](https://packages.debian.org/bullseye/vlc-plugin-video-output) `3.0.16-1` - multimedia player and streamer (video output plugins) +- ![](green.png) [vlc-plugin-base](https://packages.debian.org/bullseye/vlc-plugin-base) `3.0.16-1` - multimedia player and streamer (base plugins) +- ![](green.png) [vlc-plugin-qt](https://packages.debian.org/bullseye/vlc-plugin-qt) `3.0.16-1` - multimedia player and streamer (Qt plugin) +- ![](green.png) [libdvd-pkg](https://packages.debian.org/bullseye/libdvd-pkg) `1.4.2-1-1` - DVD-Video playing library - installer +- ![](green.png) [mpv](https://packages.debian.org/bullseye/mpv) `0.32.0-3` - video player based on MPlayer/mplayer2 +- ![](grey.png) _[freetuxtv](https://packages.debian.org/bullseye/freetuxtv) `0.6.8~dfsg1-1+b2` - Internet television and radio player_ +- ![](grey.png) _[gnome-dvb-client](https://packages.debian.org/bullseye/gnome-dvb-client) `1:0.2.91~git20170110-4` - client for gnome-dvb-daemon_ +- ![](grey.png) _[gnome-mpv](https://packages.debian.org/bullseye/gnome-mpv) `0.20-2` - transitional package_ +- ![](grey.png) _[kodi](https://packages.debian.org/bullseye/kodi) `2:19.1+dfsg2-2` - Open Source Home Theatre (executable binaries)_ +- ![](grey.png) _[mpv](https://packages.debian.org/bullseye/mpv) `0.32.0-3` - video player based on MPlayer/mplayer2_ +- ![](grey.png) _[parole](https://packages.debian.org/bullseye/parole) `4.16.0-1` - media player based on GStreamer framework_ +- ![](grey.png) _[smplayer](https://packages.debian.org/bullseye/smplayer) `20.6.0~ds0-1` - Complete front-end for MPlayer and mpv_ +- ![](grey.png) _[subdownloader](https://packages.debian.org/bullseye/subdownloader) `2.1.0-3` - subtitle download/upload manager for video files_ +- ![](grey.png) _[totem](https://packages.debian.org/bullseye/totem) `3.38.0-2` - Simple media player for the GNOME desktop based on GStreamer_ +- ![](grey.png) _[totem-plugins](https://packages.debian.org/bullseye/totem-plugins) `3.38.0-2` - Plugins for the Totem media player_ +- ![](grey.png) _[vlc-plugin-svg](https://packages.debian.org/bullseye/vlc-plugin-svg) `3.0.16-1` - SVG plugin for VLC_ +- ![](grey.png) _[celluloid](https://packages.debian.org/bullseye/celluloid) `0.20-2` - simple GTK+ frontend for mpv_ #### Music players/library managers - + -**[quodlibet](https://packages.debian.org/buster/quodlibet)** - audio library manager and player for GTK3 +**[quodlibet](https://packages.debian.org/bullseye/quodlibet)** - audio library manager and player for GTK3 Quod Libet is a music management program. It provides several different ways @@ -86,73 +83,50 @@ ----------------------- - - - - - -**[exfalso](https://packages.debian.org/buster/exfalso)** - audio tag editor for GTK+ - - - Ex Falso displays and edits audio metadata tags. Supported formats include - MP3, Ogg Vorbis, FLAC, Musepack (MPC), WavPack, and MOD/XM/IT. - - - ------------------------ - - -- ![](green.png) [exfalso](https://packages.debian.org/buster/exfalso) `4.2.1-1` - audio tag editor for GTK+ -- ![](green.png) [quodlibet](https://packages.debian.org/buster/quodlibet) `4.2.1-1` - audio library manager and player for GTK3 -- ![](green.png) [libgpod-common](https://packages.debian.org/buster/libgpod-common) `0.8.3-13` - common files for libgpod -- ![](green.png) [libgpod4](https://packages.debian.org/buster/libgpod4) `0.8.3-13` - library to read and write songs and artwork to an iPod -- ![](green.png) [python-cddb](https://packages.debian.org/buster/python-cddb) `1.4-5.3` - Python interface to CD-IDs and FreeDB -- ![](green.png) [python-feedparser](https://packages.debian.org/buster/python-feedparser) `5.2.1-1` - Universal Feed Parser for Python -- ![](green.png) [python-musicbrainzngs](https://packages.debian.org/buster/python-musicbrainzngs) `0.6-3` - Python bindings for the Musicbrainz NGS webservice interface -- ![](green.png) [python-pyinotify](https://packages.debian.org/buster/python-pyinotify) `0.9.6-1` - simple Linux inotify Python bindings -- ![](green.png) [sox](https://packages.debian.org/buster/sox) `14.4.2+git20190427-1` - Swiss army knife of sound processing -- ![](grey.png) _[gnome-music](https://packages.debian.org/buster/gnome-music) `3.30.2-1` - Music is the new GNOME music playing application_ -- ![](grey.png) _[rhythmbox](https://packages.debian.org/buster/rhythmbox) `3.4.3-2` - music player and organizer for GNOME_ -- ![](grey.png) _[rhythmbox-plugins](https://packages.debian.org/buster/rhythmbox-plugins) `3.4.3-2` - plugins for rhythmbox music player_ -- ![](grey.png) _[clementine](https://packages.debian.org/buster/clementine) `1.3.1+git609-g623a53681+dfsg-1` - modern music player and library organizer_ -- ![](grey.png) _[gmusicbrowser](https://packages.debian.org/buster/gmusicbrowser) `1.1.15~ds0-1` - graphical jukebox for large music collections_ -- ![](grey.png) _[audacious](https://packages.debian.org/buster/audacious) `3.10.1-1` - small and fast audio player which supports lots of formats_ -- ![](grey.png) _[audacious-plugins](https://packages.debian.org/buster/audacious-plugins) `3.10.1-1` - Base plugins for audacious_ -- ![](grey.png) _[projectm-pulseaudio](https://packages.debian.org/buster/projectm-pulseaudio) `2.1.0+dfsg-4+b4` - projectM PulseAudio module_ -- ![](grey.png) _[mpd](https://packages.debian.org/buster/mpd) `0.21.5-3` - Music Player Daemon_ -- ![](grey.png) _[sonata](https://packages.debian.org/buster/sonata) `1.7~b1-3` - GTK+ client for the Music Player Daemon (MPD)_ -- ![](grey.png) _[ario](https://packages.debian.org/buster/ario) `1.6-1` - GTK+ client for the Music Player Daemon (MPD)_ -- ![](grey.png) _[cantata](https://packages.debian.org/buster/cantata) `2.3.3.ds1-1` - Qt client for the music player daemon (MPD)_ -- ![](grey.png) _[ncmpcpp](https://packages.debian.org/buster/ncmpcpp) `0.8.2-0.1` - ncurses-based client for the Music Player Daemon (MPD)_ -- ![](grey.png) _[mpc](https://packages.debian.org/buster/mpc) `0.31-1` - command-line tool to interface MPD_ -- ![](grey.png) _[moc](https://packages.debian.org/buster/moc) `1:2.6.0~svn-r2994-3` - ncurses based console audio player_ -- ![](grey.png) _[cmus](https://packages.debian.org/buster/cmus) `2.7.1+git20160225-2+b2` - lightweight ncurses audio player_ -- ![](grey.png) _[moc-ffmpeg-plugin](https://packages.debian.org/buster/moc-ffmpeg-plugin) `1:2.6.0~svn-r2994-3` - ncurses based console audio player - ffmpeg plugin_ -- ![](grey.png) _[mpg123](https://packages.debian.org/buster/mpg123) `1.25.10-2` - MPEG layer 1/2/3 audio player_ -- ![](grey.png) _[beets](https://packages.debian.org/buster/beets) `1.4.7-2` - music tagger and library organizer_ -- ![](grey.png) _[cowbell](https://packages.debian.org/buster/cowbell) `0.2.7.1-7+b1` - An easy-to-use tag editor for your music files_ -- ![](grey.png) _[easytag](https://packages.debian.org/buster/easytag) `2.4.3-4` - GTK+ editor for audio file tags_ -- ![](grey.png) _[puddletag](https://packages.debian.org/buster/puddletag) `1.2.0-2` - simple, powerful audio tag editor_ -- ![](grey.png) _[eyed3](https://packages.debian.org/buster/eyed3) `0.8.8-1` - Display and manipulate id3-tags on the command-line_ -- ![](grey.png) _[kid3](https://packages.debian.org/buster/kid3) `3.7.0-2` - KDE audio tag editor_ -- ![](grey.png) _[picard](https://packages.debian.org/buster/picard) `2.1.2-1+deb10u1` - Next-Generation MusicBrainz audio files tagger_ -- ![](grey.png) _[mussort](https://packages.debian.org/buster/mussort) `0.4-3` - simple tool that sorts a music collection_ -- ![](grey.png) _[musique](https://packages.debian.org/buster/musique) `1.1-2.1+b1` - Simple but sophisticated graphical music player_ -- ![](grey.png) _[radiotray](https://packages.debian.org/buster/radiotray) `0.7.3-6` - online radio streaming player_ -- ![](grey.png) _[vagalume](https://packages.debian.org/buster/vagalume) `0.8.6-2` - GTK+-based client for Last.fm-compatible radio services_ -- ![](grey.png) _[gpodder](https://packages.debian.org/buster/gpodder) `3.10.7-2` - podcast client and feed aggregator_ -- ![](grey.png) _[go-mtpfs](https://packages.debian.org/buster/go-mtpfs) `0.0~git20180209.d6f8f3c-1` - Mount MTP devices over FUSE_ -- ![](grey.png) _[gtkpod](https://packages.debian.org/buster/gtkpod) `2.1.5-6` - manage songs and playlists on an Apple iPod_ -- ![](grey.png) _[playerctl](https://packages.debian.org/buster/playerctl) `2.0.1-1` - utility to control media players via MPRIS_ -- ![](grey.png) _[streamtuner2](https://packages.debian.org/buster/streamtuner2) `2.2.1+dfsg-2` - Browser for Internet Radio Stations_ +- ![](green.png) [quodlibet](https://packages.debian.org/bullseye/quodlibet) `4.3.0-1` - audio library manager and player for GTK3 +- ![](green.png) [exfalso](https://packages.debian.org/bullseye/exfalso) `4.3.0-1` - audio tag editor for GTK+ +- ![](green.png) [libgpod-common](https://packages.debian.org/bullseye/libgpod-common) `0.8.3-16` - common files for libgpod +- ![](green.png) [libgpod4](https://packages.debian.org/bullseye/libgpod4) `0.8.3-16` - library to read and write songs and artwork to an iPod +- ![](green.png) [sox](https://packages.debian.org/bullseye/sox) `14.4.2+git20190427-2` - Swiss army knife of sound processing +- ![](grey.png) _[gnome-music](https://packages.debian.org/bullseye/gnome-music) `3.36.7-1` - Music is the new GNOME music playing application_ +- ![](grey.png) _[rhythmbox](https://packages.debian.org/bullseye/rhythmbox) `3.4.4-4` - music player and organizer for GNOME_ +- ![](grey.png) _[rhythmbox-plugins](https://packages.debian.org/bullseye/rhythmbox-plugins) `3.4.4-4` - plugins for rhythmbox music player_ +- ![](grey.png) _[clementine](https://packages.debian.org/bullseye/clementine) `1.4.0~rc1+git347-gfc4cb6fc7+dfsg-1+b1` - modern music player and library organizer_ +- ![](grey.png) _[audacious](https://packages.debian.org/bullseye/audacious) `4.0.5-1` - small and fast audio player which supports lots of formats_ +- ![](grey.png) _[audacious-plugins](https://packages.debian.org/bullseye/audacious-plugins) `4.0.5-1` - Base plugins for audacious_ +- ![](grey.png) _[projectm-pulseaudio](https://packages.debian.org/bullseye/projectm-pulseaudio) `3.1.7-1.1` - projectM PulseAudio module_ +- ![](grey.png) _[mpd](https://packages.debian.org/bullseye/mpd) `0.22.6-1+b1` - Music Player Daemon_ +- ![](grey.png) _[sonata](https://packages.debian.org/bullseye/sonata) `1.7.0-1` - GTK+ client for the Music Player Daemon (MPD)_ +- ![](grey.png) _[ario](https://packages.debian.org/bullseye/ario) `1.6-1.1` - GTK+ client for the Music Player Daemon (MPD)_ +- ![](grey.png) _[cantata](https://packages.debian.org/bullseye/cantata) `2.4.2.ds1-1` - Qt client for the music player daemon (MPD)_ +- ![](grey.png) _[ncmpcpp](https://packages.debian.org/bullseye/ncmpcpp) `0.9.2-1` - ncurses-based client for the Music Player Daemon (MPD)_ +- ![](grey.png) _[mpc](https://packages.debian.org/bullseye/mpc) `0.33-1` - command-line tool to interface MPD_ +- ![](grey.png) _[moc](https://packages.debian.org/bullseye/moc) `1:2.6.0~svn-r3005-1` - ncurses based console audio player_ +- ![](grey.png) _[cmus](https://packages.debian.org/bullseye/cmus) `2.9.1-1` - lightweight ncurses audio player_ +- ![](grey.png) _[moc-ffmpeg-plugin](https://packages.debian.org/bullseye/moc-ffmpeg-plugin) `1:2.6.0~svn-r3005-1` - ncurses based console audio player - ffmpeg plugin_ +- ![](grey.png) _[mpg123](https://packages.debian.org/bullseye/mpg123) `1.26.4-1` - MPEG layer 1/2/3 audio player_ +- ![](grey.png) _[beets](https://packages.debian.org/bullseye/beets) `1.4.9-7` - music tagger and library organizer_ +- ![](grey.png) _[cowbell](https://packages.debian.org/bullseye/cowbell) `0.2.7.1-7+b3` - An easy-to-use tag editor for your music files_ +- ![](grey.png) _[easytag](https://packages.debian.org/bullseye/easytag) `2.4.3-4` - GTK+ editor for audio file tags_ +- ![](grey.png) _[puddletag](https://packages.debian.org/bullseye/puddletag) `2.0.1-2` - simple, powerful audio tag editor_ +- ![](grey.png) _[eyed3](https://packages.debian.org/bullseye/eyed3) `0.8.10-4` - Display and manipulate id3-tags on the command-line_ +- ![](grey.png) _[kid3](https://packages.debian.org/bullseye/kid3) `3.8.5-3` - KDE audio tag editor_ +- ![](grey.png) _[picard](https://packages.debian.org/bullseye/picard) `2.5.6-1` - Next-Generation MusicBrainz audio files tagger_ +- ![](grey.png) _[mussort](https://packages.debian.org/bullseye/mussort) `0.4-3.1` - simple tool that sorts a music collection_ +- ![](grey.png) _[vagalume](https://packages.debian.org/bullseye/vagalume) `0.8.6-3` - GTK+-based client for Last.fm-compatible radio services_ +- ![](grey.png) _[gpodder](https://packages.debian.org/bullseye/gpodder) `3.10.17-1` - podcast client and feed aggregator_ +- ![](grey.png) _[go-mtpfs](https://packages.debian.org/bullseye/go-mtpfs) `1.0.0-1+b5` - Mount MTP devices over FUSE_ +- ![](grey.png) _[gtkpod](https://packages.debian.org/bullseye/gtkpod) `2.1.5-8` - manage songs and playlists on an Apple iPod_ +- ![](grey.png) _[playerctl](https://packages.debian.org/bullseye/playerctl) `2.3.1-1` - utility to control media players via MPRIS_ +- ![](grey.png) _[streamtuner2](https://packages.debian.org/bullseye/streamtuner2) `2.2.1+dfsg-2.1` - Browser for Internet Radio Stations_ #### Webcam - + -**[cheese](https://packages.debian.org/buster/cheese)** - tool to take pictures and videos from your webcam +**[cheese](https://packages.debian.org/bullseye/cheese)** - tool to take pictures and videos from your webcam A webcam application that supports image and video capture. Makes @@ -166,20 +140,22 @@ ----------------------- -- ![](green.png) [cheese](https://packages.debian.org/buster/cheese) `3.31.90-1` - tool to take pictures and videos from your webcam -- ![](green.png) [gnome-video-effects](https://packages.debian.org/buster/gnome-video-effects) `0.4.3-3` - Collection of GStreamer effects -- ![](grey.png) _[guvcview](https://packages.debian.org/buster/guvcview) `2.0.6+debian-1` - GTK+ base UVC Viewer_ -- ![](grey.png) _[gnome-video-effects-frei0r](https://packages.debian.org/buster/gnome-video-effects-frei0r) `0.4.3-3` - GNOME Video Effects - frei0r plugins_ -- ![](grey.png) _[v4l2loopback-dkms](https://packages.debian.org/buster/v4l2loopback-dkms) `0.12.1-1` - Source for the v4l2loopback driver (DKMS)_ -- ![](grey.png) _[v4l2loopback-utils](https://packages.debian.org/buster/v4l2loopback-utils) `0.12.1-1` - Commandline utilities for the for the v4l2-loopback module_ +- ![](green.png) [cheese](https://packages.debian.org/bullseye/cheese) `3.38.0-3` - tool to take pictures and videos from your webcam +- ![](green.png) [gnome-video-effects](https://packages.debian.org/bullseye/gnome-video-effects) `0.5.0-1` - Collection of GStreamer effects +- ![](grey.png) _[guvcview](https://packages.debian.org/bullseye/guvcview) `2.0.6+debian-1+b2` - GTK+ base UVC Viewer_ +- ![](grey.png) _[gnome-video-effects-frei0r](https://packages.debian.org/bullseye/gnome-video-effects-frei0r) `0.5.0-1` - GNOME Video Effects - frei0r plugins_ +- ![](grey.png) _[v4l2loopback-dkms](https://packages.debian.org/bullseye/v4l2loopback-dkms) `0.12.5-1` - Source for the v4l2loopback driver (DKMS)_ +- ![](grey.png) _[v4l2loopback-utils](https://packages.debian.org/bullseye/v4l2loopback-utils) `0.12.5-1` - Commandline utilities for the for the v4l2-loopback module_ +- ![](grey.png) _[kamoso](https://packages.debian.org/bullseye/kamoso) `20.12.1-1` - tool to take pictures and videos from your webcam_ +- ![](grey.png) _[zoneminder](https://packages.debian.org/bullseye/zoneminder) `1.34.23-1` - video camera security and surveillance solution_ #### Screen recording/screencasting - + -**[obs-studio](https://packages.debian.org/buster/obs-studio)** - recorder and streamer for live video content +**[obs-studio](https://packages.debian.org/bullseye/obs-studio)** - recorder and streamer for live video content OBS Studio is designed for efficiently recording and streaming live video @@ -193,36 +169,32 @@ - + -**[vokoscreen](https://packages.debian.org/buster/vokoscreen)** - easy to use screencast creator +**[vokoscreen](https://packages.debian.org/bullseye/vokoscreen)** - easy to use screencast creator (transitional package) - vokoscreen can be used to record educational videos, live recordings - of browser, installation, videoconferences, etc. You can capture an - alone video or video and sound (via ALSA or PulseAudio). + This is a transitional package. It can safely be removed. ----------------------- -- ![](green.png) [obs-studio](https://packages.debian.org/buster/obs-studio) `22.0.3+dfsg1-1` - recorder and streamer for live video content -- ![](green.png) [vokoscreen](https://packages.debian.org/buster/vokoscreen) `2.5.0-2` - easy to use screencast creator -- ![](grey.png) _[gtk-recordmydesktop](https://packages.debian.org/buster/gtk-recordmydesktop) `0.3.8-4.1` - Graphical frontend for recordMyDesktop screencast tool_ -- ![](grey.png) _[key-mon](https://packages.debian.org/buster/key-mon) `1.17-1` - Utility to show live keyboard and mouse status_ -- ![](grey.png) _[kazam](https://packages.debian.org/buster/kazam) `1.4.5-2.1` - screencast and screenshot application created with design in mind_ -- ![](grey.png) _[byzanz](https://packages.debian.org/buster/byzanz) `0.3.0+git20160312-3` - small screencast creator_ -- ![](grey.png) _[obs-studio](https://packages.debian.org/buster/obs-studio) `22.0.3+dfsg1-1` - recorder and streamer for live video content_ -- ![](grey.png) _[simplescreenrecorder](https://packages.debian.org/buster/simplescreenrecorder) `0.3.11-1+b1` - Feature-rich screen recorder for X11 and OpenGL_ +- ![](green.png) [obs-studio](https://packages.debian.org/bullseye/obs-studio) `26.1.2+dfsg1-2` - recorder and streamer for live video content +- ![](green.png) [vokoscreen](https://packages.debian.org/bullseye/vokoscreen) `3.0.7-1` - easy to use screencast creator (transitional package) +- ![](grey.png) _[kazam](https://packages.debian.org/bullseye/kazam) `1.4.5-4` - screencast and screenshot application created with design in mind_ +- ![](grey.png) _[byzanz](https://packages.debian.org/bullseye/byzanz) `0.3.0+git20160312-4` - small screencast creator_ +- ![](grey.png) _[obs-studio](https://packages.debian.org/bullseye/obs-studio) `26.1.2+dfsg1-2` - recorder and streamer for live video content_ +- ![](grey.png) _[simplescreenrecorder](https://packages.debian.org/bullseye/simplescreenrecorder) `0.4.2-2+b1` - Feature-rich screen recorder for X11 and OpenGL_ #### Media conversion/codecs - + -**[qwinff](https://packages.debian.org/buster/qwinff)** - GUI for FFmpeg +**[qwinff](https://packages.debian.org/bullseye/qwinff)** - GUI for FFmpeg This is a free and open source media converter frontend to FFmpeg. FFmpeg @@ -237,74 +209,60 @@ ----------------------- -- ![](green.png) [qwinff](https://packages.debian.org/buster/qwinff) `0.2.1-1+deb10u1` - GUI for FFmpeg -- ![](green.png) [ffmpeg](https://packages.debian.org/buster/ffmpeg) `7:4.1.6-1~deb10u1` - Tools for transcoding, streaming and playing of multimedia files -- ![](green.png) [flac](https://packages.debian.org/buster/flac) `1.3.2-3` - Free Lossless Audio Codec - command line tools -- ![](green.png) [gstreamer1.0-alsa](https://packages.debian.org/buster/gstreamer1.0-alsa) `1.14.4-2` - GStreamer plugin for ALSA -- ![](green.png) [gstreamer1.0-libav](https://packages.debian.org/buster/gstreamer1.0-libav) `1.15.0.1+git20180723+db823502-2` - libav plugin for GStreamer -- ![](green.png) [gstreamer1.0-plugins-bad](https://packages.debian.org/buster/gstreamer1.0-plugins-bad) `1.14.4-1+b1` - GStreamer plugins from the "bad" set -- ![](green.png) [gstreamer1.0-plugins-base](https://packages.debian.org/buster/gstreamer1.0-plugins-base) `1.14.4-2` - GStreamer plugins from the "base" set -- ![](green.png) [gstreamer1.0-plugins-good](https://packages.debian.org/buster/gstreamer1.0-plugins-good) `1.14.4-1` - GStreamer plugins from the "good" set -- ![](green.png) [gstreamer1.0-plugins-ugly](https://packages.debian.org/buster/gstreamer1.0-plugins-ugly) `1.14.4-1` - GStreamer plugins from the "ugly" set -- ![](green.png) [gstreamer1.0-pulseaudio](https://packages.debian.org/buster/gstreamer1.0-pulseaudio) `1.14.4-1` - GStreamer plugin for PulseAudio -- ![](green.png) [gstreamer1.0-tools](https://packages.debian.org/buster/gstreamer1.0-tools) `1.14.4-1` - Tools for use with GStreamer -- ![](green.png) [gstreamer1.0-x](https://packages.debian.org/buster/gstreamer1.0-x) `1.14.4-2` - GStreamer plugins for X11 and Pango -- ![](green.png) [lame](https://packages.debian.org/buster/lame) `3.100-2+b1` - MP3 encoding library (frontend) -- ![](green.png) [libmp3lame0](https://packages.debian.org/buster/libmp3lame0) `3.100-2+b1` - MP3 encoding library -- ![](green.png) [libxvidcore4](https://packages.debian.org/buster/libxvidcore4) `2:1.3.5-1` - Open source MPEG-4 video codec (library) -- ![](green.png) [musepack-tools](https://packages.debian.org/buster/musepack-tools) `2:0.1~r495-1+b2` - MusePack commandline utilities -- ![](green.png) [mediainfo](https://packages.debian.org/buster/mediainfo) `18.12-2` - command-line utility for reading information from audio/video files -- ![](green.png) [media-player-info](https://packages.debian.org/buster/media-player-info) `24-2` - Media player identification files -- ![](grey.png) _[handbrake](https://packages.debian.org/buster/handbrake) `1.2.2+ds1-1` - versatile DVD ripper and video transcoder (GTK+ GUI)_ -- ![](grey.png) _[mp3splt](https://packages.debian.org/buster/mp3splt) `2.6.2+20170630-3` - split MP3, Ogg Vorbis, or FLAC files without re-encoding_ -- ![](grey.png) _[oggvideotools](https://packages.debian.org/buster/oggvideotools) `0.9.1-5` - toolbox for manipulating and creating Ogg video files_ -- ![](grey.png) _[ogmrip](https://packages.debian.org/buster/ogmrip) `1.0.1-1+b2` - Application for ripping and encoding DVD_ -- ![](grey.png) _[ogmrip-plugins](https://packages.debian.org/buster/ogmrip-plugins) `1.0.1-1+b2` - Application for ripping and encoding DVD - plugins_ -- ![](grey.png) _[soundconverter](https://packages.debian.org/buster/soundconverter) `3.0.1-2` - GNOME application to convert audio files into other formats_ -- ![](grey.png) _[winff](https://packages.debian.org/buster/winff) `1.5.5-6` - graphical video and audio batch converter using ffmpeg or avconv_ -- ![](grey.png) _[winff-doc](https://packages.debian.org/buster/winff-doc) `1.5.5-6` - winff documentation_ -- ![](grey.png) _[winff-qt](https://packages.debian.org/buster/winff-qt) `1.5.5-6` - Qt variant of winff_ -- ![](grey.png) _[x264](https://packages.debian.org/buster/x264) `2:0.155.2917+git0a84d98-2` - video encoder for the H.264/MPEG-4 AVC standard_ -- ![](grey.png) _[x265](https://packages.debian.org/buster/x265) `2.9-4` - H.265/HEVC video stream encoder_ -- ![](grey.png) _[qhimdtransfer](https://packages.debian.org/buster/qhimdtransfer) `0.9.16-2` - Transfer software for HiMD Walkman_ -- ![](grey.png) _[minidisc-utils](https://packages.debian.org/buster/minidisc-utils) `0.9.16-2` - Command line utilities for MiniDisc access_ -- ![](grey.png) _[mat](https://packages.debian.org/buster/mat) `0.8.0-3` - Transitional package to migrate to mat2_ +- ![](green.png) [qwinff](https://packages.debian.org/bullseye/qwinff) `0.2.1+git20201215-1` - GUI for FFmpeg +- ![](green.png) [ffmpeg](https://packages.debian.org/bullseye/ffmpeg) `7:4.3.2-0+deb11u2` - Tools for transcoding, streaming and playing of multimedia files +- ![](green.png) [flac](https://packages.debian.org/bullseye/flac) `1.3.3-2` - Free Lossless Audio Codec - command line tools +- ![](green.png) [gstreamer1.0-alsa](https://packages.debian.org/bullseye/gstreamer1.0-alsa) `1.18.4-2` - GStreamer plugin for ALSA +- ![](green.png) [gstreamer1.0-libav](https://packages.debian.org/bullseye/gstreamer1.0-libav) `1.18.4-3` - ffmpeg plugin for GStreamer +- ![](green.png) [gstreamer1.0-plugins-bad](https://packages.debian.org/bullseye/gstreamer1.0-plugins-bad) `1.18.4-3` - GStreamer plugins from the "bad" set +- ![](green.png) [gstreamer1.0-plugins-base](https://packages.debian.org/bullseye/gstreamer1.0-plugins-base) `1.18.4-2` - GStreamer plugins from the "base" set +- ![](green.png) [gstreamer1.0-plugins-good](https://packages.debian.org/bullseye/gstreamer1.0-plugins-good) `1.18.4-2` - GStreamer plugins from the "good" set +- ![](green.png) [gstreamer1.0-plugins-ugly](https://packages.debian.org/bullseye/gstreamer1.0-plugins-ugly) `1.18.4-2` - GStreamer plugins from the "ugly" set +- ![](green.png) [gstreamer1.0-pulseaudio](https://packages.debian.org/bullseye/gstreamer1.0-pulseaudio) `1.18.4-2` - GStreamer plugin for PulseAudio (transitional package) +- ![](green.png) [gstreamer1.0-tools](https://packages.debian.org/bullseye/gstreamer1.0-tools) `1.18.4-2.1` - Tools for use with GStreamer +- ![](green.png) [gstreamer1.0-x](https://packages.debian.org/bullseye/gstreamer1.0-x) `1.18.4-2` - GStreamer plugins for X11 and Pango +- ![](green.png) [lame](https://packages.debian.org/bullseye/lame) `3.100-3` - MP3 encoding library (frontend) +- ![](green.png) [libmp3lame0](https://packages.debian.org/bullseye/libmp3lame0) `3.100-3` - MP3 encoding library +- ![](green.png) [libxvidcore4](https://packages.debian.org/bullseye/libxvidcore4) `2:1.3.7-1` - Open source MPEG-4 video codec (library) +- ![](green.png) [musepack-tools](https://packages.debian.org/bullseye/musepack-tools) `2:0.1~r495-2` - MusePack commandline utilities +- ![](green.png) [mediainfo](https://packages.debian.org/bullseye/mediainfo) `20.09-1` - command-line utility for reading information from audio/video files +- ![](green.png) [media-player-info](https://packages.debian.org/bullseye/media-player-info) `24-2` - Media player identification files +- ![](grey.png) _[handbrake](https://packages.debian.org/bullseye/handbrake) `1.3.1+ds1-2+b3` - versatile DVD ripper and video transcoder (GTK+ GUI)_ +- ![](grey.png) _[mp3splt](https://packages.debian.org/bullseye/mp3splt) `2.6.2+20170630-3.1` - split MP3, Ogg Vorbis, or FLAC files without re-encoding_ +- ![](grey.png) _[oggvideotools](https://packages.debian.org/bullseye/oggvideotools) `0.9.1-5.1` - toolbox for manipulating and creating Ogg video files_ +- ![](grey.png) _[ogmrip](https://packages.debian.org/bullseye/ogmrip) `1.0.1-3.1` - Application for ripping and encoding DVD_ +- ![](grey.png) _[ogmrip-plugins](https://packages.debian.org/bullseye/ogmrip-plugins) `1.0.1-3.1` - Application for ripping and encoding DVD - plugins_ +- ![](grey.png) _[soundconverter](https://packages.debian.org/bullseye/soundconverter) `4.0.0-1` - GNOME application to convert audio files into other formats_ +- ![](grey.png) _[winff](https://packages.debian.org/bullseye/winff) `1.5.5-8` - graphical video and audio batch converter using ffmpeg or avconv_ +- ![](grey.png) _[winff-doc](https://packages.debian.org/bullseye/winff-doc) `1.5.5-8` - winff documentation_ +- ![](grey.png) _[winff-qt](https://packages.debian.org/bullseye/winff-qt) `1.5.5-8` - Qt variant of winff_ +- ![](grey.png) _[x264](https://packages.debian.org/bullseye/x264) `2:0.160.3011+gitcde9a93-2.1` - video encoder for the H.264/MPEG-4 AVC standard_ +- ![](grey.png) _[x265](https://packages.debian.org/bullseye/x265) `3.4-2` - H.265/HEVC video stream encoder_ +- ![](grey.png) _[qhimdtransfer](https://packages.debian.org/bullseye/qhimdtransfer) `0.9.16-2+b1` - Transfer software for HiMD Walkman_ +- ![](grey.png) _[minidisc-utils](https://packages.debian.org/bullseye/minidisc-utils) `0.9.16-2+b1` - Command line utilities for MiniDisc access_ +- ![](grey.png) _[mat](https://packages.debian.org/bullseye/mat) `0.12.1-2` - Transitional package to migrate to mat2_ +- ![](grey.png) _[ffmpegfs](https://packages.debian.org/bullseye/ffmpegfs) `2.2-1` - Fuse Multi Media Filesystem_ #### Audio CD extraction - - - - - -**[asunder](https://packages.debian.org/buster/asunder)** - graphical audio CD ripper and encoder - - - Asunder is a graphical Audio CD ripper and encoder. It can be used to - save tracks from Audio CDs. Main features: - - - ------------------------ - - -- ![](green.png) [asunder](https://packages.debian.org/buster/asunder) `2.9.3-3+deb10u1` - graphical audio CD ripper and encoder -- ![](grey.png) _[sound-juicer](https://packages.debian.org/buster/sound-juicer) `3.24.0-3` - GNOME CD Ripper_ -- ![](grey.png) _[goobox](https://packages.debian.org/buster/goobox) `3.5.1-6` - CD player and ripper with GNOME 3 integration_ -- ![](grey.png) _[ripperx](https://packages.debian.org/buster/ripperx) `2.8.0-2` - GTK-based audio CD ripper/encoder_ -- ![](grey.png) _[xcfa](https://packages.debian.org/buster/xcfa) `5.0.2-1+b1` - X Convert File Audio_ +- ![](grey.png) _[asunder](https://packages.debian.org/bullseye/asunder) `2.9.7-1` - graphical audio CD ripper and encoder_ +- ![](grey.png) _[sound-juicer](https://packages.debian.org/bullseye/sound-juicer) `3.38.0-1` - GNOME CD Ripper_ +- ![](grey.png) _[goobox](https://packages.debian.org/bullseye/goobox) `3.6.0-6` - CD player and ripper with GNOME 3 integration_ +- ![](grey.png) _[ripperx](https://packages.debian.org/bullseye/ripperx) `2.8.0-2` - GTK-based audio CD ripper/encoder_ +- ![](grey.png) _[xcfa](https://packages.debian.org/bullseye/xcfa) `5.0.2-1.1` - X Convert File Audio_ #### Subtitles -- ![](grey.png) _[subtitleeditor](https://packages.debian.org/buster/subtitleeditor) `0.54.0-3` - Graphical subtitle editor with sound waves representation_ -- ![](grey.png) _[gaupol](https://packages.debian.org/buster/gaupol) `1.5-1` - subtitle editor for text-based subtitle files_ -- ![](grey.png) _[gnome-subtitles](https://packages.debian.org/buster/gnome-subtitles) `1.4.2-1` - Subtitle editor for the GNOME Desktop environment_ +- ![](green.png) [subliminal](https://packages.debian.org/bullseye/subliminal) `2.1.0-1` - Command-line tool to search and download subtitles +- ![](grey.png) _[subtitleeditor](https://packages.debian.org/bullseye/subtitleeditor) `0.54.0-5` - Graphical subtitle editor with sound waves representation_ +- ![](grey.png) _[gaupol](https://packages.debian.org/bullseye/gaupol) `1.9-1` - subtitle editor for text-based subtitle files_ +- ![](grey.png) _[gnome-subtitles](https://packages.debian.org/bullseye/gnome-subtitles) `1.6-2.1` - Subtitle editor for the GNOME Desktop environment_ #### Audio recording/editing - + -**[audacity](https://packages.debian.org/buster/audacity)** - fast, cross-platform audio editor +**[audacity](https://packages.debian.org/bullseye/audacity)** - fast, cross-platform audio editor Audacity is a multi-track audio editor for Linux/Unix, MacOS and @@ -321,9 +279,9 @@ - + -**[gnome-sound-recorder](https://packages.debian.org/buster/gnome-sound-recorder)** - simple and modern sound recorder for GNOME +**[gnome-sound-recorder](https://packages.debian.org/bullseye/gnome-sound-recorder)** - simple and modern sound recorder for GNOME GNOME sound recorder is an utility to make simple audio recording from your @@ -334,18 +292,19 @@ ----------------------- -- ![](green.png) [audacity](https://packages.debian.org/buster/audacity) `2.2.2-1+b1` - fast, cross-platform audio editor -- ![](green.png) [gnome-sound-recorder](https://packages.debian.org/buster/gnome-sound-recorder) `3.28.2-2~deb10u1` - simple and modern sound recorder for GNOME -- ![](grey.png) _[gwc](https://packages.debian.org/buster/gwc) `0.22.01-1` - Audio file denoiser_ -- ![](grey.png) _[gjacktransport](https://packages.debian.org/buster/gjacktransport) `0.6.1-1+b1` - access to the JACK's transport mechanism as touchable slider_ +- ![](green.png) [audacity](https://packages.debian.org/bullseye/audacity) `2.4.2~dfsg0-5` - fast, cross-platform audio editor +- ![](green.png) [gnome-sound-recorder](https://packages.debian.org/bullseye/gnome-sound-recorder) `3.38.1-1` - simple and modern sound recorder for GNOME +- ![](grey.png) _[gwc](https://packages.debian.org/bullseye/gwc) `0.22.04-1.1` - Audio file denoiser_ +- ![](grey.png) _[gjacktransport](https://packages.debian.org/bullseye/gjacktransport) `0.6.4-1` - access to the JACK's transport mechanism as touchable slider_ +- ![](grey.png) _[qlcplus](https://packages.debian.org/bullseye/qlcplus) `4.12.3-3` - Control DMX or analog lighting systems_ #### Audio system - + -**[pulseaudio](https://packages.debian.org/buster/pulseaudio)** - PulseAudio sound server +**[pulseaudio](https://packages.debian.org/bullseye/pulseaudio)** - PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and @@ -357,23 +316,24 @@ ----------------------- -- ![](green.png) [pavucontrol](https://packages.debian.org/buster/pavucontrol) `3.0-4` - PulseAudio Volume Control -- ![](green.png) [pulseaudio](https://packages.debian.org/buster/pulseaudio) `12.2-4+deb10u1` - PulseAudio sound server -- ![](green.png) [pulseaudio-utils](https://packages.debian.org/buster/pulseaudio-utils) `12.2-4+deb10u1` - Command line tools for the PulseAudio sound server -- ![](green.png) [pulseaudio-module-bluetooth](https://packages.debian.org/buster/pulseaudio-module-bluetooth) `12.2-4+deb10u1` - Bluetooth module for PulseAudio sound server -- ![](green.png) [pulseaudio-module-lirc](https://packages.debian.org/buster/pulseaudio-module-lirc) `12.2-4+deb10u1` - lirc module for PulseAudio sound server -- ![](green.png) [pulseaudio-module-zeroconf](https://packages.debian.org/buster/pulseaudio-module-zeroconf) `12.2-4+deb10u1` - Zeroconf module for PulseAudio sound server -- ![](green.png) [pulseaudio-module-jack](https://packages.debian.org/buster/pulseaudio-module-jack) `12.2-4+deb10u1` - jackd modules for PulseAudio sound server -- ![](green.png) [kmod](https://packages.debian.org/buster/kmod) `26-1` - tools for managing Linux kernel modules -- ![](green.png) [alsa-oss](https://packages.debian.org/buster/alsa-oss) `1.1.8-1` - ALSA wrapper for OSS applications -- ![](green.png) [alsa-tools](https://packages.debian.org/buster/alsa-tools) `1.1.7-1` - Console based ALSA utilities for specific hardware -- ![](green.png) [alsa-utils](https://packages.debian.org/buster/alsa-utils) `1.1.8-2` - Utilities for configuring and using ALSA -- ![](green.png) [libasound2-plugins](https://packages.debian.org/buster/libasound2-plugins) `1.1.8-1` - ALSA library additional plugins -- ![](green.png) [libasound2-plugin-equal](https://packages.debian.org/buster/libasound2-plugin-equal) `0.6-7` - equalizer plugin for ALSA -- ![](green.png) [oss-compat](https://packages.debian.org/buster/oss-compat) `7` - Open Sound System (OSS) compatibility package -- ![](green.png) [alsa-firmware-loaders](https://packages.debian.org/buster/alsa-firmware-loaders) `1.1.7-1` - ALSA software loaders for specific hardware -- ![](green.png) [rtkit](https://packages.debian.org/buster/rtkit) `0.11-6` - Realtime Policy and Watchdog Daemon -- ![](grey.png) _[pasystray](https://packages.debian.org/buster/pasystray) `0.7.1-1` - PulseAudio controller for the system tray_ -- ![](grey.png) _[paprefs](https://packages.debian.org/buster/paprefs) `1.0-1` - PulseAudio Preferences_ -- ![](grey.png) _[pnmixer](https://packages.debian.org/buster/pnmixer) `0.7.2-1` - Simple mixer application for system tray_ -- ![](grey.png) _[pamix](https://packages.debian.org/buster/pamix) `1.6~git20180112.ea4ab3b-3` - Pulseaudio terminal mixer based in pavucontrol_ \ No newline at end of file +- ![](green.png) [pavucontrol](https://packages.debian.org/bullseye/pavucontrol) `4.0-2` - PulseAudio Volume Control +- ![](green.png) [pulseaudio](https://packages.debian.org/bullseye/pulseaudio) `14.2-2` - PulseAudio sound server +- ![](green.png) [pulseaudio-utils](https://packages.debian.org/bullseye/pulseaudio-utils) `14.2-2` - Command line tools for the PulseAudio sound server +- ![](green.png) [pulseaudio-module-bluetooth](https://packages.debian.org/bullseye/pulseaudio-module-bluetooth) `14.2-2` - Bluetooth module for PulseAudio sound server +- ![](green.png) [pulseaudio-module-lirc](https://packages.debian.org/bullseye/pulseaudio-module-lirc) `14.2-2` - lirc module for PulseAudio sound server +- ![](grey.png) _[pulseaudio-module-zeroconf](https://packages.debian.org/bullseye/pulseaudio-module-zeroconf) `14.2-2` - Zeroconf module for PulseAudio sound server_ +- ![](green.png) [pulseaudio-module-jack](https://packages.debian.org/bullseye/pulseaudio-module-jack) `14.2-2` - jackd modules for PulseAudio sound server +- ![](green.png) [kmod](https://packages.debian.org/bullseye/kmod) `28-1` - tools for managing Linux kernel modules +- ![](green.png) [alsa-oss](https://packages.debian.org/bullseye/alsa-oss) `1.1.8-1` - ALSA wrapper for OSS applications +- ![](green.png) [alsa-tools](https://packages.debian.org/bullseye/alsa-tools) `1.2.2-1` - Console based ALSA utilities for specific hardware +- ![](green.png) [alsa-utils](https://packages.debian.org/bullseye/alsa-utils) `1.2.4-1` - Utilities for configuring and using ALSA +- ![](green.png) [libasound2-plugins](https://packages.debian.org/bullseye/libasound2-plugins) `1.2.2-2` - ALSA library additional plugins +- ![](green.png) [oss-compat](https://packages.debian.org/bullseye/oss-compat) `7` - Open Sound System (OSS) compatibility package +- ![](green.png) [alsa-firmware-loaders](https://packages.debian.org/bullseye/alsa-firmware-loaders) `1.2.2-1` - ALSA software loaders for specific hardware +- ![](green.png) [rtkit](https://packages.debian.org/bullseye/rtkit) `0.13-4` - Realtime Policy and Watchdog Daemon +- ![](grey.png) _[pasystray](https://packages.debian.org/bullseye/pasystray) `0.7.1-1` - PulseAudio controller for the system tray_ +- ![](grey.png) _[paprefs](https://packages.debian.org/bullseye/paprefs) `1.1-2` - PulseAudio Preferences_ +- ![](grey.png) _[pnmixer](https://packages.debian.org/bullseye/pnmixer) `0.7.2-1` - Simple mixer application for system tray_ +- ![](grey.png) _[pamix](https://packages.debian.org/bullseye/pamix) `1.6~git20180112.ea4ab3b-3+b1` - Pulseaudio terminal mixer based in pavucontrol_ +- ![](grey.png) _[pulseaudio-equalizer](https://packages.debian.org/bullseye/pulseaudio-equalizer) `14.2-2` - Equalizer sink module for PulseAudio sound server_ +- ![](grey.png) _[libasound2-plugin-equal](https://packages.debian.org/bullseye/libasound2-plugin-equal) `0.6-8` - equalizer plugin for ALSA_ \ No newline at end of file diff --git a/doc/md/packages/development.md b/doc/md/packages/development.md index 324ed83..3ed82f9 100644 --- a/doc/md/packages/development.md +++ b/doc/md/packages/development.md @@ -9,25 +9,9 @@ - + -**[gitg](https://packages.debian.org/buster/gitg)** - git repository viewer - - - gitg is a fast git repository browser. - It currently features: - - - ------------------------ - - - - - - - -**[meld](https://packages.debian.org/buster/meld)** - graphical tool to diff and merge files +**[meld](https://packages.debian.org/bullseye/meld)** - graphical tool to diff and merge files Meld is a graphical diff viewer and merge application for the GNOME @@ -44,9 +28,9 @@ - + -**[gource](https://packages.debian.org/buster/gource)** - graphical source control visualisation +**[gource](https://packages.debian.org/bullseye/gource)** - graphical source control visualisation OpenGL-based 3D visualisation tool for source control repositories. @@ -56,156 +40,158 @@ ----------------------- -- ![](green.png) [gitg](https://packages.debian.org/buster/gitg) `3.30.1-1` - git repository viewer -- ![](green.png) [git](https://packages.debian.org/buster/git) `1:2.20.1-2+deb10u3` - fast, scalable, distributed revision control system -- ![](green.png) [meld](https://packages.debian.org/buster/meld) `3.20.0-2` - graphical tool to diff and merge files -- ![](green.png) [gource](https://packages.debian.org/buster/gource) `0.49-1+b2` - graphical source control visualisation -- ![](green.png) [colordiff](https://packages.debian.org/buster/colordiff) `1.0.18-1` - tool to colorize 'diff' output -- ![](green.png) [dwdiff](https://packages.debian.org/buster/dwdiff) `2.1.2-2` - diff program that operates word by word -- ![](green.png) [cloc](https://packages.debian.org/buster/cloc) `1.80-1` - statistics utility to count lines of code -- ![](grey.png) _[fossil](https://packages.debian.org/buster/fossil) `1:2.8-1` - DSCM with built-in wiki, http interface and server, tickets database_ -- ![](grey.png) _[ghi](https://packages.debian.org/buster/ghi) `1.2.0-1` - GitHub issue tracker command line interface (CLI)_ -- ![](grey.png) _[git-mediawiki](https://packages.debian.org/buster/git-mediawiki) `1:2.20.1-2+deb10u3` - fast, scalable, distributed revision control system (MediaWiki remote helper)_ -- ![](grey.png) _[git-sizer](https://packages.debian.org/buster/git-sizer) `1.3.0+dfsg-1` - compute various size metrics for a Git repository_ -- ![](grey.png) _[svn2git](https://packages.debian.org/buster/svn2git) `2.4.0-2` - Ruby tool for migrating svn projects to git_ -- ![](grey.png) _[github-backup](https://packages.debian.org/buster/github-backup) `1.20170301-2` - backs up data from GitHub_ -- ![](grey.png) _[hub](https://packages.debian.org/buster/hub) `2.7.0~ds1-1+b10` - make git easier with GitHub_ -- ![](grey.png) _[mercurial](https://packages.debian.org/buster/mercurial) `4.8.2-1+deb10u1` - easy-to-use, scalable distributed version control system_ -- ![](grey.png) _[myrepos](https://packages.debian.org/buster/myrepos) `1.20180726` - tool to manage all your version control repos_ -- ![](grey.png) _[python-gitlab](https://packages.debian.org/buster/python-gitlab) `1:1.6.0-3` - Python GitLab API client library_ -- ![](grey.png) _[subversion](https://packages.debian.org/buster/subversion) `1.10.4-1+deb10u1` - Advanced version control system_ -- ![](grey.png) _[tig](https://packages.debian.org/buster/tig) `2.4.1-1` - ncurses-based text-mode interface for Git_ -- ![](grey.png) _[icdiff](https://packages.debian.org/buster/icdiff) `1.9.4-1` - terminal side-by-side colorized word diff_ -- ![](grey.png) _[qgit](https://packages.debian.org/buster/qgit) `2.8-1` - Qt application for viewing GIT trees_ +- ![](green.png) [git](https://packages.debian.org/bullseye/git) `1:2.30.2-1` - fast, scalable, distributed revision control system +- ![](green.png) [meld](https://packages.debian.org/bullseye/meld) `3.20.2-2` - graphical tool to diff and merge files +- ![](green.png) [gource](https://packages.debian.org/bullseye/gource) `0.51-1+b2` - graphical source control visualisation +- ![](green.png) [colordiff](https://packages.debian.org/bullseye/colordiff) `1.0.18-1.1` - tool to colorize 'diff' output +- ![](green.png) [dwdiff](https://packages.debian.org/bullseye/dwdiff) `2.1.4-1` - diff program that operates word by word +- ![](green.png) [cloc](https://packages.debian.org/bullseye/cloc) `1.86-1` - statistics utility to count lines of code +- ![](grey.png) _[gitg](https://packages.debian.org/bullseye/gitg) `3.32.1-1` - git repository viewer_ +- ![](grey.png) _[fossil](https://packages.debian.org/bullseye/fossil) `1:2.15.2-1` - DSCM with built-in wiki, http interface and server, tickets database_ +- ![](grey.png) _[ghi](https://packages.debian.org/bullseye/ghi) `1.2.0-1.1` - GitHub issue tracker command line interface (CLI)_ +- ![](grey.png) _[git-mediawiki](https://packages.debian.org/bullseye/git-mediawiki) `1:2.30.2-1` - fast, scalable, distributed revision control system (MediaWiki remote helper)_ +- ![](grey.png) _[git-sizer](https://packages.debian.org/bullseye/git-sizer) `1.3.0+dfsg-1+b6` - compute various size metrics for a Git repository_ +- ![](grey.png) _[svn2git](https://packages.debian.org/bullseye/svn2git) `2.4.0-3` - Ruby tool for migrating svn projects to git_ +- ![](grey.png) _[github-backup](https://packages.debian.org/bullseye/github-backup) `1.20200721-2` - backs up data from GitHub_ +- ![](grey.png) _[hub](https://packages.debian.org/bullseye/hub) `2.14.2~ds1-1+b4` - make git easier with GitHub_ +- ![](grey.png) _[mercurial](https://packages.debian.org/bullseye/mercurial) `5.6.1-4` - easy-to-use, scalable distributed version control system_ +- ![](grey.png) _[myrepos](https://packages.debian.org/bullseye/myrepos) `1.20180726` - tool to manage all your version control repos_ +- ![](grey.png) _[python3-gitlab](https://packages.debian.org/bullseye/python3-gitlab) `1:2.5.0-1` - Python 3 GitLab API client library_ +- ![](grey.png) _[subversion](https://packages.debian.org/bullseye/subversion) `1.14.1-3` - Advanced version control system_ +- ![](grey.png) _[tig](https://packages.debian.org/bullseye/tig) `2.5.1-1` - ncurses-based text-mode interface for Git_ +- ![](grey.png) _[icdiff](https://packages.debian.org/bullseye/icdiff) `1.9.5-1` - terminal side-by-side colorized word diff_ +- ![](grey.png) _[qgit](https://packages.debian.org/bullseye/qgit) `2.9-2` - Qt application for viewing GIT trees_ +- ![](grey.png) _[git-secrets](https://packages.debian.org/bullseye/git-secrets) `1.3.0-4` - Prevents accidental commits of credentials_ #### Shell & basic utilities -- ![](green.png) [bash](https://packages.debian.org/buster/bash) `5.0-4` - GNU Bourne Again SHell -- ![](green.png) [autojump](https://packages.debian.org/buster/autojump) `22.5.1-1` - shell extension to jump to frequently used directories -- ![](green.png) [bash-completion](https://packages.debian.org/buster/bash-completion) `1:2.8-6` - programmable completion for the bash shell -- ![](green.png) [shellcheck](https://packages.debian.org/buster/shellcheck) `0.5.0-3` - lint tool for shell scripts -- ![](green.png) [pv](https://packages.debian.org/buster/pv) `1.6.6-1` - Shell pipeline element to meter data passing through -- ![](green.png) [sed](https://packages.debian.org/buster/sed) `4.7-1` - GNU stream editor for filtering/transforming text -- ![](green.png) [util-linux](https://packages.debian.org/buster/util-linux) `2.33.1-0.1` - miscellaneous system utilities -- ![](green.png) [util-linux-locales](https://packages.debian.org/buster/util-linux-locales) `2.33.1-0.1` - locales files for util-linux -- ![](green.png) [whiptail](https://packages.debian.org/buster/whiptail) `0.52.20-8` - Displays user-friendly dialog boxes from shell scripts -- ![](green.png) [moreutils](https://packages.debian.org/buster/moreutils) `0.62-1` - additional Unix utilities -- ![](green.png) [less](https://packages.debian.org/buster/less) `487-0.1+b1` - pager program similar to more -- ![](green.png) [asciinema](https://packages.debian.org/buster/asciinema) `2.0.2-1` - Record and share your terminal sessions, the right way -- ![](green.png) [dialog](https://packages.debian.org/buster/dialog) `1.3-20190211-1` - Displays user-friendly dialog boxes from shell scripts -- ![](green.png) [manpages](https://packages.debian.org/buster/manpages) `4.16-2` - Manual pages about using a GNU/Linux system -- ![](green.png) [manpages-dev](https://packages.debian.org/buster/manpages-dev) `4.16-2` - Manual pages about using GNU/Linux for development -- ![](grey.png) _[undistract-me](https://packages.debian.org/buster/undistract-me) `0.1.0+git20130402+3a9144bc1f-1` - Notifies user when long-running terminal commands complete via libnotify_ -- ![](grey.png) _[inotify-tools](https://packages.debian.org/buster/inotify-tools) `3.14-7` - command-line programs providing a simple interface to inotify_ -- ![](grey.png) _[lr](https://packages.debian.org/buster/lr) `1.4.1-1` - list files, recursively_ -- ![](grey.png) _[ack](https://packages.debian.org/buster/ack) `2.24-1` - grep-like program specifically for large source trees_ -- ![](grey.png) _[bd](https://packages.debian.org/buster/bd) `1.02-4` - quickly go back to a specific parent directory in bash_ -- ![](grey.png) _[beep](https://packages.debian.org/buster/beep) `1.4.3-2` - advanced PC-speaker beeper_ -- ![](grey.png) _[command-not-found](https://packages.debian.org/buster/command-not-found) `18.04.5-1` - Suggest installation of packages in interactive bash sessions_ -- ![](grey.png) _[detox](https://packages.debian.org/buster/detox) `1.3.0-4` - replace problematic characters in filenames_ -- ![](grey.png) _[grc](https://packages.debian.org/buster/grc) `1.11.3-1` - generic colouriser for everything_ -- ![](grey.png) _[pv](https://packages.debian.org/buster/pv) `1.6.6-1` - Shell pipeline element to meter data passing through_ -- ![](grey.png) _[reptyr](https://packages.debian.org/buster/reptyr) `0.6.2-1.2` - Tool for moving running programs between ptys_ -- ![](grey.png) _[source-highlight](https://packages.debian.org/buster/source-highlight) `3.1.8-1.2+b1` - convert source code to syntax highlighted document_ -- ![](grey.png) _[tmux](https://packages.debian.org/buster/tmux) `2.8-3` - terminal multiplexer_ -- ![](grey.png) _[ttyrec](https://packages.debian.org/buster/ttyrec) `1.0.8-5+b2` - Terminal interaction recorder and player (for tty)_ -- ![](grey.png) _[fasd](https://packages.debian.org/buster/fasd) `1.0.1-1` - command-line productivity booster_ -- ![](grey.png) _[pdd](https://packages.debian.org/buster/pdd) `1.3.1-1` - Tiny date, time diff calculator_ -- ![](grey.png) _[termrec](https://packages.debian.org/buster/termrec) `0.18-1` - terminal videos/scripts recorder and player_ -- ![](grey.png) _[ripgrep](https://packages.debian.org/buster/ripgrep) `0.10.0-2` - Recursively searches directories for a regex pattern_ +- ![](green.png) [bash](https://packages.debian.org/bullseye/bash) `5.1-2+b3` - GNU Bourne Again SHell +- ![](green.png) [autojump](https://packages.debian.org/bullseye/autojump) `22.5.1-1.1` - shell extension to jump to frequently used directories +- ![](green.png) [bash-completion](https://packages.debian.org/bullseye/bash-completion) `1:2.11-2` - programmable completion for the bash shell +- ![](green.png) [pv](https://packages.debian.org/bullseye/pv) `1.6.6-1+b1` - Shell pipeline element to meter data passing through +- ![](green.png) [sed](https://packages.debian.org/bullseye/sed) `4.7-1` - GNU stream editor for filtering/transforming text +- ![](green.png) [util-linux](https://packages.debian.org/bullseye/util-linux) `2.36.1-8` - miscellaneous system utilities +- ![](green.png) [util-linux-locales](https://packages.debian.org/bullseye/util-linux-locales) `2.36.1-8` - locales files for util-linux +- ![](green.png) [whiptail](https://packages.debian.org/bullseye/whiptail) `0.52.21-4+b3` - Displays user-friendly dialog boxes from shell scripts +- ![](green.png) [moreutils](https://packages.debian.org/bullseye/moreutils) `0.65-1` - additional Unix utilities +- ![](green.png) [less](https://packages.debian.org/bullseye/less) `551-2` - pager program similar to more +- ![](green.png) [dialog](https://packages.debian.org/bullseye/dialog) `1.3-20201126-1` - Displays user-friendly dialog boxes from shell scripts +- ![](green.png) [manpages](https://packages.debian.org/bullseye/manpages) `5.10-1` - Manual pages about using a GNU/Linux system +- ![](green.png) [manpages-dev](https://packages.debian.org/bullseye/manpages-dev) `5.10-1` - Manual pages about using GNU/Linux for development +- ![](grey.png) _[shellcheck](https://packages.debian.org/bullseye/shellcheck) `0.7.1-1+deb11u1` - lint tool for shell scripts_ +- ![](grey.png) _[asciinema](https://packages.debian.org/bullseye/asciinema) `2.0.2-2` - Record and share your terminal sessions, the right way_ +- ![](grey.png) _[undistract-me](https://packages.debian.org/bullseye/undistract-me) `0.1.0+git20130402+3a9144bc1f-1.1` - Notifies user when long-running terminal commands complete via libnotify_ +- ![](grey.png) _[inotify-tools](https://packages.debian.org/bullseye/inotify-tools) `3.14-8.1` - command-line programs providing a simple interface to inotify_ +- ![](grey.png) _[lr](https://packages.debian.org/bullseye/lr) `1.5.1-3` - list files, recursively_ +- ![](grey.png) _[ack](https://packages.debian.org/bullseye/ack) `3.4.0-1` - grep-like program specifically for large source trees_ +- ![](grey.png) _[bd](https://packages.debian.org/bullseye/bd) `1.02-6` - quickly go back to a specific parent directory in bash_ +- ![](grey.png) _[beep](https://packages.debian.org/bullseye/beep) `1.4.9-1+b1` - advanced PC-speaker beeper_ +- ![](grey.png) _[command-not-found](https://packages.debian.org/bullseye/command-not-found) `20.10.1-1` - Suggest installation of packages in interactive bash sessions_ +- ![](grey.png) _[detox](https://packages.debian.org/bullseye/detox) `1.3.3-1+deb11u1` - replace problematic characters in filenames_ +- ![](grey.png) _[grc](https://packages.debian.org/bullseye/grc) `1.11.3-1.1` - generic colouriser for everything_ +- ![](grey.png) _[pv](https://packages.debian.org/bullseye/pv) `1.6.6-1+b1` - Shell pipeline element to meter data passing through_ +- ![](grey.png) _[reptyr](https://packages.debian.org/bullseye/reptyr) `0.6.2-1.3` - Tool for moving running programs between ptys_ +- ![](grey.png) _[source-highlight](https://packages.debian.org/bullseye/source-highlight) `3.1.9-3+b1` - convert source code to syntax highlighted document_ +- ![](grey.png) _[tmux](https://packages.debian.org/bullseye/tmux) `3.1c-1+deb11u1` - terminal multiplexer_ +- ![](grey.png) _[ttyrec](https://packages.debian.org/bullseye/ttyrec) `1.0.8-5.1` - Terminal interaction recorder and player (for tty)_ +- ![](grey.png) _[fasd](https://packages.debian.org/bullseye/fasd) `1.0.1-1.1` - command-line productivity booster_ +- ![](grey.png) _[pdd](https://packages.debian.org/bullseye/pdd) `1.5-1` - Tiny date, time diff calculator_ +- ![](grey.png) _[termrec](https://packages.debian.org/bullseye/termrec) `0.19-1` - terminal videos/scripts recorder and player_ +- ![](grey.png) _[ripgrep](https://packages.debian.org/bullseye/ripgrep) `12.1.1-1+b1` - Recursively searches directories for a regex pattern_ +- ![](grey.png) _[retry](https://packages.debian.org/bullseye/retry) `1.0.4-2` - Retry a command until the command succeeds_ #### Parsers/converters/documentation generators -- ![](green.png) [pandoc](https://packages.debian.org/buster/pandoc) `2.2.1-3+b2` - general markup converter -- ![](green.png) [jq](https://packages.debian.org/buster/jq) `1.5+dfsg-2+b1` - lightweight and flexible command-line JSON processor -- ![](green.png) [xmlstarlet](https://packages.debian.org/buster/xmlstarlet) `1.6.1-2` - command line XML toolkit -- ![](green.png) [aha](https://packages.debian.org/buster/aha) `0.5-1` - ANSI color to HTML converter -- ![](green.png) [groff](https://packages.debian.org/buster/groff) `1.22.4-3` - GNU troff text-formatting system -- ![](green.png) [dos2unix](https://packages.debian.org/buster/dos2unix) `7.4.0-1` - convert text file line endings between CRLF and LF -- ![](grey.png) _[man2html-base](https://packages.debian.org/buster/man2html-base) `1.6g-11` - convert man pages into HTML format_ -- ![](grey.png) _[txt2tags](https://packages.debian.org/buster/txt2tags) `2.6-4.1` - conversion tool to generating several file formats_ -- ![](grey.png) _[mkdocs](https://packages.debian.org/buster/mkdocs) `1.0.4+dfsg-1` - Static site generator geared towards building project documentation_ -- ![](grey.png) _[csvkit](https://packages.debian.org/buster/csvkit) `1.0.2-1` - command-line tools for working with CSV_ -- ![](grey.png) _[roffit](https://packages.debian.org/buster/roffit) `0.7~20120815+gitbbf62e6-1` - convert nroff manual pages into HTML_ -- ![](grey.png) _[archmage](https://packages.debian.org/buster/archmage) `1:0.3.1-4` - CHM(Compiled HTML) Decompressor_ +- ![](green.png) [jq](https://packages.debian.org/bullseye/jq) `1.6-2.1` - lightweight and flexible command-line JSON processor +- ![](green.png) [xmlstarlet](https://packages.debian.org/bullseye/xmlstarlet) `1.6.1-2.1` - command line XML toolkit +- ![](green.png) [aha](https://packages.debian.org/bullseye/aha) `0.5.1-1` - ANSI color to HTML converter +- ![](green.png) [groff](https://packages.debian.org/bullseye/groff) `1.22.4-6` - GNU troff text-formatting system +- ![](green.png) [dos2unix](https://packages.debian.org/bullseye/dos2unix) `7.4.1-1` - convert text file line endings between CRLF and LF +- ![](grey.png) _[pandoc](https://packages.debian.org/bullseye/pandoc) `2.9.2.1-1+b1` - general markup converter_ +- ![](grey.png) _[man2html-base](https://packages.debian.org/bullseye/man2html-base) `1.6g-14` - convert man pages into HTML format_ +- ![](grey.png) _[txt2tags](https://packages.debian.org/bullseye/txt2tags) `3.4-2` - conversion tool to generating several file formats_ +- ![](grey.png) _[mkdocs](https://packages.debian.org/bullseye/mkdocs) `1.1.2+dfsg-1` - Static site generator geared towards building project documentation_ +- ![](grey.png) _[csvkit](https://packages.debian.org/bullseye/csvkit) `1.0.5-2` - command-line tools for working with CSV_ +- ![](grey.png) _[roffit](https://packages.debian.org/bullseye/roffit) `0.7~20120815+gitbbf62e6-2` - convert nroff manual pages into HTML_ +- ![](grey.png) _[archmage](https://packages.debian.org/bullseye/archmage) `1:0.4.2.1-1` - CHM (Compiled HTML) Decompressor_ +- ![](grey.png) _[html2text](https://packages.debian.org/bullseye/html2text) `1.3.2a-28` - advanced HTML to text converter_ #### Packaging -- ![](green.png) [debhelper](https://packages.debian.org/buster/debhelper) `12.1.1` - helper programs for debian/rules -- ![](green.png) [autoconf](https://packages.debian.org/buster/autoconf) `2.69-11` - automatic configure script builder -- ![](green.png) [devscripts](https://packages.debian.org/buster/devscripts) `2.19.5+deb10u1` - scripts to make the life of a Debian Package maintainer easier -- ![](green.png) [dh-make](https://packages.debian.org/buster/dh-make) `2.201802` - tool that converts source archives into Debian package source -- ![](green.png) [equivs](https://packages.debian.org/buster/equivs) `2.2.0` - Circumvent Debian package dependencies -- ![](green.png) [build-essential](https://packages.debian.org/buster/build-essential) `12.6` - Informational list of build-essential packages -- ![](green.png) [checkinstall](https://packages.debian.org/buster/checkinstall) `1.6.2+git20170426.d24a630-2~bpo10+1` - installation tracker -- ![](green.png) [fakeroot](https://packages.debian.org/buster/fakeroot) `1.23-1` - tool for simulating superuser privileges -- ![](green.png) [debconf-utils](https://packages.debian.org/buster/debconf-utils) `1.5.71` - debconf utilities -- ![](green.png) [lintian](https://packages.debian.org/buster/lintian) `2.15.0` - Debian package checker -- ![](green.png) [git-buildpackage](https://packages.debian.org/buster/git-buildpackage) `0.9.14` - Suite to help with Debian packages in Git repositories -- ![](grey.png) _[lintian-brush](https://packages.debian.org/buster/lintian-brush) `0.13.1` - automatically fix lintian problems_ -- ![](grey.png) _[apt-build](https://packages.debian.org/buster/apt-build) `0.12.47` - frontend to apt to build, optimize and install packages_ -- ![](grey.png) _[python-stdeb](https://packages.debian.org/buster/python-stdeb) `0.8.5-1` - Python to Debian source package conversion utility_ -- ![](grey.png) _[pypi2deb](https://packages.debian.org/buster/pypi2deb) `2.20180804` - PyPI to Debian converter_ -- ![](grey.png) _[dgit](https://packages.debian.org/buster/dgit) `8.5` - git interoperability with the Debian archive_ -- ![](grey.png) _[aptly](https://packages.debian.org/buster/aptly) `1.3.0+ds1-2.2~deb10u1` - Swiss army knife for Debian repository management - main package_ +- ![](green.png) [debhelper](https://packages.debian.org/bullseye/debhelper) `13.3.4` - helper programs for debian/rules +- ![](green.png) [autoconf](https://packages.debian.org/bullseye/autoconf) `2.69-14` - automatic configure script builder +- ![](green.png) [devscripts](https://packages.debian.org/bullseye/devscripts) `2.21.3+deb11u1` - scripts to make the life of a Debian Package maintainer easier +- ![](green.png) [dh-make](https://packages.debian.org/bullseye/dh-make) `2.202003` - tool that converts source archives into Debian package source +- ![](green.png) [equivs](https://packages.debian.org/bullseye/equivs) `2.3.1` - Circumvent Debian package dependencies +- ![](green.png) [build-essential](https://packages.debian.org/bullseye/build-essential) `12.9` - Informational list of build-essential packages +- ![](green.png) [checkinstall](https://packages.debian.org/bullseye/checkinstall) `1.6.2+git20170426.d24a630-2` - installation tracker +- ![](green.png) [fakeroot](https://packages.debian.org/bullseye/fakeroot) `1.25.3-1.1` - tool for simulating superuser privileges +- ![](green.png) [debconf-utils](https://packages.debian.org/bullseye/debconf-utils) `1.5.77` - debconf utilities +- ![](green.png) [lintian](https://packages.debian.org/bullseye/lintian) `2.104.0` - Debian package checker +- ![](green.png) [git-buildpackage](https://packages.debian.org/bullseye/git-buildpackage) `0.9.22` - Suite to help with Debian packages in Git repositories +- ![](grey.png) _[apt-build](https://packages.debian.org/bullseye/apt-build) `0.12.49` - frontend to apt to build, optimize and install packages_ +- ![](grey.png) _[python3-stdeb](https://packages.debian.org/bullseye/python3-stdeb) `0.10.0-1` - Python to Debian source package conversion plugins for distutils_ +- ![](grey.png) _[pypi2deb](https://packages.debian.org/bullseye/pypi2deb) `2.20180804+nmu1` - PyPI to Debian converter_ +- ![](grey.png) _[dgit](https://packages.debian.org/bullseye/dgit) `9.13` - git interoperability with the Debian archive_ +- ![](grey.png) _[aptly](https://packages.debian.org/bullseye/aptly) `1.4.0+ds1-4+b4` - Swiss army knife for Debian repository management - main package_ #### Debuggers -- ![](green.png) [gdb](https://packages.debian.org/buster/gdb) `8.2.1-2+b3` - GNU Debugger +- ![](green.png) [gdb](https://packages.debian.org/bullseye/gdb) `10.1-1.7` - GNU Debugger #### Python -- ![](green.png) [python3-all-dev](https://packages.debian.org/buster/python3-all-dev) `3.7.3-1` - package depending on all supported Python 3 development packages -- ![](green.png) [python3-setuptools](https://packages.debian.org/buster/python3-setuptools) `40.8.0-1` - Python3 Distutils Enhancements -- ![](green.png) [python3-wheel](https://packages.debian.org/buster/python3-wheel) `0.32.3-2` - built-package format for Python -- ![](green.png) [python3-pip](https://packages.debian.org/buster/python3-pip) `18.1-5` - Python package installer -- ![](green.png) [python3-venv](https://packages.debian.org/buster/python3-venv) `3.7.3-1` - pyvenv-3 binary for python3 (default python3 version) +- ![](green.png) [python3-all-dev](https://packages.debian.org/bullseye/python3-all-dev) `3.9.2-3` - package depending on all supported Python 3 development packages +- ![](green.png) [python3-setuptools](https://packages.debian.org/bullseye/python3-setuptools) `52.0.0-4` - Python3 Distutils Enhancements +- ![](green.png) [python3-wheel](https://packages.debian.org/bullseye/python3-wheel) `0.34.2-1` - built-package format for Python +- ![](green.png) [python3-pip](https://packages.debian.org/bullseye/python3-pip) `20.3.4-4` - Python package installer +- ![](green.png) [python3-venv](https://packages.debian.org/bullseye/python3-venv) `3.9.2-3` - venv module for python3 (default python3 version) #### Live system -- ![](green.png) [live-build](https://packages.debian.org/buster/live-build) `1:20190311` - Live System Build Components -- ![](grey.png) _[debootstrap](https://packages.debian.org/buster/debootstrap) `1.0.114` - Bootstrap a basic Debian system_ -- ![](grey.png) _[live-config-doc](https://packages.debian.org/buster/live-config-doc) `5.20190519` - Live System Configuration Components (documentation)_ -- ![](grey.png) _[live-manual-pdf](https://packages.debian.org/buster/live-manual-pdf) `2:20151217.1` - Live Systems Documentation (pdf)_ -- ![](grey.png) _[live-manual-html](https://packages.debian.org/buster/live-manual-html) `2:20151217.1` - Live Systems Documentation (html)_ -- ![](grey.png) _[debian-handbook](https://packages.debian.org/buster/debian-handbook) `8.20180830` - reference book for Debian users and system administrators_ -- ![](grey.png) _[blends-tasks](https://packages.debian.org/buster/blends-tasks) `0.7.2` - Debian Pure Blends tasks for new installations_ -- ![](grey.png) _[live-task-lxde](https://packages.debian.org/buster/live-task-lxde) `0.7` - Live environment support for Lxde_ -- ![](grey.png) _[live-task-base](https://packages.debian.org/buster/live-task-base) `0.7` - Live base environment support_ -- ![](grey.png) _[live-task-cinnamon](https://packages.debian.org/buster/live-task-cinnamon) `0.7` - Live environment support for Cinnamon_ -- ![](grey.png) _[live-task-extra](https://packages.debian.org/buster/live-task-extra) `0.7` - Live extra environment support_ -- ![](grey.png) _[live-task-gnome](https://packages.debian.org/buster/live-task-gnome) `0.7` - Live environment support for GNOME_ -- ![](grey.png) _[live-task-kde](https://packages.debian.org/buster/live-task-kde) `0.7` - Live environment support for KDE_ -- ![](grey.png) _[live-task-localisation](https://packages.debian.org/buster/live-task-localisation) `0.7` - Live environment localisation support_ -- ![](grey.png) _[live-task-localisation-desktop](https://packages.debian.org/buster/live-task-localisation-desktop) `0.7` - Live graphical desktop environment localisation support_ -- ![](grey.png) _[live-task-mate](https://packages.debian.org/buster/live-task-mate) `0.7` - Live environment support for Mate_ -- ![](grey.png) _[live-task-recommended](https://packages.debian.org/buster/live-task-recommended) `0.7` - Live recommended environment support_ -- ![](grey.png) _[live-task-xfce](https://packages.debian.org/buster/live-task-xfce) `0.7` - Live environment support for Xfce_ +- ![](green.png) [live-build](https://packages.debian.org/bullseye/live-build) `1:20210407` - Live System Build Components +- ![](grey.png) _[debootstrap](https://packages.debian.org/bullseye/debootstrap) `1.0.123` - Bootstrap a basic Debian system_ +- ![](grey.png) _[live-config-doc](https://packages.debian.org/bullseye/live-config-doc) `11.0.3` - Live System Configuration Components (documentation)_ +- ![](grey.png) _[live-manual-pdf](https://packages.debian.org/bullseye/live-manual-pdf) `2:20151217.1` - Live Systems Documentation (pdf)_ +- ![](grey.png) _[live-manual-html](https://packages.debian.org/bullseye/live-manual-html) `2:20151217.1` - Live Systems Documentation (html)_ +- ![](grey.png) _[debian-handbook](https://packages.debian.org/bullseye/debian-handbook) `10.20200619` - reference book for Debian users and system administrators_ +- ![](grey.png) _[blends-tasks](https://packages.debian.org/bullseye/blends-tasks) `0.7.2` - Debian Pure Blends tasks for new installations_ +- ![](grey.png) _[live-task-lxde](https://packages.debian.org/bullseye/live-task-lxde) `11.0.3` - Live environment support for Lxde_ +- ![](grey.png) _[live-task-base](https://packages.debian.org/bullseye/live-task-base) `11.0.3` - Live base environment support_ +- ![](grey.png) _[live-task-cinnamon](https://packages.debian.org/bullseye/live-task-cinnamon) `11.0.3` - Live environment support for Cinnamon_ +- ![](grey.png) _[live-task-extra](https://packages.debian.org/bullseye/live-task-extra) `11.0.3` - Live extra environment support_ +- ![](grey.png) _[live-task-gnome](https://packages.debian.org/bullseye/live-task-gnome) `11.0.3` - Live environment support for GNOME_ +- ![](grey.png) _[live-task-kde](https://packages.debian.org/bullseye/live-task-kde) `11.0.3` - Live environment support for KDE_ +- ![](grey.png) _[live-task-localisation](https://packages.debian.org/bullseye/live-task-localisation) `11.0.3` - Live environment localisation support_ +- ![](grey.png) _[live-task-localisation-desktop](https://packages.debian.org/bullseye/live-task-localisation-desktop) `11.0.3` - Live graphical desktop environment localisation support_ +- ![](grey.png) _[live-task-mate](https://packages.debian.org/bullseye/live-task-mate) `11.0.3` - Live environment support for Mate_ +- ![](grey.png) _[live-task-recommended](https://packages.debian.org/bullseye/live-task-recommended) `11.0.3` - Live recommended environment support_ +- ![](grey.png) _[live-task-xfce](https://packages.debian.org/bullseye/live-task-xfce) `11.0.3` - Live environment support for Xfce_ #### Hex editors -- ![](grey.png) _[wxhexeditor](https://packages.debian.org/buster/wxhexeditor) `0.23+repack-3` - hexadecimal editor for massive files_ -- ![](grey.png) _[hexcurse](https://packages.debian.org/buster/hexcurse) `1.58-1.1+b1` - Ncurses-based hex editor with many features_ -- ![](grey.png) _[dhex](https://packages.debian.org/buster/dhex) `0.69-1` - ncurses based hex editor with diff mode_ -- ![](grey.png) _[bless](https://packages.debian.org/buster/bless) `0.6.0-5.1` - A full featured hexadecimal editor_ +- ![](grey.png) _[wxhexeditor](https://packages.debian.org/bullseye/wxhexeditor) `0.24+repack-1` - hexadecimal editor for massive files_ +- ![](grey.png) _[hexcurse](https://packages.debian.org/bullseye/hexcurse) `1.58-1.3` - Ncurses-based hex editor with many features_ +- ![](grey.png) _[dhex](https://packages.debian.org/bullseye/dhex) `0.69-3` - ncurses based hex editor with diff mode_ +- ![](grey.png) _[bless](https://packages.debian.org/bullseye/bless) `0.6.0-7` - A full featured hexadecimal editor_ #### Translation/localization -- ![](grey.png) _[poedit](https://packages.debian.org/buster/poedit) `2.2.1-2` - gettext catalog editor_ +- ![](grey.png) _[poedit](https://packages.debian.org/bullseye/poedit) `2.4.2-1+b1` - gettext catalog editor_ #### Game development -- ![](grey.png) _[godot3](https://packages.debian.org/buster/godot3) `3.0.6-2` - Full 2D and 3D game engine with editor_ +- ![](grey.png) _[godot3](https://packages.debian.org/bullseye/godot3) `3.2.3-stable-1+b1` - Full 2D and 3D game engine with editor_ #### Ruby -- ![](grey.png) _[ruby-dev](https://packages.debian.org/buster/ruby-dev) `1:2.5.1` - Header files for compiling extension modules for Ruby (default version)_ +- ![](grey.png) _[ruby-dev](https://packages.debian.org/bullseye/ruby-dev) `1:2.7+2` - Header files for compiling extension modules for Ruby (default version)_ #### HTML/CC/JS -- ![](grey.png) _[csstidy](https://packages.debian.org/buster/csstidy) `1.4-5` - CSS parser and optimiser_ -- ![](grey.png) _[sqlite3](https://packages.debian.org/buster/sqlite3) `3.27.2-3+deb10u1` - Command line interface for SQLite 3_ -- ![](grey.png) _[webcheck](https://packages.debian.org/buster/webcheck) `1.10.4-1.1` - website link and structure checker_ -- ![](grey.png) _[vera](https://packages.debian.org/buster/vera) `1.23-1` - Dictionary of computer related acronyms -- info format_ -- ![](grey.png) _[nodejs](https://packages.debian.org/buster/nodejs) `10.21.0~dfsg-1~deb10u1` - evented I/O for V8 javascript - runtime executable_ -- ![](grey.png) _[npm](https://packages.debian.org/buster/npm) `5.8.0+ds6-4+deb10u2` - package manager for Node.js_ -- ![](grey.png) _[jsbeautifier](https://packages.debian.org/buster/jsbeautifier) `1.6.4-7` - JavaScript unobfuscator and beautifier_ +- ![](grey.png) _[csstidy](https://packages.debian.org/bullseye/csstidy) `1.4-6` - CSS parser and optimiser_ +- ![](grey.png) _[sqlite3](https://packages.debian.org/bullseye/sqlite3) `3.34.1-3` - Command line interface for SQLite 3_ +- ![](grey.png) _[vera](https://packages.debian.org/bullseye/vera) `1.24-1` - Dictionary of computer related acronyms -- info format_ +- ![](grey.png) _[nodejs](https://packages.debian.org/bullseye/nodejs) `12.22.5~dfsg-2~11u1` - evented I/O for V8 javascript - runtime executable_ +- ![](grey.png) _[npm](https://packages.debian.org/bullseye/npm) `7.5.2+ds-2` - package manager for Node.js_ +- ![](grey.png) _[jsbeautifier](https://packages.debian.org/bullseye/jsbeautifier) `1.13.0-1` - JavaScript unobfuscator and beautifier_ #### PHP -- ![](grey.png) _[php-cli](https://packages.debian.org/buster/php-cli) `2:7.3+69` - command-line interpreter for the PHP scripting language (default)_ +- ![](grey.png) _[php-cli](https://packages.debian.org/bullseye/php-cli) `2:7.4+76` - command-line interpreter for the PHP scripting language (default)_ #### Android -- ![](grey.png) _[android-sdk](https://packages.debian.org/buster/android-sdk) `25.0.0+11+deb10u1` - Software development kit for Android platform_ -- ![](grey.png) _[android-sdk-platform-tools-common](https://packages.debian.org/buster/android-sdk-platform-tools-common) `27.0.0+11+deb10u1` - Tools for interacting with an Android platform - Common files_ -- ![](grey.png) _[android-tools-fastboot](https://packages.debian.org/buster/android-tools-fastboot) `1:8.1.0+r23-5` - transitional package_ -- ![](grey.png) _[adb](https://packages.debian.org/buster/adb) `1:8.1.0+r23-5` - Android Debug Bridge_ -- ![](grey.png) _[fastboot](https://packages.debian.org/buster/fastboot) `1:8.1.0+r23-5` - Android fastboot tool_ \ No newline at end of file +- ![](grey.png) _[android-sdk](https://packages.debian.org/bullseye/android-sdk) `28.0.2+3` - Software development kit for Android platform_ +- ![](grey.png) _[android-sdk-platform-tools-common](https://packages.debian.org/bullseye/android-sdk-platform-tools-common) `28.0.2+3` - Tools for interacting with an Android platform - Common files_ +- ![](grey.png) _[fastboot](https://packages.debian.org/bullseye/fastboot) `1:10.0.0+r36-7` - Android fastboot tool_ +- ![](grey.png) _[adb](https://packages.debian.org/bullseye/adb) `1:10.0.0+r36-7` - Android Debug Bridge_ +- ![](grey.png) _[fastboot](https://packages.debian.org/bullseye/fastboot) `1:10.0.0+r36-7` - Android fastboot tool_ +- ![](grey.png) _[scrcpy](https://packages.debian.org/bullseye/scrcpy) `1.17-1` - Display and control your Android device_ \ No newline at end of file diff --git a/doc/md/packages/games.md b/doc/md/packages/games.md index ed06cb4..c96dad5 100644 --- a/doc/md/packages/games.md +++ b/doc/md/packages/games.md @@ -4,104 +4,123 @@ ![](green.png) installed - ![](grey.png) suggested -#### Linux games +#### Games -- ![](green.png) [cmatrix](https://packages.debian.org/buster/cmatrix) `1.2a+git20181122-1` - simulates the display from "The Matrix" -- ![](green.png) [cmatrix-xfont](https://packages.debian.org/buster/cmatrix-xfont) `1.2a+git20181122-1` - X11 font for cmatrix -- ![](grey.png) _[endless-sky](https://packages.debian.org/buster/endless-sky) `0.9.8-1+b1` - space exploration and combat game_ -- ![](grey.png) _[play.it](https://packages.debian.org/buster/play.it) `2.11.0-1` - Installer for drm-free commercial games_ -- ![](grey.png) _[steam:i386](https://packages.debian.org/buster/steam:i386) `1.0.0.59-4` - Valve's Steam digital software delivery system_ -- ![](grey.png) _[supertuxkart](https://packages.debian.org/buster/supertuxkart) `0.9.3-2` - 3D kart racing game_ -- ![](grey.png) _[hedgewars](https://packages.debian.org/buster/hedgewars) `0.9.25-5` - Funny turn-based artillery game, featuring fighting hedgehogs!_ -- ![](grey.png) _[0ad](https://packages.debian.org/buster/0ad) `0.0.23.1-2` - Real-time strategy game of ancient warfare_ -- ![](grey.png) _[minetest](https://packages.debian.org/buster/minetest) `0.4.17.1+repack-1+b1` - Multiplayer infinite-world block sandbox_ -- ![](grey.png) _[wesnoth](https://packages.debian.org/buster/wesnoth) `1:1.14.5-1` - fantasy turn-based strategy game - complete suite (metapackage)_ -- ![](grey.png) _[nexuiz](https://packages.debian.org/buster/nexuiz) `2.5.2+dp-7` - Fast-paced 3D first-person shooter_ -- ![](grey.png) _[cube2](https://packages.debian.org/buster/cube2) `0.0.20130404+dfsg-1` - 3D first-person shooter game engine_ -- ![](grey.png) _[redeclipse](https://packages.debian.org/buster/redeclipse) `1.6.0-1` - free, casual arena shooter_ -- ![](grey.png) _[chromium-bsu](https://packages.debian.org/buster/chromium-bsu) `0.9.16.1-2` - fast paced, arcade-style, scrolling space shooter_ -- ![](grey.png) _[gunroar](https://packages.debian.org/buster/gunroar) `0.15.dfsg1-9` - 360-degree gunboat shooter_ -- ![](grey.png) _[marsshooter](https://packages.debian.org/buster/marsshooter) `0.7.6-4` - ridiculous space shooter governed by the laws of gravity_ -- ![](grey.png) _[gnome-games](https://packages.debian.org/buster/gnome-games) `1:3.30+1` - games for the GNOME desktop_ -- ![](grey.png) _[pychess](https://packages.debian.org/buster/pychess) `0.12.2-1` - Chess graphical user interface for several chess engines_ -- ![](grey.png) _[gweled](https://packages.debian.org/buster/gweled) `0.9.1-7` - "Diamond Mine"-style puzzle game_ -- ![](grey.png) _[games-adventure](https://packages.debian.org/buster/games-adventure) `3` - Debian's adventure games_ -- ![](grey.png) _[games-programming](https://packages.debian.org/buster/games-programming) `3` - Debian's programming games_ -- ![](grey.png) _[games-sport](https://packages.debian.org/buster/games-sport) `3` - Debian's sport games_ -- ![](grey.png) _[games-arcade](https://packages.debian.org/buster/games-arcade) `3` - Debian's arcade games_ -- ![](grey.png) _[games-finest](https://packages.debian.org/buster/games-finest) `3` - Debian's finest games_ -- ![](grey.png) _[games-puzzle](https://packages.debian.org/buster/games-puzzle) `3` - Debian's puzzle games_ -- ![](grey.png) _[games-strategy](https://packages.debian.org/buster/games-strategy) `3` - Debian's strategy games_ -- ![](grey.png) _[games-board](https://packages.debian.org/buster/games-board) `3` - Debian's board games_ -- ![](grey.png) _[games-python2-dev](https://packages.debian.org/buster/games-python2-dev) `3` - development of games in Python 2_ -- ![](grey.png) _[games-tasks](https://packages.debian.org/buster/games-tasks) `3` - Debian Games tasks for tasksel_ -- ![](grey.png) _[games-card](https://packages.debian.org/buster/games-card) `3` - Debian's card games_ -- ![](grey.png) _[games-fps](https://packages.debian.org/buster/games-fps) `3` - Debian's first-person shooter games_ -- ![](grey.png) _[games-python3-dev](https://packages.debian.org/buster/games-python3-dev) `3` - development of games in Python 3_ -- ![](grey.png) _[games-tetris](https://packages.debian.org/buster/games-tetris) `3` - Debian's tetris-like games_ -- ![](grey.png) _[games-c++-dev](https://packages.debian.org/buster/games-c++-dev) `3` - development of games in C/C++/D_ -- ![](grey.png) _[games-java-dev](https://packages.debian.org/buster/games-java-dev) `3` - development of games in Java_ -- ![](grey.png) _[games-racing](https://packages.debian.org/buster/games-racing) `3` - Debian's racing games_ -- ![](grey.png) _[games-thumbnails](https://packages.debian.org/buster/games-thumbnails) `20120227` - thumbnails of games in Debian_ -- ![](grey.png) _[games-chess](https://packages.debian.org/buster/games-chess) `3` - Debian's chess games_ -- ![](grey.png) _[games-minesweeper](https://packages.debian.org/buster/games-minesweeper) `3` - Debian's minesweeper games_ -- ![](grey.png) _[games-rogue](https://packages.debian.org/buster/games-rogue) `3` - Debian's roguelike games_ -- ![](grey.png) _[games-toys](https://packages.debian.org/buster/games-toys) `3` - Debian's toy games_ -- ![](grey.png) _[games-console](https://packages.debian.org/buster/games-console) `3` - Debian's console games_ -- ![](grey.png) _[games-mud](https://packages.debian.org/buster/games-mud) `3` - Debian's multi-user-dungeon games_ -- ![](grey.png) _[games-rpg](https://packages.debian.org/buster/games-rpg) `3` - Debian's roleplaying games_ -- ![](grey.png) _[games-typing](https://packages.debian.org/buster/games-typing) `3` - Debian's typing games_ -- ![](grey.png) _[games-content-dev](https://packages.debian.org/buster/games-content-dev) `3` - development of game content_ -- ![](grey.png) _[games-perl-dev](https://packages.debian.org/buster/games-perl-dev) `3` - development of games in Perl_ -- ![](grey.png) _[games-shootemup](https://packages.debian.org/buster/games-shootemup) `3` - Debian's shoot 'em up games_ -- ![](grey.png) _[games-education](https://packages.debian.org/buster/games-education) `3` - Debian's educational games_ -- ![](grey.png) _[games-platform](https://packages.debian.org/buster/games-platform) `3` - Debian's platform games_ -- ![](grey.png) _[games-simulation](https://packages.debian.org/buster/games-simulation) `3` - Debian's simulation games_ -- ![](grey.png) _[naev](https://packages.debian.org/buster/naev) `0.7.0-2` - 2D action/rpg space game_ -- ![](grey.png) _[gamemode](https://packages.debian.org/buster/gamemode) `1.2-6` - Optimise Linux system performance on demand_ -- ![](grey.png) _[fortune-mod](https://packages.debian.org/buster/fortune-mod) `1:1.99.1-7+b1` - provides fortune cookies on demand_ -- ![](grey.png) _[cowsay](https://packages.debian.org/buster/cowsay) `3.03+dfsg2-6` - configurable talking cow_ -- ![](grey.png) _[nyancat](https://packages.debian.org/buster/nyancat) `1.5.1-1+build1~deb10u1` - Animated terminal Nyancat_ -- ![](grey.png) _[sl](https://packages.debian.org/buster/sl) `5.02-1` - Correct you if you type `sl' by mistake_ -- ![](grey.png) _[hollywood](https://packages.debian.org/buster/hollywood) `1.14-1.1` - fill your console with Hollywood melodrama technobabble_ + + + + + +**[lutris](https://packages.debian.org/bullseye/lutris)** - open source gaming platform + + + Lutris goal is to make gaming on Linux as easy as possible by taking care of + installing and setting up the game for the user. The only thing you have to do + is play the game. It aims to support every game that is playable on Linux. + + + +----------------------- + + +- ![](green.png) [lutris](https://packages.debian.org/bullseye/lutris) `0.5.8.3-2` - open source gaming platform +- ![](grey.png) _[cmatrix](https://packages.debian.org/bullseye/cmatrix) `2.0-3` - simulates the display from "The Matrix"_ +- ![](grey.png) _[cmatrix-xfont](https://packages.debian.org/bullseye/cmatrix-xfont) `2.0-3` - X11 font for cmatrix_ +- ![](grey.png) _[endless-sky](https://packages.debian.org/bullseye/endless-sky) `0.9.8-1.1` - space exploration and combat game_ +- ![](grey.png) _[play.it](https://packages.debian.org/bullseye/play.it) `2.12.1-1` - Installer for drm-free commercial games_ +- ![](grey.png) _[steam:i386](https://packages.debian.org/bullseye/steam:i386) `1.0.0.68-1` - Valve's Steam digital software delivery system_ +- ![](grey.png) _[supertuxkart](https://packages.debian.org/bullseye/supertuxkart) `1.2+ds2-1` - 3D arcade racer with a variety of characters, tracks, and modes to play_ +- ![](grey.png) _[hedgewars](https://packages.debian.org/bullseye/hedgewars) `1.0.0-14+b1` - Funny turn-based artillery game, featuring fighting hedgehogs!_ +- ![](grey.png) _[0ad](https://packages.debian.org/bullseye/0ad) `0.0.23.1-5+b1` - Real-time strategy game of ancient warfare_ +- ![](grey.png) _[minetest](https://packages.debian.org/bullseye/minetest) `5.3.0+repack-2.1` - Multiplayer infinite-world block sandbox_ +- ![](grey.png) _[wesnoth](https://packages.debian.org/bullseye/wesnoth) `1:1.14.15-1` - fantasy turn-based strategy game - complete suite (metapackage)_ +- ![](grey.png) _[nexuiz](https://packages.debian.org/bullseye/nexuiz) `2.5.2+dp-8` - Fast-paced 3D first-person shooter_ +- ![](grey.png) _[cube2](https://packages.debian.org/bullseye/cube2) `0.0.20201227+dfsg-2` - 3D first-person shooter game engine_ +- ![](grey.png) _[redeclipse](https://packages.debian.org/bullseye/redeclipse) `1.6.0-1` - free, casual arena shooter_ +- ![](grey.png) _[chromium-bsu](https://packages.debian.org/bullseye/chromium-bsu) `0.9.16.1-2` - fast paced, arcade-style, scrolling space shooter_ +- ![](grey.png) _[gunroar](https://packages.debian.org/bullseye/gunroar) `0.15.dfsg1-9+b2` - 360-degree gunboat shooter_ +- ![](grey.png) _[marsshooter](https://packages.debian.org/bullseye/marsshooter) `0.7.6-5` - ridiculous space shooter governed by the laws of gravity_ +- ![](grey.png) _[gnome-games](https://packages.debian.org/bullseye/gnome-games) `1:3.38+3` - games for the GNOME desktop_ +- ![](grey.png) _[pychess](https://packages.debian.org/bullseye/pychess) `1.0.0-1.2` - Fully featured, nice looking, easy to use Chess Client_ +- ![](grey.png) _[games-adventure](https://packages.debian.org/bullseye/games-adventure) `4` - Debian's adventure games_ +- ![](grey.png) _[games-programming](https://packages.debian.org/bullseye/games-programming) `4` - Debian's programming games_ +- ![](grey.png) _[games-sport](https://packages.debian.org/bullseye/games-sport) `4` - Debian's sport games_ +- ![](grey.png) _[games-arcade](https://packages.debian.org/bullseye/games-arcade) `4` - Debian's arcade games_ +- ![](grey.png) _[games-finest](https://packages.debian.org/bullseye/games-finest) `4` - Debian's finest games_ +- ![](grey.png) _[games-puzzle](https://packages.debian.org/bullseye/games-puzzle) `4` - Debian's puzzle games_ +- ![](grey.png) _[games-strategy](https://packages.debian.org/bullseye/games-strategy) `4` - Debian's strategy games_ +- ![](grey.png) _[games-board](https://packages.debian.org/bullseye/games-board) `4` - Debian's board games_ +- ![](grey.png) _[games-tasks](https://packages.debian.org/bullseye/games-tasks) `4` - Debian Games tasks for tasksel_ +- ![](grey.png) _[games-card](https://packages.debian.org/bullseye/games-card) `4` - Debian's card games_ +- ![](grey.png) _[games-fps](https://packages.debian.org/bullseye/games-fps) `4` - Debian's first-person shooter games_ +- ![](grey.png) _[games-python3-dev](https://packages.debian.org/bullseye/games-python3-dev) `4` - development of games in Python 3_ +- ![](grey.png) _[games-tetris](https://packages.debian.org/bullseye/games-tetris) `4` - Debian's tetris-like games_ +- ![](grey.png) _[games-c++-dev](https://packages.debian.org/bullseye/games-c++-dev) `4` - development of games in C/C++/D_ +- ![](grey.png) _[games-java-dev](https://packages.debian.org/bullseye/games-java-dev) `4` - development of games in Java_ +- ![](grey.png) _[games-racing](https://packages.debian.org/bullseye/games-racing) `4` - Debian's racing games_ +- ![](grey.png) _[games-thumbnails](https://packages.debian.org/bullseye/games-thumbnails) `20120227+nmu1` - thumbnails of games in Debian_ +- ![](grey.png) _[games-chess](https://packages.debian.org/bullseye/games-chess) `4` - Debian's chess games_ +- ![](grey.png) _[games-minesweeper](https://packages.debian.org/bullseye/games-minesweeper) `4` - Debian's minesweeper games_ +- ![](grey.png) _[games-rogue](https://packages.debian.org/bullseye/games-rogue) `4` - Debian's roguelike games_ +- ![](grey.png) _[games-toys](https://packages.debian.org/bullseye/games-toys) `4` - Debian's toy games_ +- ![](grey.png) _[games-console](https://packages.debian.org/bullseye/games-console) `4` - Debian's console games_ +- ![](grey.png) _[games-mud](https://packages.debian.org/bullseye/games-mud) `4` - Debian's multi-user-dungeon games_ +- ![](grey.png) _[games-rpg](https://packages.debian.org/bullseye/games-rpg) `4` - Debian's roleplaying games_ +- ![](grey.png) _[games-typing](https://packages.debian.org/bullseye/games-typing) `4` - Debian's typing games_ +- ![](grey.png) _[games-content-dev](https://packages.debian.org/bullseye/games-content-dev) `4` - development of game content_ +- ![](grey.png) _[games-perl-dev](https://packages.debian.org/bullseye/games-perl-dev) `4` - development of games in Perl_ +- ![](grey.png) _[games-shootemup](https://packages.debian.org/bullseye/games-shootemup) `4` - Debian's shoot 'em up games_ +- ![](grey.png) _[games-education](https://packages.debian.org/bullseye/games-education) `4` - Debian's educational games_ +- ![](grey.png) _[games-platform](https://packages.debian.org/bullseye/games-platform) `4` - Debian's platform games_ +- ![](grey.png) _[games-simulation](https://packages.debian.org/bullseye/games-simulation) `4` - Debian's simulation games_ +- ![](grey.png) _[naev](https://packages.debian.org/bullseye/naev) `0.8.0-1` - 2D action/rpg space game_ +- ![](grey.png) _[gamemode](https://packages.debian.org/bullseye/gamemode) `1.6.1-1` - Optimise Linux system performance on demand_ +- ![](grey.png) _[fortune-mod](https://packages.debian.org/bullseye/fortune-mod) `1:1.99.1-7.1` - provides fortune cookies on demand_ +- ![](grey.png) _[cowsay](https://packages.debian.org/bullseye/cowsay) `3.03+dfsg2-8` - configurable talking cow_ +- ![](grey.png) _[nyancat](https://packages.debian.org/bullseye/nyancat) `1.5.2-0.1` - Animated terminal Nyancat_ +- ![](grey.png) _[sl](https://packages.debian.org/bullseye/sl) `5.02-1+b1` - Correct you if you type `sl' by mistake_ +- ![](grey.png) _[hollywood](https://packages.debian.org/bullseye/hollywood) `1.21-1` - fill your console with Hollywood melodrama technobabble_ +- ![](grey.png) _[wine64](https://packages.debian.org/bullseye/wine64) `5.0.3-3` - Windows API implementation - 64-bit binary loader_ +- ![](grey.png) _[wine32:i386](https://packages.debian.org/bullseye/wine32:i386) `5.0.3-3` - Windows API implementation - 32-bit binary loader_ +- ![](grey.png) _[libgl1-mesa-dri:i386](https://packages.debian.org/bullseye/libgl1-mesa-dri:i386) `20.3.5-1` - free implementation of the OpenGL API -- DRI modules_ +- ![](grey.png) _[playonlinux](https://packages.debian.org/bullseye/playonlinux) `4.3.4-2` - front-end for Wine_ +- ![](grey.png) _[fonts-wine](https://packages.debian.org/bullseye/fonts-wine) `5.0.3-3` - Windows API implementation - fonts_ +- ![](grey.png) _[winetricks](https://packages.debian.org/bullseye/winetricks) `0.0+20210206-2` - simple tool to work around common problems in Wine_ #### Game console emulators -- ![](grey.png) _[pcsxr](https://packages.debian.org/buster/pcsxr) `1.9.94-4` - Sony PlayStation emulator_ -- ![](grey.png) _[zsnes:i386](https://packages.debian.org/buster/zsnes:i386) `1.510+bz2-8+b3` - Emulator of the Super Nintendo Entertainment System_ -- ![](grey.png) _[higan](https://packages.debian.org/buster/higan) `106-2` - Accurate multi-system emulator_ -- ![](grey.png) _[desmume](https://packages.debian.org/buster/desmume) `0.9.11-3` - Nintendo DS emulator_ -- ![](grey.png) _[mupen64plus-qt](https://packages.debian.org/buster/mupen64plus-qt) `1.12-1` - customizable launcher for Mupen64Plus_ -- ![](grey.png) _[mupen64plus-input-all](https://packages.debian.org/buster/mupen64plus-input-all) `2.5+4` - plugin-based Nintendo 64 emulator, input plugins_ -- ![](grey.png) _[mupen64plus-audio-all](https://packages.debian.org/buster/mupen64plus-audio-all) `2.5+4` - plugin-based Nintendo 64 emulator, audio plugins_ -- ![](grey.png) _[mupen64plus-rsp-all](https://packages.debian.org/buster/mupen64plus-rsp-all) `2.5+4` - plugin-based Nintendo 64 emulator, rsp plugins_ -- ![](grey.png) _[mupen64plus-video-all](https://packages.debian.org/buster/mupen64plus-video-all) `2.5+4` - plugin-based Nintendo 64 emulator, video plugins_ -- ![](grey.png) _[retroarch](https://packages.debian.org/buster/retroarch) `1.7.3+dfsg1-1` - Simple frontend for the libretro library_ -- ![](grey.png) _[libretro-beetle-pce-fast](https://packages.debian.org/buster/libretro-beetle-pce-fast) `0.9.38.7+git20160609-1` - Libretro wrapper for the Beetle PCE FAST core_ -- ![](grey.png) _[libretro-beetle-psx](https://packages.debian.org/buster/libretro-beetle-psx) `0.9.38.6+git20151019-2` - Libretro wrapper for the Beetle PSX core_ -- ![](grey.png) _[libretro-beetle-vb](https://packages.debian.org/buster/libretro-beetle-vb) `0.9.36.1+git20160623-1` - Libretro wrapper for the Beetle VB core_ -- ![](grey.png) _[libretro-beetle-wswan](https://packages.debian.org/buster/libretro-beetle-wswan) `0.9.35.1+git20160623-1` - Libretro wrapper for the Beetle WSWAN core_ -- ![](grey.png) _[libretro-bsnes-mercury-accuracy](https://packages.debian.org/buster/libretro-bsnes-mercury-accuracy) `094+git20160126-2` - Libretro wrapper for bsnes-mercury accuracy core_ -- ![](grey.png) _[libretro-bsnes-mercury-balanced](https://packages.debian.org/buster/libretro-bsnes-mercury-balanced) `094+git20160126-2` - Libretro wrapper for bsnes-mercury balanced core_ -- ![](grey.png) _[libretro-bsnes-mercury-performance](https://packages.debian.org/buster/libretro-bsnes-mercury-performance) `094+git20160126-2` - Libretro wrapper for bsnes-mercury performance core_ -- ![](grey.png) _[libretro-desmume](https://packages.debian.org/buster/libretro-desmume) `0.9.11+git20160819+dfsg1-1` - Libretro wrapper for DeSmuME_ -- ![](grey.png) _[libretro-gambatte](https://packages.debian.org/buster/libretro-gambatte) `0.5.0+git20160522+dfsg1-1` - Libretro wrapper for Gambatte_ -- ![](grey.png) _[libretro-mupen64plus](https://packages.debian.org/buster/libretro-mupen64plus) `2.0+git20160207+dfsg2-1` - Libretro wrapper for Mupen64Plus_ -- ![](grey.png) _[libretro-mgba](https://packages.debian.org/buster/libretro-mgba) `0.7.0-1` - Libretro wrapper for mGBA_ -- ![](grey.png) _[libretro-nestopia](https://packages.debian.org/buster/libretro-nestopia) `1.49-2` - libretro wrapper for Nestopia_ -- ![](grey.png) _[libretro-genesisplusgx](https://packages.debian.org/buster/libretro-genesisplusgx) `1.7.4+git20160410-1` - Libretro wrapper for Genesis Plus GX_ -- ![](grey.png) _[libretro-snes9x](https://packages.debian.org/buster/libretro-snes9x) `1.53+git20160522-1` - Libretro wrapper for Snes9x_ -- ![](grey.png) _[yabause-gtk](https://packages.debian.org/buster/yabause-gtk) `0.9.14-3` - beautiful and under-rated Saturn emulator - Gtk port_ -- ![](grey.png) _[games-emulator](https://packages.debian.org/buster/games-emulator) `3` - Debian's emulators for games_ -- ![](grey.png) _[gnome-video-arcade](https://packages.debian.org/buster/gnome-video-arcade) `0.8.8-4` - Simple MAME frontend_ -- ![](grey.png) _[mednafen](https://packages.debian.org/buster/mednafen) `1.22.1+dfsg-2~deb10u1` - multi-platform emulator, including NES, GB/A, Lynx, PC Engine_ -- ![](grey.png) _[virtualjaguar](https://packages.debian.org/buster/virtualjaguar) `2.1.3-2+b1` - Cross-platform Atari Jaguar emulator_ -- ![](grey.png) _[mame](https://packages.debian.org/buster/mame) `0.206+dfsg.1-1` - Multiple Arcade Machine Emulator (MAME)_ -- ![](grey.png) _[stella](https://packages.debian.org/buster/stella) `6.0-1` - Atari 2600 Emulator for SDL & the X Window System_ -- ![](grey.png) _[mame](https://packages.debian.org/buster/mame) `0.206+dfsg.1-1` - Multiple Arcade Machine Emulator (MAME)_ -- ![](grey.png) _[mame-tools](https://packages.debian.org/buster/mame-tools) `0.206+dfsg.1-1` - Tools for MAME_ -- ![](grey.png) _[mame-extra](https://packages.debian.org/buster/mame-extra) `0.206-1` - Additional files for the Multiple Arcade Machine Emulator (MAME)_ -- ![](grey.png) _[nestopia](https://packages.debian.org/buster/nestopia) `1.49-2` - Nintendo Entertainment System/Famicom emulator_ -- ![](grey.png) _[dosbox](https://packages.debian.org/buster/dosbox) `0.74-2-3+deb10u1` - x86 emulator with Tandy/Herc/CGA/EGA/VGA/SVGA graphics, sound and DOS_ -- ![](grey.png) _[dolphin-emu](https://packages.debian.org/buster/dolphin-emu) `5.0+dfsg-5` - Gamecube and Wii emulator_ -- ![](grey.png) _[pcsx2:i386](https://packages.debian.org/buster/pcsx2:i386) `1.5.0~gfc1d9aef0+dfsg-1` - Playstation 2 emulator_ -- ![](grey.png) _[games-emulator](https://packages.debian.org/buster/games-emulator) `3` - Debian's emulators for games_ \ No newline at end of file +- ![](grey.png) _[pcsxr](https://packages.debian.org/bullseye/pcsxr) `1.9.94-5` - Sony PlayStation emulator_ +- ![](grey.png) _[zsnes:i386](https://packages.debian.org/bullseye/zsnes:i386) `1.510+bz2-10.1` - Emulator of the Super Nintendo Entertainment System_ +- ![](grey.png) _[higan](https://packages.debian.org/bullseye/higan) `106-2` - Accurate multi-system emulator_ +- ![](grey.png) _[desmume](https://packages.debian.org/bullseye/desmume) `0.9.11-3` - Nintendo DS emulator_ +- ![](grey.png) _[mupen64plus-qt](https://packages.debian.org/bullseye/mupen64plus-qt) `1.14-1` - customizable launcher for Mupen64Plus_ +- ![](grey.png) _[mupen64plus-input-all](https://packages.debian.org/bullseye/mupen64plus-input-all) `2.5+6` - plugin-based Nintendo 64 emulator, input plugins_ +- ![](grey.png) _[mupen64plus-audio-all](https://packages.debian.org/bullseye/mupen64plus-audio-all) `2.5+6` - plugin-based Nintendo 64 emulator, audio plugins_ +- ![](grey.png) _[mupen64plus-rsp-all](https://packages.debian.org/bullseye/mupen64plus-rsp-all) `2.5+6` - plugin-based Nintendo 64 emulator, rsp plugins_ +- ![](grey.png) _[mupen64plus-video-all](https://packages.debian.org/bullseye/mupen64plus-video-all) `2.5+6` - plugin-based Nintendo 64 emulator, video plugins_ +- ![](grey.png) _[retroarch](https://packages.debian.org/bullseye/retroarch) `1.7.3+dfsg1-1.1+b2` - Simple frontend for the libretro library_ +- ![](grey.png) _[libretro-beetle-pce-fast](https://packages.debian.org/bullseye/libretro-beetle-pce-fast) `0.9.38.7+git20160609-2` - Libretro wrapper for the Beetle PCE FAST core_ +- ![](grey.png) _[libretro-beetle-psx](https://packages.debian.org/bullseye/libretro-beetle-psx) `0.9.38.6+git20151019-3` - Libretro wrapper for the Beetle PSX core_ +- ![](grey.png) _[libretro-beetle-vb](https://packages.debian.org/bullseye/libretro-beetle-vb) `0.9.36.1+git20160623-2` - Libretro wrapper for the Beetle VB core_ +- ![](grey.png) _[libretro-beetle-wswan](https://packages.debian.org/bullseye/libretro-beetle-wswan) `0.9.35.1+git20160623-2` - Libretro wrapper for the Beetle WSWAN core_ +- ![](grey.png) _[libretro-bsnes-mercury-accuracy](https://packages.debian.org/bullseye/libretro-bsnes-mercury-accuracy) `094+git20160126-3` - Libretro wrapper for bsnes-mercury accuracy core_ +- ![](grey.png) _[libretro-bsnes-mercury-balanced](https://packages.debian.org/bullseye/libretro-bsnes-mercury-balanced) `094+git20160126-3` - Libretro wrapper for bsnes-mercury balanced core_ +- ![](grey.png) _[libretro-bsnes-mercury-performance](https://packages.debian.org/bullseye/libretro-bsnes-mercury-performance) `094+git20160126-3` - Libretro wrapper for bsnes-mercury performance core_ +- ![](grey.png) _[libretro-desmume](https://packages.debian.org/bullseye/libretro-desmume) `0.9.11+git20160819+dfsg1-2` - Libretro wrapper for DeSmuME_ +- ![](grey.png) _[libretro-gambatte](https://packages.debian.org/bullseye/libretro-gambatte) `0.5.0+git20160522+dfsg1-2.1` - Libretro wrapper for Gambatte_ +- ![](grey.png) _[libretro-mgba](https://packages.debian.org/bullseye/libretro-mgba) `0.8.4+dfsg-2` - Libretro wrapper for mGBA_ +- ![](grey.png) _[libretro-nestopia](https://packages.debian.org/bullseye/libretro-nestopia) `1.50-2` - libretro wrapper for Nestopia_ +- ![](grey.png) _[libretro-snes9x](https://packages.debian.org/bullseye/libretro-snes9x) `1.53+git20160522-1` - Libretro wrapper for Snes9x_ +- ![](grey.png) _[yabause-gtk](https://packages.debian.org/bullseye/yabause-gtk) `0.9.14-4+b1` - beautiful and under-rated Saturn emulator - Gtk port_ +- ![](grey.png) _[games-emulator](https://packages.debian.org/bullseye/games-emulator) `4` - Debian's emulators for games_ +- ![](grey.png) _[gnome-video-arcade](https://packages.debian.org/bullseye/gnome-video-arcade) `0.8.8-5` - Simple MAME frontend_ +- ![](grey.png) _[mednafen](https://packages.debian.org/bullseye/mednafen) `1.26.1+dfsg-1` - multi-platform emulator, including NES, GB/A, Lynx, PC Engine_ +- ![](grey.png) _[virtualjaguar](https://packages.debian.org/bullseye/virtualjaguar) `2.1.3-2+b3` - Cross-platform Atari Jaguar emulator_ +- ![](grey.png) _[mame](https://packages.debian.org/bullseye/mame) `0.228+dfsg.1-1` - Multiple Arcade Machine Emulator (MAME)_ +- ![](grey.png) _[stella](https://packages.debian.org/bullseye/stella) `6.5.2-1` - Atari 2600 Emulator for SDL & the X Window System_ +- ![](grey.png) _[mame](https://packages.debian.org/bullseye/mame) `0.228+dfsg.1-1` - Multiple Arcade Machine Emulator (MAME)_ +- ![](grey.png) _[mame-tools](https://packages.debian.org/bullseye/mame-tools) `0.228+dfsg.1-1` - Tools for MAME_ +- ![](grey.png) _[mame-extra](https://packages.debian.org/bullseye/mame-extra) `0.206-1` - Additional files for the Multiple Arcade Machine Emulator (MAME)_ +- ![](grey.png) _[nestopia](https://packages.debian.org/bullseye/nestopia) `1.50-2` - Nintendo Entertainment System/Famicom emulator_ +- ![](grey.png) _[dosbox](https://packages.debian.org/bullseye/dosbox) `0.74-3-3` - x86 emulator with Tandy/Herc/CGA/EGA/VGA/SVGA graphics, sound and DOS_ +- ![](grey.png) _[pcsx2:i386](https://packages.debian.org/bullseye/pcsx2:i386) `1.6.0+dfsg-1` - Playstation 2 emulator_ +- ![](grey.png) _[games-emulator](https://packages.debian.org/bullseye/games-emulator) `4` - Debian's emulators for games_ \ No newline at end of file diff --git a/doc/md/packages/graphics.md b/doc/md/packages/graphics.md index 02bd499..b3d56db 100644 --- a/doc/md/packages/graphics.md +++ b/doc/md/packages/graphics.md @@ -9,9 +9,9 @@ - + -**[ristretto](https://packages.debian.org/buster/ristretto)** - lightweight picture-viewer for the Xfce desktop environment +**[ristretto](https://packages.debian.org/bullseye/ristretto)** - lightweight picture-viewer for the Xfce desktop environment Ristretto is a fast and lightweight picture-viewer for the Xfce desktop @@ -22,33 +22,32 @@ ----------------------- -- ![](green.png) [ristretto](https://packages.debian.org/buster/ristretto) `0.8.3-1` - lightweight picture-viewer for the Xfce desktop environment -- ![](grey.png) _[eog](https://packages.debian.org/buster/eog) `3.28.4-2+b1` - Eye of GNOME graphics viewer program_ -- ![](grey.png) _[eog-plugins](https://packages.debian.org/buster/eog-plugins) `3.26.3-2` - set of plugins for GNOME Image Viewer_ -- ![](grey.png) _[viewnior](https://packages.debian.org/buster/viewnior) `1.6-1+b1` - simple, fast and elegant image viewer_ -- ![](grey.png) _[pqiv](https://packages.debian.org/buster/pqiv) `2.11-1+b1` - Powerful image viewer with minimal UI_ -- ![](grey.png) _[qiv](https://packages.debian.org/buster/qiv) `2.3.1-1+b1` - Quick image viewer for X_ -- ![](grey.png) _[feh](https://packages.debian.org/buster/feh) `3.1.3-1` - imlib2 based image viewer_ -- ![](grey.png) _[mcomix](https://packages.debian.org/buster/mcomix) `1.2.1-1.1` - GTK+ image viewer for comic books_ -- ![](grey.png) _[gpicview](https://packages.debian.org/buster/gpicview) `0.2.5-2+b1` - lightweight image viewer_ -- ![](grey.png) _[mirage](https://packages.debian.org/buster/mirage) `0.9.5.2-1` - fast and simple GTK+ image viewer_ -- ![](grey.png) _[xzgv](https://packages.debian.org/buster/xzgv) `0.9.1-4+b1` - Picture viewer for X with a thumbnail-based selector_ -- ![](grey.png) _[sxiv](https://packages.debian.org/buster/sxiv) `25-1` - simple X image viewer_ -- ![](grey.png) _[catimg](https://packages.debian.org/buster/catimg) `2.5.0-1` - fast image printing in to your terminal_ -- ![](grey.png) _[nomacs](https://packages.debian.org/buster/nomacs) `3.12.0+dfsg-2` - image viewer with capability of syncing multiple instances_ -- ![](grey.png) _[shotwell](https://packages.debian.org/buster/shotwell) `0.30.1-1` - digital photo organizer_ -- ![](grey.png) _[gthumb](https://packages.debian.org/buster/gthumb) `3:3.6.2-4` - image viewer and browser_ -- ![](grey.png) _[digikam](https://packages.debian.org/buster/digikam) `4:5.9.0-1+b1` - digital photo management application for KDE_ -- ![](grey.png) _[fotoxx](https://packages.debian.org/buster/fotoxx) `18.07.2-1` - easy-to-use digital photo editor_ -- ![](grey.png) _[geeqie](https://packages.debian.org/buster/geeqie) `1:1.4+git20190121-2` - image viewer using GTK+_ +- ![](green.png) [ristretto](https://packages.debian.org/bullseye/ristretto) `0.10.0-1` - lightweight picture-viewer for the Xfce desktop environment +- ![](grey.png) _[eog](https://packages.debian.org/bullseye/eog) `3.38.2-1` - Eye of GNOME graphics viewer program_ +- ![](grey.png) _[eog-plugins](https://packages.debian.org/bullseye/eog-plugins) `3.26.5-1` - set of plugins for GNOME Image Viewer_ +- ![](grey.png) _[viewnior](https://packages.debian.org/bullseye/viewnior) `1.6-1+b2` - simple, fast and elegant image viewer_ +- ![](grey.png) _[pqiv](https://packages.debian.org/bullseye/pqiv) `2.12-1` - Powerful image viewer with minimal UI_ +- ![](grey.png) _[qiv](https://packages.debian.org/bullseye/qiv) `2.3.2-2` - Quick image viewer for X_ +- ![](grey.png) _[feh](https://packages.debian.org/bullseye/feh) `3.6.3-1` - imlib2 based image viewer_ +- ![](grey.png) _[mcomix](https://packages.debian.org/bullseye/mcomix) `1.2.1mcomix3+git20200206-1` - GTK+ image viewer for comic books_ +- ![](grey.png) _[gpicview](https://packages.debian.org/bullseye/gpicview) `0.2.5-3+b1` - lightweight image viewer_ +- ![](grey.png) _[mirage](https://packages.debian.org/bullseye/mirage) `0.11.1-1+b2` - fast and simple GTK+ image viewer_ +- ![](grey.png) _[xzgv](https://packages.debian.org/bullseye/xzgv) `0.9.2-2` - Picture viewer for X with a thumbnail-based selector_ +- ![](grey.png) _[sxiv](https://packages.debian.org/bullseye/sxiv) `26-1` - simple X image viewer_ +- ![](grey.png) _[catimg](https://packages.debian.org/bullseye/catimg) `2.7.0-1` - fast image printing in to your terminal_ +- ![](grey.png) _[shotwell](https://packages.debian.org/bullseye/shotwell) `0.30.11-1` - digital photo organizer_ +- ![](grey.png) _[gthumb](https://packages.debian.org/bullseye/gthumb) `3:3.11.2-0.1` - image viewer and browser_ +- ![](grey.png) _[digikam](https://packages.debian.org/bullseye/digikam) `4:7.1.0-2` - digital photo management application for KDE_ +- ![](grey.png) _[fotoxx](https://packages.debian.org/bullseye/fotoxx) `20.08-2` - Edit photos and manage a large collection_ +- ![](grey.png) _[geeqie](https://packages.debian.org/bullseye/geeqie) `1:1.6-9` - image viewer using GTK+_ #### Image editors - + -**[gimp](https://packages.debian.org/buster/gimp)** - GNU Image Manipulation Program +**[gimp](https://packages.debian.org/bullseye/gimp)** - GNU Image Manipulation Program GIMP is an advanced picture editor. You can use it to edit, enhance, and @@ -63,60 +62,38 @@ ----------------------- -- ![](green.png) [gimp](https://packages.debian.org/buster/gimp) `2.10.8-2` - GNU Image Manipulation Program -- ![](green.png) [gimp-data-extras](https://packages.debian.org/buster/gimp-data-extras) `1:2.0.2-1` - Extra brushes and patterns for GIMP -- ![](green.png) [gimp-gap](https://packages.debian.org/buster/gimp-gap) `2.6.0+dfsg-5+b2` - animation package for the GIMP -- ![](green.png) [gimp-plugin-registry](https://packages.debian.org/buster/gimp-plugin-registry) `9.20180625` - repository of optional extensions for GIMP -- ![](green.png) [gimp-texturize](https://packages.debian.org/buster/gimp-texturize) `2.1-7` - generates large textures from a small sample -- ![](green.png) [gimp-ufraw](https://packages.debian.org/buster/gimp-ufraw) `0.22-4` - gimp importer for raw camera images -- ![](green.png) [gimp-gutenprint](https://packages.debian.org/buster/gimp-gutenprint) `5.3.1-7` - print plugin for the GIMP -- ![](green.png) [gimp-gmic](https://packages.debian.org/buster/gimp-gmic) `2.4.5-1` - GREYC's Magic for Image Computing - GIMP Plugin -- ![](green.png) [gimp-lensfun](https://packages.debian.org/buster/gimp-lensfun) `0.2.4-1+b1` - Gimp plugin to correct lens distortion using the lensfun library -- ![](green.png) [create-resources](https://packages.debian.org/buster/create-resources) `0.1.3-5` - shared resources for use by creative applications -- ![](green.png) [gimp-help-fr](https://packages.debian.org/buster/gimp-help-fr) `2.8.2-1` - Documentation for the GIMP (French) -- ![](grey.png) _[krita](https://packages.debian.org/buster/krita) `1:4.1.7+dfsg-1+b1` - pixel-based image manipulation program_ -- ![](grey.png) _[mypaint](https://packages.debian.org/buster/mypaint) `1.2.0-4.1` - paint program for use with graphics tablets_ -- ![](grey.png) _[mtpaint](https://packages.debian.org/buster/mtpaint) `3.40-3+b1` - painting program to create pixel art and manipulate digital photos_ -- ![](grey.png) _[xpaint](https://packages.debian.org/buster/xpaint) `2.9.1.4-3.2+b1` - simple paint program for X_ -- ![](grey.png) _[gnome-paint](https://packages.debian.org/buster/gnome-paint) `0.4.0-7` - simple, easy to use paint program for GNOME_ -- ![](grey.png) _[delaboratory](https://packages.debian.org/buster/delaboratory) `0.8-2+b2` - unique image postprocessing application_ +- ![](green.png) [gimp](https://packages.debian.org/bullseye/gimp) `2.10.22-4` - GNU Image Manipulation Program +- ![](green.png) [gimp-data-extras](https://packages.debian.org/bullseye/gimp-data-extras) `1:2.0.2-1.1` - Extra brushes and patterns for GIMP +- ![](green.png) [gimp-gap](https://packages.debian.org/bullseye/gimp-gap) `2.6.0+dfsg-5+b2` - animation package for the GIMP +- ![](green.png) [gimp-plugin-registry](https://packages.debian.org/bullseye/gimp-plugin-registry) `9.20200927` - repository of optional extensions for GIMP +- ![](green.png) [gimp-texturize](https://packages.debian.org/bullseye/gimp-texturize) `2.1-11` - generates large textures from a small sample +- ![](green.png) [gimp-gutenprint](https://packages.debian.org/bullseye/gimp-gutenprint) `5.3.3-5` - print plugin for the GIMP +- ![](green.png) [gimp-lensfun](https://packages.debian.org/bullseye/gimp-lensfun) `0.2.4-1.1` - Gimp plugin to correct lens distortion using the lensfun library +- ![](green.png) [create-resources](https://packages.debian.org/bullseye/create-resources) `0.1.3-6` - shared resources for use by creative applications +- ![](grey.png) _[gimp-help-fr](https://packages.debian.org/bullseye/gimp-help-fr) `2.10.0-1` - Documentation for the GIMP (French)_ +- ![](grey.png) _[krita](https://packages.debian.org/bullseye/krita) `1:4.4.2+dfsg-1` - pixel-based image manipulation program_ +- ![](grey.png) _[gimp-gmic](https://packages.debian.org/bullseye/gimp-gmic) `2.9.4-4` - GREYC's Magic for Image Computing - GIMP Plugin_ +- ![](grey.png) _[drawing](https://packages.debian.org/bullseye/drawing) `0.6.4-1` - simple drawing application for the GNOME desktop_ +- ![](grey.png) _[mypaint](https://packages.debian.org/bullseye/mypaint) `2.0.1-2` - paint program for use with graphics tablets_ +- ![](grey.png) _[mtpaint](https://packages.debian.org/bullseye/mtpaint) `3.40-3.1` - painting program to create pixel art and manipulate digital photos_ +- ![](grey.png) _[xpaint](https://packages.debian.org/bullseye/xpaint) `2.9.1.4-4` - simple paint program for X_ +- ![](grey.png) _[gnome-paint](https://packages.debian.org/bullseye/gnome-paint) `0.4.0-7` - simple, easy to use paint program for GNOME_ #### Vector editors - - - - - -**[inkscape](https://packages.debian.org/buster/inkscape)** - vector-based drawing program - - - Inkscape is an illustration editor which has everything needed to - create professional-quality computer art. You can use it to make - diagrams and illustrations, technical drawings, web graphics, clip art, - icons and logos. A collection of hands-on tutorials show you how to - combine lines, shapes and text of different types and styles to build - up a picture. - - - ------------------------ - - -- ![](green.png) [inkscape](https://packages.debian.org/buster/inkscape) `0.92.4-3` - vector-based drawing program -- ![](green.png) [create-resources](https://packages.debian.org/buster/create-resources) `0.1.3-5` - shared resources for use by creative applications -- ![](green.png) [python-lxml](https://packages.debian.org/buster/python-lxml) `4.3.2-1` - pythonic binding for the libxml2 and libxslt libraries -- ![](green.png) [pstoedit](https://packages.debian.org/buster/pstoedit) `3.73-1+b1` - PostScript and PDF files to editable vector graphics converter -- ![](grey.png) _[pencil2d](https://packages.debian.org/buster/pencil2d) `0.6.2-1` - Create hand-drawn animation using both bitmap and vector graphics_ -- ![](grey.png) _[dia](https://packages.debian.org/buster/dia) `0.97.3+git20160930-8.1` - Diagram editor_ -- ![](grey.png) _[birdfont](https://packages.debian.org/buster/birdfont) `2.25.0-3` - font editor that lets you create outline vector graphics and export fonts_ +- ![](grey.png) _[inkscape](https://packages.debian.org/bullseye/inkscape) `1.0.2-4` - vector-based drawing program_ +- ![](grey.png) _[create-resources](https://packages.debian.org/bullseye/create-resources) `0.1.3-6` - shared resources for use by creative applications_ +- ![](grey.png) _[pstoedit](https://packages.debian.org/bullseye/pstoedit) `3.75-1` - PostScript and PDF files to editable vector graphics converter_ +- ![](grey.png) _[pencil2d](https://packages.debian.org/bullseye/pencil2d) `0.6.6-1` - Create hand-drawn animation using both bitmap and vector graphics_ +- ![](grey.png) _[dia](https://packages.debian.org/bullseye/dia) `0.97.3+git20160930-9` - Diagram editor_ +- ![](grey.png) _[birdfont](https://packages.debian.org/bullseye/birdfont) `2.29.1-1` - font editor that lets you create outline vector graphics and export fonts_ #### Drawing - + -**[xournal](https://packages.debian.org/buster/xournal)** - GTK+ Application for note taking +**[xournal](https://packages.debian.org/bullseye/xournal)** - GTK+ Application for note taking Xournal is a GTK+ application for notetaking, sketching and @@ -128,40 +105,42 @@ ----------------------- -- ![](green.png) [xournal](https://packages.debian.org/buster/xournal) `1:0.4.8-1+b1` - GTK+ Application for note taking +- ![](green.png) [xournal](https://packages.debian.org/bullseye/xournal) `1:0.4.8.2016-7` - GTK+ Application for note taking +- ![](grey.png) _[akira](https://packages.debian.org/bullseye/akira) `0.0.13-3` - user experience design tool_ #### Non-destructive editors (lightroom) -- ![](grey.png) _[darktable](https://packages.debian.org/buster/darktable) `2.6.0-1` - virtual lighttable and darkroom for photographers_ -- ![](grey.png) _[rawtherapee](https://packages.debian.org/buster/rawtherapee) `5.5-1` - raw image converter and digital photo processor_ -- ![](grey.png) _[luminance-hdr](https://packages.debian.org/buster/luminance-hdr) `2.5.1+dfsg-3+b4` - graphical user interface providing a workflow for HDR imaging_ +- ![](grey.png) _[darktable](https://packages.debian.org/bullseye/darktable) `3.4.1-5` - virtual lighttable and darkroom for photographers_ +- ![](grey.png) _[rawtherapee](https://packages.debian.org/bullseye/rawtherapee) `5.8-3` - raw image converter and digital photo processor_ +- ![](grey.png) _[luminance-hdr](https://packages.debian.org/bullseye/luminance-hdr) `2.6.0+dfsg-2+b8` - graphical user interface providing a workflow for HDR imaging_ #### Color pickers -- ![](grey.png) _[gpick](https://packages.debian.org/buster/gpick) `0.2.5+git20161221-1+b1` - advanced GTK+ color picker_ +- ![](green.png) [gcolor3](https://packages.debian.org/bullseye/gcolor3) `2.3.1-2+b1` - Simple GTK3 color selector and picker +- ![](grey.png) _[gpick](https://packages.debian.org/bullseye/gpick) `0.2.6-1` - advanced GTK+ color picker_ #### Batch image processing -- ![](grey.png) _[aspic](https://packages.debian.org/buster/aspic) `1.05-4+b2` - Line art generator_ -- ![](grey.png) _[pixelize](https://packages.debian.org/buster/pixelize) `1.0.0-1+b2` - Create an image consisting of many small images_ -- ![](grey.png) _[hugin](https://packages.debian.org/buster/hugin) `2018.0.0+dfsg-3+b1` - panorama photo stitcher - GUI tools_ -- ![](grey.png) _[aaphoto](https://packages.debian.org/buster/aaphoto) `0.45-1` - Auto Adjust Photo, automatic color correction of photos_ +- ![](grey.png) _[aspic](https://packages.debian.org/bullseye/aspic) `1.05-4+b2` - Line art generator_ +- ![](grey.png) _[pixelize](https://packages.debian.org/bullseye/pixelize) `1.0.0-1+b2` - Create an image consisting of many small images_ +- ![](grey.png) _[hugin](https://packages.debian.org/bullseye/hugin) `2020.0.0+dfsg-2` - panorama photo stitcher - GUI tools_ +- ![](grey.png) _[aaphoto](https://packages.debian.org/bullseye/aaphoto) `0.45-1+b1` - Auto Adjust Photo, automatic color correction of photos_ #### Camera upload/management -- ![](grey.png) _[rapid-photo-downloader](https://packages.debian.org/buster/rapid-photo-downloader) `0.9.13-1` - Photo downloader (importer) from cameras, memory cards, other devices_ -- ![](grey.png) _[gtkam](https://packages.debian.org/buster/gtkam) `1.0-3` - application for retrieving media from digital cameras_ +- ![](grey.png) _[rapid-photo-downloader](https://packages.debian.org/bullseye/rapid-photo-downloader) `0.9.26-2` - Photo downloader (importer) from cameras, memory cards, other devices_ +- ![](grey.png) _[gtkam](https://packages.debian.org/bullseye/gtkam) `1.0-3` - application for retrieving media from digital cameras_ #### Game asset editors -- ![](grey.png) _[tiled](https://packages.debian.org/buster/tiled) `1.2.1+dfsg.1-1` - general purpose tile map editor_ -- ![](grey.png) _[games-content-dev](https://packages.debian.org/buster/games-content-dev) `3` - development of game content_ +- ![](grey.png) _[tiled](https://packages.debian.org/bullseye/tiled) `1.4.3-1` - general purpose tile map editor_ +- ![](grey.png) _[games-content-dev](https://packages.debian.org/bullseye/games-content-dev) `4` - development of game content_ #### Color grading -- ![](grey.png) _[colorhug-client](https://packages.debian.org/buster/colorhug-client) `0.2.8-3` - Tools for the Hughski Colorimeter_ +- ![](grey.png) _[colorhug-client](https://packages.debian.org/bullseye/colorhug-client) `0.2.8-3+b1` - Tools for the Hughski Colorimeter_ #### Diagram editors - + -**[dia](https://packages.debian.org/buster/dia)** - Diagram editor +**[dia](https://packages.debian.org/bullseye/dia)** - Diagram editor Dia is an editor for diagrams, graphs, charts etc. There is support for UML @@ -174,96 +153,73 @@ ----------------------- -- ![](green.png) [dia](https://packages.debian.org/buster/dia) `0.97.3+git20160930-8.1` - Diagram editor -- ![](green.png) [dia-shapes](https://packages.debian.org/buster/dia-shapes) `0.6.0-3` - Diagram editor (additional shapes) -- ![](green.png) [gsfonts-x11](https://packages.debian.org/buster/gsfonts-x11) `0.26` - Make Ghostscript fonts available to X11 -- ![](grey.png) _[asciio](https://packages.debian.org/buster/asciio) `1.51.3-1` - dynamically create ASCII charts and graphs with GTK+2_ +- ![](green.png) [dia](https://packages.debian.org/bullseye/dia) `0.97.3+git20160930-9` - Diagram editor +- ![](green.png) [dia-shapes](https://packages.debian.org/bullseye/dia-shapes) `0.6.0-3.1` - Diagram editor (additional shapes) +- ![](green.png) [gsfonts-x11](https://packages.debian.org/bullseye/gsfonts-x11) `0.27` - Make Ghostscript fonts available to X11 #### Label/barcode editors -- ![](grey.png) _[glabels](https://packages.debian.org/buster/glabels) `3.4.1-1.1` - label, business card and media cover creation program for GNOME_ -- ![](grey.png) _[qrencode](https://packages.debian.org/buster/qrencode) `4.0.2-1` - QR Code encoder into PNG image_ -- ![](grey.png) _[qtqr](https://packages.debian.org/buster/qtqr) `1.4~bzr32-1` - Qt frontend for QR code generator and decoder_ -- ![](grey.png) _[zbar-tools](https://packages.debian.org/buster/zbar-tools) `0.22-1` - bar code scanner and decoder (utilities)_ +- ![](grey.png) _[glabels](https://packages.debian.org/bullseye/glabels) `3.4.1-3` - label, business card and media cover creation program for GNOME_ +- ![](grey.png) _[qrencode](https://packages.debian.org/bullseye/qrencode) `4.1.1-1` - QR Code encoder into PNG image_ +- ![](grey.png) _[qtqr](https://packages.debian.org/bullseye/qtqr) `2.0~bzr33-2` - Qt frontend for QR code generator and decoder_ +- ![](grey.png) _[zbar-tools](https://packages.debian.org/bullseye/zbar-tools) `0.23.90-1` - QR code / bar code scanner and decoder (utilities)_ #### 3D editors - - - - - -**[blender](https://packages.debian.org/buster/blender)** - Very fast and versatile 3D modeller/renderer - - - Blender is an integrated 3d suite for modelling, animation, rendering, - post-production, interactive creation and playback (games). Blender has its - own particular user interface, which is implemented entirely in OpenGL and - designed with speed in mind. Python bindings are available for scripting; - import/export features for popular file formats like 3D Studio and Wavefront - Obj are implemented as scripts by the community. Stills, animations, models - for games or other third party engines and interactive content in the form of - a standalone binary are common products of Blender use. - - - ------------------------ - - -- ![](green.png) [blender](https://packages.debian.org/buster/blender) `2.79.b+dfsg0-7` - Very fast and versatile 3D modeller/renderer -- ![](grey.png) _[makehuman](https://packages.debian.org/buster/makehuman) `1.1.1-1.2` - Modelling of 3-Dimensional humanoid characters_ -- ![](grey.png) _[g3dviewer](https://packages.debian.org/buster/g3dviewer) `0.2.99.5~svn130-7` - 3D model viewer for GTK+_ -- ![](grey.png) _[sweethome3d](https://packages.debian.org/buster/sweethome3d) `6.1.2+dfsg-2` - Interior 2D design application with 3D preview_ -- ![](grey.png) _[sweethome3d-furniture](https://packages.debian.org/buster/sweethome3d-furniture) `1.6.4-1` - Interior 2D design application with 3D preview (additional furniture)_ -- ![](grey.png) _[sweethome3d-furniture-editor](https://packages.debian.org/buster/sweethome3d-furniture-editor) `1.24-2` - Sweet Home 3D Furniture Library Editor_ -- ![](grey.png) _[sweethome3d-textures-editor](https://packages.debian.org/buster/sweethome3d-textures-editor) `1.6-2` - Sweet Home 3D Textures Library Editor_ -- ![](grey.png) _[sweethome3d-furniture-nonfree](https://packages.debian.org/buster/sweethome3d-furniture-nonfree) `1.6.2-2` - Interior 2D design application with 3D preview (additional non-free furniture)_ +- ![](grey.png) _[blender](https://packages.debian.org/bullseye/blender) `2.83.5+dfsg-5+b2` - Very fast and versatile 3D modeller/renderer_ +- ![](grey.png) _[g3dviewer](https://packages.debian.org/bullseye/g3dviewer) `0.2.99.5~svn130-11` - 3D model viewer for GTK+_ +- ![](grey.png) _[sweethome3d](https://packages.debian.org/bullseye/sweethome3d) `6.4.2+dfsg-2` - Interior 2D design application with 3D preview_ +- ![](grey.png) _[sweethome3d-furniture](https://packages.debian.org/bullseye/sweethome3d-furniture) `1.8-1` - Interior 2D design application with 3D preview (additional furniture)_ +- ![](grey.png) _[sweethome3d-furniture-editor](https://packages.debian.org/bullseye/sweethome3d-furniture-editor) `1.25-1` - Sweet Home 3D Furniture Library Editor_ +- ![](grey.png) _[sweethome3d-textures-editor](https://packages.debian.org/bullseye/sweethome3d-textures-editor) `1.6-3` - Sweet Home 3D Textures Library Editor_ +- ![](grey.png) _[sweethome3d-furniture-nonfree](https://packages.debian.org/bullseye/sweethome3d-furniture-nonfree) `1.6.2-2` - Interior 2D design application with 3D preview (additional non-free furniture)_ #### CAD editors -- ![](grey.png) _[librecad](https://packages.debian.org/buster/librecad) `2.1.3-1.2` - Computer-aided design (CAD) system_ -- ![](grey.png) _[kicad](https://packages.debian.org/buster/kicad) `5.0.2+dfsg1-1` - Electronic schematic and PCB design software_ -- ![](grey.png) _[freecad](https://packages.debian.org/buster/freecad) `0.18~pre1+dfsg1-5` - Extensible Open Source CAx program_ -- ![](grey.png) _[pcb-gtk](https://packages.debian.org/buster/pcb-gtk) `1:4.2.0-2` - printed circuit board (pcb) design program - GTK+ interface_ -- ![](grey.png) _[qelectrotech](https://packages.debian.org/buster/qelectrotech) `1:0.6.1-1` - Electric schematic editor_ +- ![](grey.png) _[librecad](https://packages.debian.org/bullseye/librecad) `2.1.3-1.3` - Computer-aided design (CAD) system_ +- ![](grey.png) _[kicad](https://packages.debian.org/bullseye/kicad) `5.1.9+dfsg1-1` - Electronic schematic and PCB design software_ +- ![](grey.png) _[freecad](https://packages.debian.org/bullseye/freecad) `0.19.1+dfsg1-2` - Extensible Open Source CAx program_ +- ![](grey.png) _[pcb-gtk](https://packages.debian.org/bullseye/pcb-gtk) `1:4.2.2-1` - printed circuit board (pcb) design program - GTK+ interface_ +- ![](grey.png) _[qelectrotech](https://packages.debian.org/bullseye/qelectrotech) `1:0.7.0-1+b1` - Electric schematic editor_ #### Video editors -- ![](grey.png) _[openshot](https://packages.debian.org/buster/openshot) `2.4.3+dfsg1-1` - create and edit videos and movies (transitional package)_ -- ![](grey.png) _[kdenlive](https://packages.debian.org/buster/kdenlive) `18.12.3-1` - non-linear video editor_ -- ![](grey.png) _[devede](https://packages.debian.org/buster/devede) `4.8.0-1` - simple application to create Video DVDs_ -- ![](grey.png) _[dvdauthor](https://packages.debian.org/buster/dvdauthor) `0.7.2-1` - create DVD-Video file system_ -- ![](grey.png) _[imagination](https://packages.debian.org/buster/imagination) `3.4-1` - DVD slide show maker_ -- ![](grey.png) _[ffdiaporama](https://packages.debian.org/buster/ffdiaporama) `2.1+dfsg-1+b1` - Movie creator from photos and video clips_ -- ![](grey.png) _[screenkey](https://packages.debian.org/buster/screenkey) `0.9-2` - screencast tool to display your keystrokes_ -- ![](grey.png) _[dvgrab](https://packages.debian.org/buster/dvgrab) `3.5+git20160707.1.e46042e-1` - grab digital video data via IEEE1394 and USB links_ -- ![](grey.png) _[vgrabbj](https://packages.debian.org/buster/vgrabbj) `0.9.9-3` - grabs an image from a camera and puts it in jpg/png format_ -- ![](grey.png) _[dvbcut](https://packages.debian.org/buster/dvbcut) `0.7.3-1` - Qt application for cutting parts out of DVB streams_ -- ![](grey.png) _[multimedia-video](https://packages.debian.org/buster/multimedia-video) `0.7` - Video packages_ -- ![](grey.png) _[flowblade](https://packages.debian.org/buster/flowblade) `2.0-1` - non-linear video editor_ -- ![](grey.png) _[handbrake](https://packages.debian.org/buster/handbrake) `1.2.2+ds1-1` - versatile DVD ripper and video transcoder (GTK+ GUI)_ -- ![](grey.png) _[lives](https://packages.debian.org/buster/lives) `2.10.0-1` - Video Editing system allowing users to edit and create video_ -- ![](grey.png) _[rtmpdump](https://packages.debian.org/buster/rtmpdump) `2.4+20151223.gitfa8646d.1-2` - small dumper for media content streamed over the RTMP protocol_ -- ![](grey.png) _[shotdetect](https://packages.debian.org/buster/shotdetect) `1.0.86-5+b2` - scene change detector_ -- ![](grey.png) _[tsdecrypt](https://packages.debian.org/buster/tsdecrypt) `10.0-2+b2` - decrypt MPEG transport stream_ -- ![](grey.png) _[videotrans](https://packages.debian.org/buster/videotrans) `1.6.1-8` - DVD authoring utilities_ -- ![](grey.png) _[voctomix](https://packages.debian.org/buster/voctomix) `1.3-2` - Full-HD Software Live-Video-Mixer_ -- ![](grey.png) _[stopmotion](https://packages.debian.org/buster/stopmotion) `0.8.4-3` - create stop-motion animations_ -- ![](grey.png) _[education-video](https://packages.debian.org/buster/education-video) `2.10.47` - Debian Edu video applications_ +- ![](grey.png) _[openshot](https://packages.debian.org/bullseye/openshot) `2.5.1+dfsg1-1` - create and edit videos and movies (transitional package)_ +- ![](grey.png) _[kdenlive](https://packages.debian.org/bullseye/kdenlive) `20.12.3-1` - non-linear video editor_ +- ![](grey.png) _[devede](https://packages.debian.org/bullseye/devede) `4.15.0-2` - simple application to create Video DVDs_ +- ![](grey.png) _[dvdauthor](https://packages.debian.org/bullseye/dvdauthor) `0.7.2-1+b3` - create DVD-Video file system_ +- ![](grey.png) _[imagination](https://packages.debian.org/bullseye/imagination) `3.6-1` - DVD slide show maker_ +- ![](grey.png) _[ffdiaporama](https://packages.debian.org/bullseye/ffdiaporama) `2.1+dfsg-1+b3` - Movie creator from photos and video clips_ +- ![](grey.png) _[screenkey](https://packages.debian.org/bullseye/screenkey) `1:1.4-2` - screencast tool to display your keystrokes_ +- ![](grey.png) _[dvgrab](https://packages.debian.org/bullseye/dvgrab) `3.5+git20160707.1.e46042e-1+b1` - grab digital video data via IEEE1394 and USB links_ +- ![](grey.png) _[vgrabbj](https://packages.debian.org/bullseye/vgrabbj) `0.9.9-3+b1` - grabs an image from a camera and puts it in jpg/png format_ +- ![](grey.png) _[dvbcut](https://packages.debian.org/bullseye/dvbcut) `0.7.3-1+b1` - Qt application for cutting parts out of DVB streams_ +- ![](grey.png) _[multimedia-video](https://packages.debian.org/bullseye/multimedia-video) `0.10` - Video packages_ +- ![](grey.png) _[flowblade](https://packages.debian.org/bullseye/flowblade) `2.6-3` - non-linear video editor_ +- ![](grey.png) _[handbrake](https://packages.debian.org/bullseye/handbrake) `1.3.1+ds1-2+b3` - versatile DVD ripper and video transcoder (GTK+ GUI)_ +- ![](grey.png) _[lives](https://packages.debian.org/bullseye/lives) `3.0.2-1.1` - Video Editing system allowing users to edit and create video_ +- ![](grey.png) _[rtmpdump](https://packages.debian.org/bullseye/rtmpdump) `2.4+20151223.gitfa8646d.1-2+b2` - small dumper for media content streamed over the RTMP protocol_ +- ![](grey.png) _[shotdetect](https://packages.debian.org/bullseye/shotdetect) `1.0.86-5.1` - scene change detector_ +- ![](grey.png) _[tsdecrypt](https://packages.debian.org/bullseye/tsdecrypt) `10.0-2+b3` - decrypt MPEG transport stream_ +- ![](grey.png) _[videotrans](https://packages.debian.org/bullseye/videotrans) `1.6.1-8` - DVD authoring utilities_ +- ![](grey.png) _[voctomix](https://packages.debian.org/bullseye/voctomix) `1.3-5` - Full-HD Software Live-Video-Mixer_ +- ![](grey.png) _[stopmotion](https://packages.debian.org/bullseye/stopmotion) `0.8.5-4` - create stop-motion animations_ +- ![](grey.png) _[education-video](https://packages.debian.org/bullseye/education-video) `2.11.37` - Debian Edu video applications_ +- ![](grey.png) _[slowmovideo](https://packages.debian.org/bullseye/slowmovideo) `0.5+git20190116-3+b2` - create slow-motion videos from your footage_ #### Command-line image manipulation -- ![](green.png) [imagemagick](https://packages.debian.org/buster/imagemagick) `8:6.9.10.23+dfsg-2.1+deb10u1` - image manipulation programs -- binaries -- ![](green.png) [optipng](https://packages.debian.org/buster/optipng) `0.7.7-1` - advanced PNG (Portable Network Graphics) optimizer -- ![](green.png) [advancecomp](https://packages.debian.org/buster/advancecomp) `2.1-2.1` - collection of recompression utilities -- ![](green.png) [jpegoptim](https://packages.debian.org/buster/jpegoptim) `1.4.6-1` - utility to optimize jpeg files -- ![](green.png) [pngcrush](https://packages.debian.org/buster/pngcrush) `1.8.13-0.1` - optimizes PNG (Portable Network Graphics) files -- ![](green.png) [exifprobe](https://packages.debian.org/buster/exifprobe) `2.0.1+git20170416.3c2b769-3` - read metadata from digital pictures -- ![](green.png) [findimagedupes](https://packages.debian.org/buster/findimagedupes) `2.18-7` - Finds visually similar or duplicate images -- ![](green.png) [librsvg2-bin](https://packages.debian.org/buster/librsvg2-bin) `2.44.10-2.1+deb10u3` - command-line and graphical viewers for SVG files -- ![](green.png) [figlet](https://packages.debian.org/buster/figlet) `2.2.5-3` - Make large character ASCII banners out of ordinary text -- ![](green.png) [toilet](https://packages.debian.org/buster/toilet) `0.3-1.2` - display large colourful characters in text mode -- ![](grey.png) _[caca-utils](https://packages.debian.org/buster/caca-utils) `0.99.beta19-2.1` - text mode graphics utilities_ -- ![](grey.png) _[converseen](https://packages.debian.org/buster/converseen) `0.9.7.2-1` - batch image converter and resizer_ -- ![](grey.png) _[fbi](https://packages.debian.org/buster/fbi) `2.10-3` - Linux frame buffer image viewer_ -- ![](grey.png) _[gifsicle](https://packages.debian.org/buster/gifsicle) `1.91-5` - Tool for manipulating GIF images_ -- ![](grey.png) _[jp2a](https://packages.debian.org/buster/jp2a) `1.0.6-8` - converts jpg images to ascii_ -- ![](grey.png) _[pecomato](https://packages.debian.org/buster/pecomato) `0.0.15-10` - Picture-embedded contents manipulation tool_ -- ![](grey.png) _[aview](https://packages.debian.org/buster/aview) `1.3.0rc1-9+b2` - A high quality ASCII art image viewer and video player_ -- ![](grey.png) _[chafa](https://packages.debian.org/buster/chafa) `1.0.1-2+b1` - Image-to-text converter supporting a wide range of symbols, etc._ -- ![](grey.png) _[lolcat](https://packages.debian.org/buster/lolcat) `42.0.99-1` - colorful `cat`_ \ No newline at end of file +- ![](green.png) [imagemagick](https://packages.debian.org/bullseye/imagemagick) `8:6.9.11.60+dfsg-1.3` - image manipulation programs -- binaries +- ![](green.png) [optipng](https://packages.debian.org/bullseye/optipng) `0.7.7-1+b1` - advanced PNG (Portable Network Graphics) optimizer +- ![](green.png) [jpegoptim](https://packages.debian.org/bullseye/jpegoptim) `1.4.6-1` - utility to optimize jpeg files +- ![](green.png) [pngcrush](https://packages.debian.org/bullseye/pngcrush) `1.8.13-0.1` - optimizes PNG (Portable Network Graphics) files +- ![](green.png) [exifprobe](https://packages.debian.org/bullseye/exifprobe) `2.0.1+git20170416.3c2b769-5` - read metadata from digital pictures +- ![](green.png) [findimagedupes](https://packages.debian.org/bullseye/findimagedupes) `2.18-7+b2` - Finds visually similar or duplicate images +- ![](green.png) [librsvg2-bin](https://packages.debian.org/bullseye/librsvg2-bin) `2.50.3+dfsg-1` - command-line utility to convert SVG files +- ![](green.png) [figlet](https://packages.debian.org/bullseye/figlet) `2.2.5-3+b1` - Make large character ASCII banners out of ordinary text +- ![](green.png) [toilet](https://packages.debian.org/bullseye/toilet) `0.3-1.3` - display large colourful characters in text mode +- ![](grey.png) _[converseen](https://packages.debian.org/bullseye/converseen) `0.9.9.0-1` - batch image converter and resizer_ +- ![](grey.png) _[fbi](https://packages.debian.org/bullseye/fbi) `2.10-4` - Linux frame buffer image viewer_ +- ![](grey.png) _[gifsicle](https://packages.debian.org/bullseye/gifsicle) `1.92-2+b1` - Tool for manipulating GIF images_ +- ![](grey.png) _[jp2a](https://packages.debian.org/bullseye/jp2a) `1.1.0-1` - converts jpg and png images to ascii_ +- ![](grey.png) _[pecomato](https://packages.debian.org/bullseye/pecomato) `0.0.15-11` - Picture-embedded contents manipulation tool_ +- ![](grey.png) _[aview](https://packages.debian.org/bullseye/aview) `1.3.0rc1-9+b2` - A high quality ASCII art image viewer and video player_ +- ![](grey.png) _[chafa](https://packages.debian.org/bullseye/chafa) `1.6.0-1` - Image-to-text converter supporting a wide range of symbols, etc._ +- ![](grey.png) _[lolcat](https://packages.debian.org/bullseye/lolcat) `100.0.1-3` - colorful `cat`_ +- ![](grey.png) _[advancecomp](https://packages.debian.org/bullseye/advancecomp) `2.1-2.1` - collection of recompression utilities_ +- ![](grey.png) _[caca-utils](https://packages.debian.org/bullseye/caca-utils) `0.99.beta19-2.2` - text mode graphics utilities_ \ No newline at end of file diff --git a/doc/md/packages/network.md b/doc/md/packages/network.md index c85122c..3983f02 100644 --- a/doc/md/packages/network.md +++ b/doc/md/packages/network.md @@ -1,5 +1,5 @@ -### Network +### Internet and network ![](green.png) installed - ![](grey.png) suggested @@ -9,9 +9,9 @@ - + -**[firefox-esr](https://packages.debian.org/buster/firefox-esr)** - Mozilla Firefox web browser - Extended Support Release (ESR) +**[firefox-esr](https://packages.debian.org/bullseye/firefox-esr)** - Mozilla Firefox web browser - Extended Support Release (ESR) Firefox ESR is a powerful, extensible web browser with support for modern @@ -22,27 +22,26 @@ ----------------------- -- ![](green.png) [firefox-esr](https://packages.debian.org/buster/firefox-esr) `78.5.0esr-1~deb10u1` - Mozilla Firefox web browser - Extended Support Release (ESR) -- ![](green.png) [firefox-esr-l10n-fr](https://packages.debian.org/buster/firefox-esr-l10n-fr) `78.5.0esr-1~deb10u1` - French language package for Firefox ESR -- ![](green.png) [pkg-mozilla-archive-keyring](https://packages.debian.org/buster/pkg-mozilla-archive-keyring) `1.2` - GnuPG archive keys for the Debian Mozilla team package repository -- ![](green.png) [webext-https-everywhere](https://packages.debian.org/buster/webext-https-everywhere) `2019.1.31-2` - Extension to force the use of HTTPS on many sites -- ![](green.png) [webext-ublock-origin](https://packages.debian.org/buster/webext-ublock-origin) `1.30.0+dfsg-1~deb10u1` - transitional package -- ![](grey.png) _[midori](https://packages.debian.org/buster/midori) `7.0-2` - fast, lightweight graphical web browser_ -- ![](grey.png) _[luakit](https://packages.debian.org/buster/luakit) `1:2.1-1` - fast and small web browser extensible by Lua_ -- ![](grey.png) _[chromium](https://packages.debian.org/buster/chromium) `83.0.4103.116-1~deb10u3` - web browser_ -- ![](grey.png) _[nss-passwords](https://packages.debian.org/buster/nss-passwords) `0.2-2+b2` - read passwords from a Mozilla keyring_ -- ![](grey.png) _[w3m](https://packages.debian.org/buster/w3m) `0.5.3-37` - WWW browsable pager with excellent tables/frames support_ -- ![](grey.png) _[links2](https://packages.debian.org/buster/links2) `2.18-2` - Web browser running in both graphics and text mode_ -- ![](grey.png) _[surf](https://packages.debian.org/buster/surf) `2.0+git20181009-4` - Simple web browser by suckless community_ -- ![](grey.png) _[elinks](https://packages.debian.org/buster/elinks) `0.13~20190125-3` - advanced text-mode WWW browser_ +- ![](green.png) [firefox-esr](https://packages.debian.org/bullseye/firefox-esr) `78.15.0esr-1~deb11u1` - Mozilla Firefox web browser - Extended Support Release (ESR) +- ![](green.png) [firefox-esr-l10n-fr](https://packages.debian.org/bullseye/firefox-esr-l10n-fr) `78.15.0esr-1~deb11u1` - French language package for Firefox ESR +- ![](green.png) [webext-ublock-origin](https://packages.debian.org/bullseye/webext-ublock-origin) `1.37.0+dfsg-1~deb11u1` - transitional package +- ![](grey.png) _[webext-https-everywhere](https://packages.debian.org/bullseye/webext-https-everywhere) `2021.1.27-1` - Extension to force the use of HTTPS on many sites_ +- ![](grey.png) _[midori](https://packages.debian.org/bullseye/midori) `7.0-2.1` - fast, lightweight graphical web browser_ +- ![](grey.png) _[luakit](https://packages.debian.org/bullseye/luakit) `1:2.2.1-1` - fast and small web browser extensible by Lua_ +- ![](grey.png) _[chromium](https://packages.debian.org/bullseye/chromium) `90.0.4430.212-1` - web browser_ +- ![](grey.png) _[nss-passwords](https://packages.debian.org/bullseye/nss-passwords) `0.3-1` - read passwords from a Mozilla keyring_ +- ![](grey.png) _[w3m](https://packages.debian.org/bullseye/w3m) `0.5.3+git20210102-6` - WWW browsable pager with excellent tables/frames support_ +- ![](grey.png) _[links2](https://packages.debian.org/bullseye/links2) `2.21-1+b1` - Web browser running in both graphics and text mode_ +- ![](grey.png) _[surf](https://packages.debian.org/bullseye/surf) `2.0+git20201107-2` - Simple web browser by suckless community_ +- ![](grey.png) _[elinks](https://packages.debian.org/bullseye/elinks) `0.13.2-1+b1` - advanced text-mode WWW browser_ #### Instant messaging - + -**[pidgin](https://packages.debian.org/buster/pidgin)** - graphical multi-protocol instant messaging client +**[pidgin](https://packages.debian.org/bullseye/pidgin)** - graphical multi-protocol instant messaging client Pidgin is a graphical, modular instant messaging client capable of using @@ -55,32 +54,37 @@ ----------------------- -- ![](green.png) [pidgin](https://packages.debian.org/buster/pidgin) `2.13.0-2+b1` - graphical multi-protocol instant messaging client -- ![](green.png) [pidgin-otr](https://packages.debian.org/buster/pidgin-otr) `4.0.2-2` - Off-the-Record Messaging plugin for Pidgin -- ![](green.png) [libpurple-bin](https://packages.debian.org/buster/libpurple-bin) `2.13.0-2` - multi-protocol instant messaging library - extra utilities -- ![](green.png) [pidgin-plugin-pack](https://packages.debian.org/buster/pidgin-plugin-pack) `2.7.0-3` - Collection of Pidgin plugins -- ![](green.png) [pidgin-extprefs](https://packages.debian.org/buster/pidgin-extprefs) `0.7-3` - extended preferences plugin for the instant messenger pidgin -- ![](green.png) [pidgin-gnome-keyring](https://packages.debian.org/buster/pidgin-gnome-keyring) `2.0-2` - integrates pidgin (and libpurple) with the system keyring -- ![](grey.png) _[empathy](https://packages.debian.org/buster/empathy) `3.25.90+really3.12.14-1` - GNOME multi-protocol chat and call client_ -- ![](grey.png) _[finch](https://packages.debian.org/buster/finch) `2.13.0-2+b1` - text-based multi-protocol instant messaging client_ -- ![](grey.png) _[telegram-desktop](https://packages.debian.org/buster/telegram-desktop) `1.5.11-1` - official telegram messaging app_ -- ![](grey.png) _[pidgin-skype](https://packages.debian.org/buster/pidgin-skype) `20140930+svn665+dfsg-1` - Skype plugin for libpurple messengers (Pidgin-specific files)_ -- ![](grey.png) _[yowsup-cli](https://packages.debian.org/buster/yowsup-cli) `2.5.7-4` - command line tool that acts as WhatsApp client_ -- ![](grey.png) _[dino-im](https://packages.debian.org/buster/dino-im) `0.0.git20181129-1+deb10u1` - modern XMPP client_ -- ![](grey.png) _[gajim](https://packages.debian.org/buster/gajim) `1.1.2-2` - GTK+-based Jabber client_ -- ![](grey.png) _[mcabber](https://packages.debian.org/buster/mcabber) `1.1.0-1.1` - small Jabber (XMPP) console client_ -- ![](grey.png) _[smuxi](https://packages.debian.org/buster/smuxi) `1.0.7-5` - graphical IRC client_ -- ![](grey.png) _[xchat](https://packages.debian.org/buster/xchat) `2.8.8-17` - IRC client for X similar to AmIRC_ -- ![](grey.png) _[weechat](https://packages.debian.org/buster/weechat) `2.3-1` - Fast, light and extensible chat client (metapackage)_ -- ![](grey.png) _[ekg2](https://packages.debian.org/buster/ekg2) `1:0.4~pre+20120506.1-16+b1` - instant messenger and IRC client for UNIX systems_ +- ![](green.png) [pidgin](https://packages.debian.org/bullseye/pidgin) `2.14.1-1` - graphical multi-protocol instant messaging client +- ![](green.png) [pidgin-otr](https://packages.debian.org/bullseye/pidgin-otr) `4.0.2-3` - Off-the-Record Messaging plugin for Pidgin +- ![](green.png) [libpurple-bin](https://packages.debian.org/bullseye/libpurple-bin) `2.14.1-1` - multi-protocol instant messaging library - extra utilities +- ![](green.png) [purple-lurch](https://packages.debian.org/bullseye/purple-lurch) `0.6.8+git20200527.388605-3` - XEP-0384 OMEMO Encryption plugin for libpurple +- ![](green.png) [purple-rocketchat](https://packages.debian.org/bullseye/purple-rocketchat) `0.1~hg20200403.800ef89-1` - Rocket.Chat protocol plugin for libpurple +- ![](green.png) [purple-discord](https://packages.debian.org/bullseye/purple-discord) `0.9.2020.10.14.git.8216905-1` - Discord messaging service plugin for libpurple +- ![](green.png) [purple-xmpp-http-upload](https://packages.debian.org/bullseye/purple-xmpp-http-upload) `0.2.2-1` - HTTP File Upload plugin for libpurple +- ![](green.png) [purple-xmpp-carbons](https://packages.debian.org/bullseye/purple-xmpp-carbons) `0.2.3-1` - XMPP XEP-0280: Message Carbons plugin for libpurple +- ![](green.png) [pidgin-plugin-pack](https://packages.debian.org/bullseye/pidgin-plugin-pack) `2.8.0-1` - Collection of Pidgin plugins +- ![](green.png) [pidgin-extprefs](https://packages.debian.org/bullseye/pidgin-extprefs) `0.7-3` - extended preferences plugin for the instant messenger pidgin +- ![](green.png) [pidgin-gnome-keyring](https://packages.debian.org/bullseye/pidgin-gnome-keyring) `2.0-2` - integrates pidgin (and libpurple) with the system keyring +- ![](green.png) [telegram-purple](https://packages.debian.org/bullseye/telegram-purple) `1.4.3-3` - Purple plugin to support Telegram +- ![](grey.png) _[empathy](https://packages.debian.org/bullseye/empathy) `3.25.90+really3.12.14-2` - GNOME multi-protocol chat and call client_ +- ![](grey.png) _[finch](https://packages.debian.org/bullseye/finch) `2.14.1-1` - text-based multi-protocol instant messaging client_ +- ![](grey.png) _[telegram-desktop](https://packages.debian.org/bullseye/telegram-desktop) `2.6.1+ds-1+deb11u1` - fast and secure messaging application_ +- ![](grey.png) _[pidgin-skype](https://packages.debian.org/bullseye/pidgin-skype) `20140930+svn665+dfsg-1+b1` - Skype plugin for libpurple messengers (Pidgin-specific files)_ +- ![](grey.png) _[dino-im](https://packages.debian.org/bullseye/dino-im) `0.2.0-3` - modern XMPP client_ +- ![](grey.png) _[gajim](https://packages.debian.org/bullseye/gajim) `1.3.1-1` - GTK+-based Jabber client_ +- ![](grey.png) _[mcabber](https://packages.debian.org/bullseye/mcabber) `1.1.2-1` - small Jabber (XMPP) console client_ +- ![](grey.png) _[smuxi](https://packages.debian.org/bullseye/smuxi) `1.1-1` - graphical IRC client_ +- ![](grey.png) _[weechat](https://packages.debian.org/bullseye/weechat) `3.0-1` - Fast, light and extensible chat client (metapackage)_ +- ![](grey.png) _[purple-mm-sms](https://packages.debian.org/bullseye/purple-mm-sms) `0.1.7-1` - libpurple plugin for SMS_ +- ![](grey.png) _[purple-xmpp-http-upload](https://packages.debian.org/bullseye/purple-xmpp-http-upload) `0.2.2-1` - HTTP File Upload plugin for libpurple_ #### VoIP/videoconference - + -**[mumble](https://packages.debian.org/buster/mumble)** - Low latency encrypted VoIP client +**[mumble](https://packages.debian.org/bullseye/mumble)** - Low latency encrypted VoIP client Mumble is a low-latency, high quality voice chat program for gaming. @@ -97,17 +101,17 @@ ----------------------- -- ![](green.png) [mumble](https://packages.debian.org/buster/mumble) `1.3.0~git20190125.440b173+dfsg-2` - Low latency encrypted VoIP client -- ![](grey.png) _[ring](https://packages.debian.org/buster/ring) `20190215.1.f152c98~ds1-1` - transitional package for jami_ -- ![](grey.png) _[linphone](https://packages.debian.org/buster/linphone) `3.12.0-3` - SIP softphone - graphical client_ +- ![](green.png) [mumble](https://packages.debian.org/bullseye/mumble) `1.3.4-1` - Low latency encrypted VoIP client +- ![](grey.png) _[jami](https://packages.debian.org/bullseye/jami) `20210112.2.b757bac~ds1-1` - Secure and distributed voice, video, and chat platform - desktop client_ +- ![](grey.png) _[linphone](https://packages.debian.org/bullseye/linphone) `4.2.5-3` - SIP softphone - graphical client (transitional package)_ #### Mail clients - + -**[thunderbird](https://packages.debian.org/buster/thunderbird)** - mail/news client with RSS, chat and integrated spam filter support +**[thunderbird](https://packages.debian.org/bullseye/thunderbird)** - mail/news client with RSS, chat and integrated spam filter support Thunderbird is an mail client suitable for free distribution. The goal of @@ -123,27 +127,27 @@ ----------------------- -- ![](green.png) [thunderbird](https://packages.debian.org/buster/thunderbird) `1:78.5.1-1~deb10u1` - mail/news client with RSS, chat and integrated spam filter support -- ![](green.png) [thunderbird-l10n-fr](https://packages.debian.org/buster/thunderbird-l10n-fr) `1:78.5.1-1~deb10u1` - French language package for Thunderbird -- ![](grey.png) _[geary](https://packages.debian.org/buster/geary) `0.12.4-4` - lightweight email client designed for the GNOME desktop_ -- ![](grey.png) _[claws-mail](https://packages.debian.org/buster/claws-mail) `3.17.3-2` - Fast, lightweight and user-friendly GTK+2 based email client_ -- ![](grey.png) _[claws-mail-plugins](https://packages.debian.org/buster/claws-mail-plugins) `3.17.3-2` - Installs plugins for the Claws Mail mailer_ -- ![](grey.png) _[mailnag](https://packages.debian.org/buster/mailnag) `1.2.1-1.1` - extensible mail notification daemon_ -- ![](grey.png) _[mutt](https://packages.debian.org/buster/mutt) `1.10.1-2.1+deb10u4` - text-based mailreader supporting MIME, GPG, PGP and threading_ -- ![](grey.png) _[alpine](https://packages.debian.org/buster/alpine) `2.21+dfsg1-1.1` - Text-based email client, friendly for novices but powerful_ -- ![](grey.png) _[getmail4](https://packages.debian.org/buster/getmail4) `5.13-1` - transitional dummy package_ -- ![](grey.png) _[evolution](https://packages.debian.org/buster/evolution) `3.30.5-1.1` - groupware suite with mail client and organizer_ -- ![](grey.png) _[evolution-plugins](https://packages.debian.org/buster/evolution-plugins) `3.30.5-1.1` - standard plugins for Evolution_ -- ![](grey.png) _[evolution-rss](https://packages.debian.org/buster/evolution-rss) `0.3.95-9+b1` - Evolution RSS Reader Plugin_ -- ![](grey.png) _[offlineimap](https://packages.debian.org/buster/offlineimap) `7.2.3+dfsg1-1` - IMAP/Maildir synchronization and reader support_ +- ![](green.png) [thunderbird](https://packages.debian.org/bullseye/thunderbird) `1:78.14.0-1~deb11u1` - mail/news client with RSS, chat and integrated spam filter support +- ![](green.png) [thunderbird-l10n-fr](https://packages.debian.org/bullseye/thunderbird-l10n-fr) `1:78.14.0-1~deb11u1` - French language package for Thunderbird +- ![](grey.png) _[geary](https://packages.debian.org/bullseye/geary) `3.38.1-1` - lightweight email client designed for the GNOME desktop_ +- ![](grey.png) _[claws-mail](https://packages.debian.org/bullseye/claws-mail) `3.17.8-1+b1` - Fast, lightweight and user-friendly GTK+2 based email client_ +- ![](grey.png) _[claws-mail-plugins](https://packages.debian.org/bullseye/claws-mail-plugins) `3.17.8-1` - Installs plugins for the Claws Mail mailer_ +- ![](grey.png) _[mailnag](https://packages.debian.org/bullseye/mailnag) `2.0.0-0.2` - extensible mail notification daemon_ +- ![](grey.png) _[mutt](https://packages.debian.org/bullseye/mutt) `2.0.5-4.1` - text-based mailreader supporting MIME, GPG, PGP and threading_ +- ![](grey.png) _[alpine](https://packages.debian.org/bullseye/alpine) `2.24+dfsg1-1` - Text-based email client, friendly for novices but powerful_ +- ![](grey.png) _[getmail](https://packages.debian.org/bullseye/getmail) `6.14-1` - transitional package_ +- ![](grey.png) _[evolution](https://packages.debian.org/bullseye/evolution) `3.38.3-1` - groupware suite with mail client and organizer_ +- ![](grey.png) _[evolution-plugins](https://packages.debian.org/bullseye/evolution-plugins) `3.38.3-1` - standard plugins for Evolution_ +- ![](grey.png) _[evolution-rss](https://packages.debian.org/bullseye/evolution-rss) `0.3.96-2+b1` - Evolution RSS Reader Plugin_ +- ![](grey.png) _[offlineimap](https://packages.debian.org/bullseye/offlineimap) `7.3.3+dfsg1-1+0.0~git20210225.1e7ef9e+dfsg-4` - transitional package_ #### File transfer and synchronization - + -**[nextcloud-desktop](https://packages.debian.org/buster/nextcloud-desktop)** - Nextcloud folder synchronization tool +**[nextcloud-desktop](https://packages.debian.org/bullseye/nextcloud-desktop)** - Nextcloud folder synchronization tool The Nextcloud desktop app lets you always have your latest files wherever @@ -157,31 +161,31 @@ ----------------------- -- ![](green.png) [nextcloud-desktop](https://packages.debian.org/buster/nextcloud-desktop) `2.5.1-3+deb10u1` - Nextcloud folder synchronization tool -- ![](green.png) [rsync](https://packages.debian.org/buster/rsync) `3.1.3-6` - fast, versatile, remote (and local) file-copying tool -- ![](grey.png) _[lftp](https://packages.debian.org/buster/lftp) `4.8.4-2` - Sophisticated command-line FTP/HTTP/BitTorrent client programs_ -- ![](grey.png) _[unison-gtk](https://packages.debian.org/buster/unison-gtk) `2.48.4-1+b1` - file-synchronization tool for Unix and Windows with GTK+ interface_ -- ![](grey.png) _[rclone](https://packages.debian.org/buster/rclone) `1.45-3` - rsync for commercial cloud storage_ -- ![](grey.png) _[git-annex](https://packages.debian.org/buster/git-annex) `7.20190129-3` - manage files with git, without checking their contents into git_ -- ![](grey.png) _[nautilus-dropbox](https://packages.debian.org/buster/nautilus-dropbox) `2015.10.28-1` - Dropbox integration for Nautilus_ -- ![](grey.png) _[syncthing](https://packages.debian.org/buster/syncthing) `1.0.0~ds1-1+b11` - decentralized file synchronization_ -- ![](grey.png) _[sparkleshare](https://packages.debian.org/buster/sparkleshare) `3.28+git20190117-1` - distributed collaboration and sharing tool_ -- ![](grey.png) _[seafile-cli](https://packages.debian.org/buster/seafile-cli) `6.2.11-1` - Client CLI for the Seafile Client_ -- ![](grey.png) _[seafile-daemon](https://packages.debian.org/buster/seafile-daemon) `6.2.11-1` - Client daemon for the Seafile Client_ -- ![](grey.png) _[seafile-gui](https://packages.debian.org/buster/seafile-gui) `6.2.11-1` - Seafile Desktop Client_ -- ![](grey.png) _[grsync](https://packages.debian.org/buster/grsync) `1.2.6-2` - GTK+ frontend for rsync_ -- ![](grey.png) _[filezilla](https://packages.debian.org/buster/filezilla) `3.39.0-2+deb10u1` - Full-featured graphical FTP/FTPS/SFTP client_ -- ![](grey.png) _[gftp](https://packages.debian.org/buster/gftp) `2.0.19-5` - X/GTK+ and console FTP client (metapackage)_ -- ![](grey.png) _[owncloud-client](https://packages.debian.org/buster/owncloud-client) `2.5.1.10973+dfsg-1` - folder synchronization with an ownCloud server - GUI_ -- ![](grey.png) _[pastebinit](https://packages.debian.org/buster/pastebinit) `1.5-2` - command-line pastebin client_ +- ![](green.png) [nextcloud-desktop](https://packages.debian.org/bullseye/nextcloud-desktop) `3.1.1-2+deb11u1` - Nextcloud folder synchronization tool +- ![](green.png) [nextcloud-desktop-cmd](https://packages.debian.org/bullseye/nextcloud-desktop-cmd) `3.1.1-2+deb11u1` - folder synchronization with an Nextcloud server - cmd client +- ![](green.png) [rsync](https://packages.debian.org/bullseye/rsync) `3.2.3-4+deb11u1` - fast, versatile, remote (and local) file-copying tool +- ![](grey.png) _[lftp](https://packages.debian.org/bullseye/lftp) `4.8.4-2+b1` - Sophisticated command-line FTP/HTTP/BitTorrent client programs_ +- ![](grey.png) _[unison-gtk](https://packages.debian.org/bullseye/unison-gtk) `2.51.3+1` - file-synchronization tool for Unix and Windows with GTK+ interface_ +- ![](grey.png) _[rclone](https://packages.debian.org/bullseye/rclone) `1.53.3-1+b6` - rsync for commercial cloud storage_ +- ![](grey.png) _[git-annex](https://packages.debian.org/bullseye/git-annex) `8.20210223-2` - manage files with git, without checking their contents into git_ +- ![](grey.png) _[nautilus-dropbox](https://packages.debian.org/bullseye/nautilus-dropbox) `2019.02.14-1` - Dropbox integration for Nautilus_ +- ![](grey.png) _[syncthing](https://packages.debian.org/bullseye/syncthing) `1.12.1~ds1-4` - decentralized file synchronization_ +- ![](grey.png) _[sparkleshare](https://packages.debian.org/bullseye/sparkleshare) `3.28+git20190525+cf446c0-3` - distributed collaboration and sharing tool_ +- ![](grey.png) _[seafile-cli](https://packages.debian.org/bullseye/seafile-cli) `7.0.10-1` - Client CLI for the Seafile Client_ +- ![](grey.png) _[seafile-daemon](https://packages.debian.org/bullseye/seafile-daemon) `7.0.10-1` - Client daemon for the Seafile Client_ +- ![](grey.png) _[seafile-gui](https://packages.debian.org/bullseye/seafile-gui) `7.0.10-3` - Seafile Desktop Client_ +- ![](grey.png) _[grsync](https://packages.debian.org/bullseye/grsync) `1.3.0-1+b1` - GTK+ frontend for rsync_ +- ![](grey.png) _[filezilla](https://packages.debian.org/bullseye/filezilla) `3.52.2-3` - Full-featured graphical FTP/FTPS/SFTP client_ +- ![](grey.png) _[gftp](https://packages.debian.org/bullseye/gftp) `2.7.0b-1` - X/GTK+ and console FTP client (metapackage)_ +- ![](grey.png) _[pastebinit](https://packages.debian.org/bullseye/pastebinit) `1.5.1-1` - command-line pastebin client_ #### Bittorrent - + -**[transmission-gtk](https://packages.debian.org/buster/transmission-gtk)** - lightweight BitTorrent client (GTK+ interface) +**[transmission-gtk](https://packages.debian.org/bullseye/transmission-gtk)** - lightweight BitTorrent client (GTK+ interface) Transmission is a set of lightweight BitTorrent clients (in GUI, CLI @@ -193,76 +197,58 @@ ----------------------- -- ![](green.png) [transmission-gtk](https://packages.debian.org/buster/transmission-gtk) `2.94-2+deb10u2` - lightweight BitTorrent client (GTK+ interface) -- ![](green.png) [transmission-cli](https://packages.debian.org/buster/transmission-cli) `2.94-2+deb10u2` - lightweight BitTorrent client (command line programs) -- ![](grey.png) _[qbittorrent](https://packages.debian.org/buster/qbittorrent) `4.1.5-1+deb10u1` - bittorrent client based on libtorrent-rasterbar with a Qt5 GUI_ -- ![](grey.png) _[deluge-gtk](https://packages.debian.org/buster/deluge-gtk) `1.3.15-2` - bittorrent client written in Python/PyGTK (GTK+ ui)_ -- ![](grey.png) _[deluge-console](https://packages.debian.org/buster/deluge-console) `1.3.15-2` - bittorrent client written in Python/PyGTK (console ui)_ -- ![](grey.png) _[deluge-web](https://packages.debian.org/buster/deluge-web) `1.3.15-2` - bittorrent client written in Python/PyGTK (web ui)_ -- ![](grey.png) _[transmission-daemon](https://packages.debian.org/buster/transmission-daemon) `2.94-2+deb10u2` - lightweight BitTorrent client (daemon)_ -- ![](grey.png) _[transmission-remote-gtk](https://packages.debian.org/buster/transmission-remote-gtk) `1.4.1-1` - GTK+ interface for the Transmission BitTorrent daemon_ -- ![](grey.png) _[transmission-remote-cli](https://packages.debian.org/buster/transmission-remote-cli) `1.7.0-1` - ncurses interface for the Transmission BitTorrent daemon_ -- ![](grey.png) _[uget](https://packages.debian.org/buster/uget) `2.2.1-1+b1` - easy-to-use download manager written in GTK+_ -- ![](grey.png) _[aria2](https://packages.debian.org/buster/aria2) `1.34.0-4` - High speed download utility_ -- ![](grey.png) _[amule](https://packages.debian.org/buster/amule) `1:2.3.2-5` - client for the eD2k and Kad networks, like eMule_ -- ![](grey.png) _[amule-gnome-support](https://packages.debian.org/buster/amule-gnome-support) `1:2.3.2-5` - ed2k links handling support for GNOME web browsers_ -- ![](grey.png) _[nicotine](https://packages.debian.org/buster/nicotine) `1.2.16+dfsg-1.1` - graphical client for the SoulSeek peer-to-peer system_ -- ![](grey.png) _[rtorrent](https://packages.debian.org/buster/rtorrent) `0.9.7-1` - ncurses BitTorrent client based on LibTorrent from rakshasa_ -- ![](grey.png) _[btfs](https://packages.debian.org/buster/btfs) `2.18-1+b2` - access torrent files as a filesystem_ +- ![](green.png) [transmission-gtk](https://packages.debian.org/bullseye/transmission-gtk) `3.00-1` - lightweight BitTorrent client (GTK+ interface) +- ![](green.png) [transmission-cli](https://packages.debian.org/bullseye/transmission-cli) `3.00-1` - lightweight BitTorrent client (command line programs) +- ![](grey.png) _[qbittorrent](https://packages.debian.org/bullseye/qbittorrent) `4.2.5-0.1` - bittorrent client based on libtorrent-rasterbar with a Qt5 GUI_ +- ![](grey.png) _[deluge-gtk](https://packages.debian.org/bullseye/deluge-gtk) `2.0.3-3.1` - bittorrent client written in Python/PyGTK (GTK+ ui)_ +- ![](grey.png) _[deluge-console](https://packages.debian.org/bullseye/deluge-console) `2.0.3-3.1` - bittorrent client written in Python/PyGTK (console ui)_ +- ![](grey.png) _[deluge-web](https://packages.debian.org/bullseye/deluge-web) `2.0.3-3.1` - bittorrent client written in Python/PyGTK (web ui)_ +- ![](grey.png) _[transmission-daemon](https://packages.debian.org/bullseye/transmission-daemon) `3.00-1` - lightweight BitTorrent client (daemon)_ +- ![](grey.png) _[transmission-remote-gtk](https://packages.debian.org/bullseye/transmission-remote-gtk) `1.4.1-5` - GTK+ interface for the Transmission BitTorrent daemon_ +- ![](grey.png) _[uget](https://packages.debian.org/bullseye/uget) `2.2.3-2` - easy-to-use download manager written in GTK+_ +- ![](grey.png) _[aria2](https://packages.debian.org/bullseye/aria2) `1.35.0-3` - High speed download utility_ +- ![](grey.png) _[amule](https://packages.debian.org/bullseye/amule) `1:2.3.3-1` - client for the eD2k and Kad networks, like eMule_ +- ![](grey.png) _[amule-gnome-support](https://packages.debian.org/bullseye/amule-gnome-support) `1:2.3.3-1` - ed2k links handling support for GNOME web browsers_ +- ![](grey.png) _[rtorrent](https://packages.debian.org/bullseye/rtorrent) `0.9.8-1` - ncurses BitTorrent client based on LibTorrent from rakshasa_ +- ![](grey.png) _[btfs](https://packages.debian.org/bullseye/btfs) `2.24-1` - access torrent files as a filesystem_ #### Media download - - - - - -**[youtube-dl](https://packages.debian.org/buster/youtube-dl)** - downloader of videos from YouTube and other sites - - - youtube-dl is a small command-line program to download videos from - YouTube.com and other sites that don't provide direct links to the - videos served. - - - ------------------------ - - -- ![](green.png) [youtube-dl](https://packages.debian.org/buster/youtube-dl) `2019.01.17-1.1` - downloader of videos from YouTube and other sites -- ![](green.png) [streamlink](https://packages.debian.org/buster/streamlink) `1.0.0+dfsg-1` - CLI for extracting video streams from various websites to a video player -- ![](grey.png) _[get-flash-videos](https://packages.debian.org/buster/get-flash-videos) `1.25.99.03-1` - video downloader for various Flash-based video hosting sites_ -- ![](grey.png) _[gnome-twitch](https://packages.debian.org/buster/gnome-twitch) `0.4.1-3` - GNOME Twitch app for watching Twitch.tv streams without a browser or flash_ -- ![](grey.png) _[minitube](https://packages.debian.org/buster/minitube) `2.9-1` - Native YouTube client_ -- ![](grey.png) _[smtube](https://packages.debian.org/buster/smtube) `18.3.0-1` - YouTube videos browser_ +- ![](grey.png) _[youtube-dl](https://packages.debian.org/bullseye/youtube-dl) `2021.06.06-1` - downloader of videos from YouTube and other sites_ +- ![](grey.png) _[streamlink](https://packages.debian.org/bullseye/streamlink) `2.0.0-1` - CLI for extracting video streams from various websites to a video player_ +- ![](grey.png) _[minitube](https://packages.debian.org/bullseye/minitube) `3.6.1-1` - Native YouTube client_ +- ![](grey.png) _[smtube](https://packages.debian.org/bullseye/smtube) `18.3.0-1+b1` - YouTube videos browser_ #### Downloaders/web crawlers -- ![](green.png) [curl](https://packages.debian.org/buster/curl) `7.64.0-4+deb10u1` - command line tool for transferring data with URL syntax -- ![](green.png) [wget](https://packages.debian.org/buster/wget) `1.20.1-1.1` - retrieves files from the web -- ![](grey.png) _[httrack](https://packages.debian.org/buster/httrack) `3.49.2-1` - Copy websites to your computer (Offline browser)_ -- ![](grey.png) _[aria2](https://packages.debian.org/buster/aria2) `1.34.0-4` - High speed download utility_ -- ![](grey.png) _[axel](https://packages.debian.org/buster/axel) `2.16.1-4` - light command line download accelerator_ -- ![](grey.png) _[plowshare](https://packages.debian.org/buster/plowshare) `2.1.7-2` - download and upload files from file sharing websites_ +- ![](green.png) [curl](https://packages.debian.org/bullseye/curl) `7.74.0-1.3+b1` - command line tool for transferring data with URL syntax +- ![](green.png) [wget](https://packages.debian.org/bullseye/wget) `1.21-1+b1` - retrieves files from the web +- ![](grey.png) _[aria2](https://packages.debian.org/bullseye/aria2) `1.35.0-3` - High speed download utility_ +- ![](grey.png) _[kiwix](https://packages.debian.org/bullseye/kiwix) `2.0.5-3` - offline Wikipedia reader_ +- ![](grey.png) _[kiwix-tools](https://packages.debian.org/bullseye/kiwix-tools) `3.1.2-3` - collection of Kiwix tools_ +- ![](grey.png) _[zim-tools](https://packages.debian.org/bullseye/zim-tools) `2.1.0-1` - various ZIM command-line tools_ +- ![](grey.png) _[httrack](https://packages.debian.org/bullseye/httrack) `3.49.2-1.1` - Copy websites to your computer (Offline browser)_ +- ![](grey.png) _[axel](https://packages.debian.org/bullseye/axel) `2.17.10-2` - light command line download accelerator_ +- ![](grey.png) _[plowshare](https://packages.debian.org/bullseye/plowshare) `2.1.7-4` - download and upload files from file sharing websites_ #### Feed readers -- ![](grey.png) _[liferea](https://packages.debian.org/buster/liferea) `1.12.6-1` - feed/news/podcast client with plugin support_ -- ![](grey.png) _[newsbeuter](https://packages.debian.org/buster/newsbeuter) `2.9-8+b1` - text mode rss feed reader with podcast support_ -- ![](grey.png) _[quiterss](https://packages.debian.org/buster/quiterss) `0.18.12+dfsg-1` - RSS/Atom news feeds reader_ -- ![](grey.png) _[tickr](https://packages.debian.org/buster/tickr) `0.6.4-1+b1` - GTK-based highly graphically-customizable Feed Ticker_ -- ![](grey.png) _[feedreader](https://packages.debian.org/buster/feedreader) `2.7.1-1` - simple client for online RSS services like tt-rss and others_ +- ![](grey.png) _[liferea](https://packages.debian.org/bullseye/liferea) `1.13.5-3` - feed/news/podcast client with plugin support_ +- ![](grey.png) _[newsboat](https://packages.debian.org/bullseye/newsboat) `2.21-1` - text mode rss feed reader with podcast support_ +- ![](grey.png) _[gnome-feeds](https://packages.debian.org/bullseye/gnome-feeds) `0.16.2+dfsg1-1` - RSS/Atom feed reader for GNOME_ +- ![](grey.png) _[quiterss](https://packages.debian.org/bullseye/quiterss) `0.19.4+dfsg-1` - RSS/Atom news feeds reader_ +- ![](grey.png) _[tickr](https://packages.debian.org/bullseye/tickr) `0.7.0-3` - GTK-based highly graphically-customizable Feed Ticker_ +- ![](grey.png) _[feedreader](https://packages.debian.org/bullseye/feedreader) `2.10.0-1.1` - simple client for online RSS services like tt-rss and others_ #### LAN file sharing -- ![](grey.png) _[samba](https://packages.debian.org/buster/samba) `2:4.9.5+dfsg-5+deb10u1` - SMB/CIFS file, print, and login server for Unix_ -- ![](grey.png) _[samba-vfs-modules](https://packages.debian.org/buster/samba-vfs-modules) `2:4.9.5+dfsg-5+deb10u1` - Samba Virtual FileSystem plugins_ -- ![](grey.png) _[smbclient](https://packages.debian.org/buster/smbclient) `2:4.9.5+dfsg-5+deb10u1` - command-line SMB/CIFS clients for Unix_ -- ![](grey.png) _[smbc](https://packages.debian.org/buster/smbc) `1.2.2-4+b3` - samba-commander - curses based samba network browser_ +- ![](grey.png) _[samba](https://packages.debian.org/bullseye/samba) `2:4.13.5+dfsg-2` - SMB/CIFS file, print, and login server for Unix_ +- ![](grey.png) _[samba-vfs-modules](https://packages.debian.org/bullseye/samba-vfs-modules) `2:4.13.5+dfsg-2` - Samba Virtual FileSystem plugins_ +- ![](grey.png) _[smbclient](https://packages.debian.org/bullseye/smbclient) `2:4.13.5+dfsg-2` - command-line SMB/CIFS clients for Unix_ #### Network management - + -**[network-manager-gnome](https://packages.debian.org/buster/network-manager-gnome)** - network management framework (GNOME frontend) +**[network-manager-gnome](https://packages.debian.org/bullseye/network-manager-gnome)** - network management framework (GNOME frontend) NetworkManager is a system network service that manages your network devices @@ -276,43 +262,40 @@ ----------------------- -- ![](green.png) [network-manager-gnome](https://packages.debian.org/buster/network-manager-gnome) `1.8.20-1.1` - network management framework (GNOME frontend) -- ![](green.png) [network-manager-openvpn-gnome](https://packages.debian.org/buster/network-manager-openvpn-gnome) `1.8.10-1` - network management framework (OpenVPN plugin GNOME GUI) -- ![](green.png) [dnsmasq-base](https://packages.debian.org/buster/dnsmasq-base) `2.80-1` - Small caching DNS proxy and DHCP/TFTP server -- ![](green.png) [hostname](https://packages.debian.org/buster/hostname) `3.21` - utility to set/show the host name or domain name -- ![](green.png) [bridge-utils](https://packages.debian.org/buster/bridge-utils) `1.6-2` - Utilities for configuring the Linux Ethernet bridge -- ![](green.png) [ethtool](https://packages.debian.org/buster/ethtool) `1:4.19-1` - display or change Ethernet device settings -- ![](grey.png) _[wicd](https://packages.debian.org/buster/wicd) `1.7.4+tb2-6` - wired and wireless network manager - metapackage_ -- ![](grey.png) _[connman](https://packages.debian.org/buster/connman) `1.36-2` - Intel Connection Manager daemon_ -- ![](grey.png) _[connman-ui](https://packages.debian.org/buster/connman-ui) `0~20150623-1` - full-featured GTK-based tray icon UI for ConnMan_ -- ![](grey.png) _[cmst](https://packages.debian.org/buster/cmst) `2019.01.13-1` - QT GUI for Connman with system tray icon_ -- ![](grey.png) _[wicd-curses](https://packages.debian.org/buster/wicd-curses) `1.7.4+tb2-6` - wired and wireless network manager - Curses client_ -- ![](grey.png) _[wpagui](https://packages.debian.org/buster/wpagui) `2:2.7+git20190128+0c1e29f-6+deb10u2` - graphical user interface for wpa_supplicant_ -- ![](grey.png) _[network-manager-ssh](https://packages.debian.org/buster/network-manager-ssh) `1.2.10-1+deb10u1` - network management framework (SSH plugin core)_ -- ![](grey.png) _[efax-gtk](https://packages.debian.org/buster/efax-gtk) `3.2.8-2.1` - front end in GTK+ for the efax program_ -- ![](grey.png) _[wammu](https://packages.debian.org/buster/wammu) `0.44-1.1` - GTK application to control your mobile phone_ -- ![](grey.png) _[avahi-daemon](https://packages.debian.org/buster/avahi-daemon) `0.7-4+b1` - Avahi mDNS/DNS-SD daemon_ -- ![](grey.png) _[libnss-mdns](https://packages.debian.org/buster/libnss-mdns) `0.14.1-1` - NSS module for Multicast DNS name resolution_ -- ![](grey.png) _[avahi-autoipd](https://packages.debian.org/buster/avahi-autoipd) `0.7-4+b1` - Avahi IPv4LL network address configuration daemon_ -- ![](grey.png) _[avahi-dnsconfd](https://packages.debian.org/buster/avahi-dnsconfd) `0.7-4+b1` - Avahi DNS configuration tool_ -- ![](grey.png) _[avahi-discover](https://packages.debian.org/buster/avahi-discover) `0.7-4` - Service discover user interface for avahi_ -- ![](grey.png) _[avahi-ui-utils](https://packages.debian.org/buster/avahi-ui-utils) `0.7-4+b1` - Avahi GTK+ utilities_ +- ![](green.png) [network-manager-gnome](https://packages.debian.org/bullseye/network-manager-gnome) `1.20.0-3` - network management framework (GNOME frontend) +- ![](green.png) [network-manager-openvpn-gnome](https://packages.debian.org/bullseye/network-manager-openvpn-gnome) `1.8.12-2` - network management framework (OpenVPN plugin GNOME GUI) +- ![](green.png) [dnsmasq-base](https://packages.debian.org/bullseye/dnsmasq-base) `2.85-1` - Small caching DNS proxy and DHCP/TFTP server +- ![](green.png) [hostname](https://packages.debian.org/bullseye/hostname) `3.23` - utility to set/show the host name or domain name +- ![](green.png) [bridge-utils](https://packages.debian.org/bullseye/bridge-utils) `1.7-1` - Utilities for configuring the Linux Ethernet bridge +- ![](green.png) [ethtool](https://packages.debian.org/bullseye/ethtool) `1:5.9-1` - display or change Ethernet device settings +- ![](grey.png) _[connman](https://packages.debian.org/bullseye/connman) `1.36-2.2` - Intel Connection Manager daemon_ +- ![](grey.png) _[connman-ui](https://packages.debian.org/bullseye/connman-ui) `0~20150623-1+b1` - full-featured GTK-based tray icon UI for ConnMan_ +- ![](grey.png) _[cmst](https://packages.debian.org/bullseye/cmst) `2019.01.13-1+b1` - QT GUI for Connman with system tray icon_ +- ![](grey.png) _[wpagui](https://packages.debian.org/bullseye/wpagui) `2:2.9.0-21` - graphical user interface for wpa_supplicant_ +- ![](grey.png) _[network-manager-ssh](https://packages.debian.org/bullseye/network-manager-ssh) `1.2.11-1` - network management framework (SSH plugin core)_ +- ![](grey.png) _[efax-gtk](https://packages.debian.org/bullseye/efax-gtk) `3.2.8-2.2` - front end in GTK+ for the efax program_ +- ![](grey.png) _[avahi-daemon](https://packages.debian.org/bullseye/avahi-daemon) `0.8-5` - Avahi mDNS/DNS-SD daemon_ +- ![](grey.png) _[libnss-mdns](https://packages.debian.org/bullseye/libnss-mdns) `0.14.1-2` - NSS module for Multicast DNS name resolution_ +- ![](grey.png) _[avahi-autoipd](https://packages.debian.org/bullseye/avahi-autoipd) `0.8-5` - Avahi IPv4LL network address configuration daemon_ +- ![](grey.png) _[avahi-dnsconfd](https://packages.debian.org/bullseye/avahi-dnsconfd) `0.8-5` - Avahi DNS configuration tool_ +- ![](grey.png) _[avahi-discover](https://packages.debian.org/bullseye/avahi-discover) `0.8-5` - Service discover user interface for avahi_ +- ![](grey.png) _[avahi-ui-utils](https://packages.debian.org/bullseye/avahi-ui-utils) `0.8-5` - Avahi GTK+ utilities_ #### Cellphone and modem support -- ![](grey.png) _[modemmanager](https://packages.debian.org/buster/modemmanager) `1.10.0-1` - D-Bus service for managing modems_ -- ![](grey.png) _[modem-manager-gui](https://packages.debian.org/buster/modem-manager-gui) `0.0.19.1-2` - GUI front-end for ModemManager / Wader / oFono_ -- ![](grey.png) _[mobile-broadband-provider-info](https://packages.debian.org/buster/mobile-broadband-provider-info) `20170903-1` - database of mobile broadband service providers_ -- ![](grey.png) _[usb-modeswitch](https://packages.debian.org/buster/usb-modeswitch) `2.5.2+repack0-2` - mode switching tool for controlling "flip flop" USB devices_ -- ![](grey.png) _[gnome-phone-manager](https://packages.debian.org/buster/gnome-phone-manager) `0.69-2.1` - control aspects of your mobile phone from your GNOME 2 desktop_ -- ![](grey.png) _[kdeconnect](https://packages.debian.org/buster/kdeconnect) `1.3.3-2` - connect smartphones to your KDE Plasma Workspace_ +- ![](grey.png) _[modemmanager](https://packages.debian.org/bullseye/modemmanager) `1.14.12-0.2` - D-Bus service for managing modems_ +- ![](grey.png) _[modem-manager-gui](https://packages.debian.org/bullseye/modem-manager-gui) `0.0.20-2` - GUI front-end for ModemManager / Wader / oFono_ +- ![](grey.png) _[mobile-broadband-provider-info](https://packages.debian.org/bullseye/mobile-broadband-provider-info) `20201225-1` - database of mobile broadband service providers_ +- ![](grey.png) _[usb-modeswitch](https://packages.debian.org/bullseye/usb-modeswitch) `2.6.1-1` - mode switching tool for controlling "flip flop" USB devices_ +- ![](grey.png) _[gnome-phone-manager](https://packages.debian.org/bullseye/gnome-phone-manager) `0.69-2.1+b2` - control aspects of your mobile phone from your GNOME 2 desktop_ +- ![](grey.png) _[kdeconnect](https://packages.debian.org/bullseye/kdeconnect) `20.12.3-2` - connect smartphones to your desktop devices_ #### Wireless - + -**[blueman](https://packages.debian.org/buster/blueman)** - Graphical bluetooth manager +**[blueman](https://packages.debian.org/bullseye/blueman)** - Graphical bluetooth manager Blueman is a GTK+ bluetooth management utility for GNOME using bluez D-Bus @@ -323,26 +306,25 @@ ----------------------- -- ![](green.png) [blueman](https://packages.debian.org/buster/blueman) `2.0.8-1+deb10u1` - Graphical bluetooth manager -- ![](green.png) [bluetooth](https://packages.debian.org/buster/bluetooth) `5.50-1.2~deb10u1` - Bluetooth support (metapackage) -- ![](green.png) [blueman](https://packages.debian.org/buster/blueman) `2.0.8-1+deb10u1` - Graphical bluetooth manager -- ![](green.png) [crda](https://packages.debian.org/buster/crda) `3.18-1` - wireless Central Regulatory Domain Agent -- ![](green.png) [wireless-regdb](https://packages.debian.org/buster/wireless-regdb) `2020.04.29-2~bpo10+1` - wireless regulatory database for Linux -- ![](grey.png) _[gnome-bluetooth](https://packages.debian.org/buster/gnome-bluetooth) `3.28.2-4~deb10u1` - GNOME Bluetooth tools_ -- ![](grey.png) _[gnome-user-share](https://packages.debian.org/buster/gnome-user-share) `3.28.0-2` - User level public file sharing via WebDAV_ -- ![](grey.png) _[blueproximity](https://packages.debian.org/buster/blueproximity) `1.2.5-6` - locks/unlocks your desktop tracking a bluetooth device_ -- ![](grey.png) _[ganyremote](https://packages.debian.org/buster/ganyremote) `7.0-3` - GTK+ frontend for anyRemote_ -- ![](grey.png) _[hostapd](https://packages.debian.org/buster/hostapd) `2:2.7+git20190128+0c1e29f-6+deb10u2` - IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator_ -- ![](grey.png) _[aircrack-ng](https://packages.debian.org/buster/aircrack-ng) `1:1.5.2-3` - wireless WEP/WPA cracking utilities_ -- ![](grey.png) _[btscanner](https://packages.debian.org/buster/btscanner) `2.1-7` - ncurses-based scanner for Bluetooth devices_ +- ![](green.png) [blueman](https://packages.debian.org/bullseye/blueman) `2.1.4-1+b1` - Graphical bluetooth manager +- ![](green.png) [bluetooth](https://packages.debian.org/bullseye/bluetooth) `5.55-3.1` - Bluetooth support (metapackage) +- ![](green.png) [blueman](https://packages.debian.org/bullseye/blueman) `2.1.4-1+b1` - Graphical bluetooth manager +- ![](green.png) [crda](https://packages.debian.org/bullseye/crda) `4.14+git20191112.9856751-1` - wireless Central Regulatory Domain Agent +- ![](green.png) [wireless-regdb](https://packages.debian.org/bullseye/wireless-regdb) `2020.04.29-2` - wireless regulatory database for Linux +- ![](grey.png) _[gnome-bluetooth](https://packages.debian.org/bullseye/gnome-bluetooth) `3.34.3-2` - GNOME Bluetooth tools_ +- ![](grey.png) _[gnome-user-share](https://packages.debian.org/bullseye/gnome-user-share) `3.34.0-2` - User level public file sharing via WebDAV_ +- ![](grey.png) _[ganyremote](https://packages.debian.org/bullseye/ganyremote) `8.1-1.1` - GTK+ frontend for anyRemote_ +- ![](grey.png) _[hostapd](https://packages.debian.org/bullseye/hostapd) `2:2.9.0-21` - access point and authentication server for Wi-Fi and Ethernet_ +- ![](grey.png) _[aircrack-ng](https://packages.debian.org/bullseye/aircrack-ng) `1:1.6+git20210130.91820bc-1` - wireless WEP/WPA cracking utilities_ +- ![](grey.png) _[btscanner](https://packages.debian.org/bullseye/btscanner) `2.1-9` - ncurses-based scanner for Bluetooth devices_ #### Firewall - + -**[gufw](https://packages.debian.org/buster/gufw)** - graphical user interface for ufw +**[gufw](https://packages.debian.org/bullseye/gufw)** - graphical user interface for ufw gufw is an easy and intuitive way to manage your Linux firewall. It supports @@ -354,14 +336,14 @@ ----------------------- -- ![](green.png) [ufw](https://packages.debian.org/buster/ufw) `0.36-1` - program for managing a Netfilter firewall -- ![](green.png) [gufw](https://packages.debian.org/buster/gufw) `18.10.0-1` - graphical user interface for ufw -- ![](green.png) [iptables](https://packages.debian.org/buster/iptables) `1.8.2-4` - administration tools for packet filtering and NAT -- ![](grey.png) _[ferm](https://packages.debian.org/buster/ferm) `2.4-1` - maintain and setup complicated firewall rules_ -- ![](grey.png) _[iptables-persistent](https://packages.debian.org/buster/iptables-persistent) `1.0.11+deb10u1` - boot-time loader for netfilter rules, iptables plugin_ -- ![](grey.png) _[firehol](https://packages.debian.org/buster/firehol) `3.1.6+ds-8` - easy to use but powerful iptables stateful firewall (program)_ -- ![](grey.png) _[fail2ban](https://packages.debian.org/buster/fail2ban) `0.10.2-2.1` - ban hosts that cause multiple authentication errors_ -- ![](grey.png) _[ipset-persistent](https://packages.debian.org/buster/ipset-persistent) `1.0.11+deb10u1` - boot-time loader for netfilter rules, ipset plugin_ +- ![](green.png) [ufw](https://packages.debian.org/bullseye/ufw) `0.36-7.1` - program for managing a Netfilter firewall +- ![](green.png) [gufw](https://packages.debian.org/bullseye/gufw) `20.04.1-1` - graphical user interface for ufw +- ![](green.png) [iptables](https://packages.debian.org/bullseye/iptables) `1.8.7-1` - administration tools for packet filtering and NAT +- ![](grey.png) _[ferm](https://packages.debian.org/bullseye/ferm) `2.5.1-1` - maintain and setup complicated firewall rules_ +- ![](grey.png) _[iptables-persistent](https://packages.debian.org/bullseye/iptables-persistent) `1.0.15` - boot-time loader for netfilter rules, iptables plugin_ +- ![](grey.png) _[firehol](https://packages.debian.org/bullseye/firehol) `3.1.7+ds-2` - easy to use but powerful iptables stateful firewall (program)_ +- ![](grey.png) _[fail2ban](https://packages.debian.org/bullseye/fail2ban) `0.11.2-2` - ban hosts that cause multiple authentication errors_ +- ![](grey.png) _[ipset-persistent](https://packages.debian.org/bullseye/ipset-persistent) `1.0.15` - boot-time loader for netfilter rules, ipset plugin_ #### Network diagnostic/monitoring @@ -369,7 +351,7 @@ -**[gnome-nettool](https://packages.debian.org/buster/gnome-nettool)** - network information tool for GNOME +**[gnome-nettool](https://packages.debian.org/bullseye/gnome-nettool)** - network information tool for GNOME GNOME Nettool is a network information tool which provides user interfaces for @@ -388,84 +370,81 @@ ----------------------- -- ![](green.png) [gnome-nettool](https://packages.debian.org/buster/gnome-nettool) `3.8.1-3` - network information tool for GNOME -- ![](green.png) [traceroute](https://packages.debian.org/buster/traceroute) `1:2.1.0-2` - Traces the route taken by packets over an IPv4/IPv6 network -- ![](green.png) [dnsutils](https://packages.debian.org/buster/dnsutils) `1:9.11.5.P4+dfsg-5.1+deb10u2` - Clients provided with BIND -- ![](grey.png) _[dnsmasq](https://packages.debian.org/buster/dnsmasq) `2.80-1` - Small caching DNS proxy and DHCP/TFTP server_ -- ![](grey.png) _[dns-root-data](https://packages.debian.org/buster/dns-root-data) `2019031302` - DNS root data including root zone and DNSSEC key_ -- ![](grey.png) _[namebench](https://packages.debian.org/buster/namebench) `1.3.1+dfsg-2` - DNS benchmark utility_ -- ![](grey.png) _[arp-scan](https://packages.debian.org/buster/arp-scan) `1.9.5-1` - arp scanning and fingerprinting tool_ -- ![](grey.png) _[arpwatch](https://packages.debian.org/buster/arpwatch) `2.1a15-7` - Ethernet/FDDI station activity monitor_ -- ![](grey.png) _[bwm-ng](https://packages.debian.org/buster/bwm-ng) `0.6.1-6` - small and simple console-based bandwidth monitor_ -- ![](grey.png) _[darkstat](https://packages.debian.org/buster/darkstat) `3.0.719-1+b1` - network traffic analyzer_ -- ![](grey.png) _[ddupdate](https://packages.debian.org/buster/ddupdate) `0.6.1-2` - Tool updating DNS data for dynamic IP addresses_ -- ![](grey.png) _[driftnet](https://packages.debian.org/buster/driftnet) `1.1.5-1.1+b2` - picks out and displays images from network traffic_ -- ![](grey.png) _[dsniff](https://packages.debian.org/buster/dsniff) `2.4b1+debian-29` - Various tools to sniff network traffic for cleartext insecurities_ -- ![](grey.png) _[fping](https://packages.debian.org/buster/fping) `4.2-1` - sends ICMP ECHO_REQUEST packets to network hosts_ -- ![](grey.png) _[httpry](https://packages.debian.org/buster/httpry) `0.1.8-1` - HTTP logging and information retrieval tool_ -- ![](grey.png) _[ifstat](https://packages.debian.org/buster/ifstat) `1.1-8.1+b1` - InterFace STATistics Monitoring_ -- ![](grey.png) _[iftop](https://packages.debian.org/buster/iftop) `1.0~pre4-6` - displays bandwidth usage information on an network interface_ -- ![](grey.png) _[ipcalc](https://packages.debian.org/buster/ipcalc) `0.41-5` - parameter calculator for IPv4 addresses_ -- ![](grey.png) _[ipcalc-ng](https://packages.debian.org/buster/ipcalc-ng) `0.4.1-2~bpo10+1` - parameter calculator for IPv4 and IPv6 addresses_ -- ![](grey.png) _[iperf](https://packages.debian.org/buster/iperf) `2.0.12+dfsg1-2` - Internet Protocol bandwidth measuring tool_ -- ![](grey.png) _[iptraf-ng](https://packages.debian.org/buster/iptraf-ng) `1:1.1.4-6+b1` - Next Generation Interactive Colorful IP LAN Monitor_ -- ![](grey.png) _[jmeter](https://packages.debian.org/buster/jmeter) `2.13-4` - Load testing and performance measurement application (main application)_ -- ![](grey.png) _[jnettop](https://packages.debian.org/buster/jnettop) `0.13.0-1+b3` - View hosts/ports taking up the most network traffic_ -- ![](grey.png) _[logstalgia](https://packages.debian.org/buster/logstalgia) `1.1.0-2+b1` - web server access log visualizer_ -- ![](grey.png) _[macchanger](https://packages.debian.org/buster/macchanger) `1.7.0-5.4` - utility for manipulating the MAC address of network interfaces_ -- ![](grey.png) _[mitmproxy](https://packages.debian.org/buster/mitmproxy) `4.0.4-5` - SSL-capable man-in-the-middle HTTP proxy_ -- ![](grey.png) _[mtr](https://packages.debian.org/buster/mtr) `0.92-2` - Full screen ncurses and X11 traceroute tool_ -- ![](grey.png) _[natpmpc](https://packages.debian.org/buster/natpmpc) `20150609-7` - portable and fully compliant implementation of NAT-PMP (client)_ -- ![](grey.png) _[nethogs](https://packages.debian.org/buster/nethogs) `0.8.5-2+b1` - Net top tool grouping bandwidth per process_ -- ![](grey.png) _[netmask](https://packages.debian.org/buster/netmask) `2.4.4-1` - helps determine network masks_ -- ![](grey.png) _[nmon](https://packages.debian.org/buster/nmon) `16i+debian-2` - performance monitoring tool for Linux_ -- ![](grey.png) _[ntopng](https://packages.debian.org/buster/ntopng) `3.8+dfsg1-2.1` - High-Speed Web-based Traffic Analysis and Flow Collection Tool_ -- ![](grey.png) _[prips](https://packages.debian.org/buster/prips) `1.1.1-2` - tool that prints the IP addresses in a given range_ -- ![](grey.png) _[slurm](https://packages.debian.org/buster/slurm) `0.4.3-2+b3` - Realtime network interface monitor_ -- ![](grey.png) _[snetz](https://packages.debian.org/buster/snetz) `0.1-1` - simple live network bandwidth monitoring tool_ -- ![](grey.png) _[socat](https://packages.debian.org/buster/socat) `1.7.3.2-2` - multipurpose relay for bidirectional data transfer_ -- ![](grey.png) _[speedometer](https://packages.debian.org/buster/speedometer) `2.8-2` - measure and display the rate of data across a network connection_ -- ![](grey.png) _[speedtest-cli](https://packages.debian.org/buster/speedtest-cli) `2.0.2-1+deb10u1` - Command line interface for testing internet bandwidth using speedtest.net_ -- ![](grey.png) _[sslsniff](https://packages.debian.org/buster/sslsniff) `0.8-8+b1` - SSL/TLS man-in-the-middle attack tool_ -- ![](grey.png) _[sslstrip](https://packages.debian.org/buster/sslstrip) `0.9-1` - SSL/TLS man-in-the-middle attack tool_ -- ![](grey.png) _[subnetcalc](https://packages.debian.org/buster/subnetcalc) `2.1.3-1+b2` - IPv4/IPv6 Subnet Calculator_ -- ![](grey.png) _[tcpdump](https://packages.debian.org/buster/tcpdump) `4.9.3-1~deb10u2` - command-line network traffic analyzer_ -- ![](grey.png) _[tcpstat](https://packages.debian.org/buster/tcpstat) `1.5-8+b1` - network interface statistics reporting tool_ -- ![](grey.png) _[thc-ipv6](https://packages.debian.org/buster/thc-ipv6) `3.6-1` - The Hacker Choice's IPv6 Attack Toolkit_ -- ![](grey.png) _[trickle](https://packages.debian.org/buster/trickle) `1.07-10.1+b1` - user-space bandwidth shaper_ -- ![](grey.png) _[tshark](https://packages.debian.org/buster/tshark) `2.6.8-1.1` - network traffic analyzer - console version_ -- ![](grey.png) _[usbip](https://packages.debian.org/buster/usbip) `2.0+4.19.160-2` - USB device sharing system over IP network_ -- ![](grey.png) _[vnstat](https://packages.debian.org/buster/vnstat) `1.18-2` - console-based network traffic monitor_ -- ![](grey.png) _[vnstati](https://packages.debian.org/buster/vnstati) `1.18-2` - image output support for vnStat_ -- ![](grey.png) _[wireshark](https://packages.debian.org/buster/wireshark) `2.6.8-1.1` - network traffic analyzer - meta-package_ -- ![](grey.png) _[python-scapy](https://packages.debian.org/buster/python-scapy) `2.4.0-2` - Packet generator/sniffer and network scanner/discovery (Python 2)_ +- ![](green.png) [gnome-nettool](https://packages.debian.org/bullseye/gnome-nettool) `3.8.1-3` - network information tool for GNOME +- ![](green.png) [traceroute](https://packages.debian.org/bullseye/traceroute) `1:2.1.0-2+b1` - Traces the route taken by packets over an IPv4/IPv6 network +- ![](green.png) [dnsutils](https://packages.debian.org/bullseye/dnsutils) `1:9.16.15-1` - Transitional package for bind9-dnsutils +- ![](grey.png) _[dnsmasq](https://packages.debian.org/bullseye/dnsmasq) `2.85-1` - Small caching DNS proxy and DHCP/TFTP server_ +- ![](grey.png) _[dns-root-data](https://packages.debian.org/bullseye/dns-root-data) `2021011101` - DNS root data including root zone and DNSSEC key_ +- ![](grey.png) _[arp-scan](https://packages.debian.org/bullseye/arp-scan) `1.9.7-2` - arp scanning and fingerprinting tool_ +- ![](grey.png) _[arpwatch](https://packages.debian.org/bullseye/arpwatch) `2.1a15-8` - Ethernet/FDDI station activity monitor_ +- ![](grey.png) _[bwm-ng](https://packages.debian.org/bullseye/bwm-ng) `0.6.3-1` - small and simple console-based bandwidth monitor_ +- ![](grey.png) _[darkstat](https://packages.debian.org/bullseye/darkstat) `3.0.719-1+b1` - network traffic analyzer_ +- ![](grey.png) _[ddupdate](https://packages.debian.org/bullseye/ddupdate) `0.6.5-2` - Tool updating DNS data for dynamic IP addresses_ +- ![](grey.png) _[driftnet](https://packages.debian.org/bullseye/driftnet) `1.3.0+dfsg-2+b1` - picks out and displays images from network traffic_ +- ![](grey.png) _[dsniff](https://packages.debian.org/bullseye/dsniff) `2.4b1+debian-30` - Various tools to sniff network traffic for cleartext insecurities_ +- ![](grey.png) _[fping](https://packages.debian.org/bullseye/fping) `5.0-1` - sends ICMP ECHO_REQUEST packets to network hosts_ +- ![](grey.png) _[httpry](https://packages.debian.org/bullseye/httpry) `0.1.8-1.1` - HTTP logging and information retrieval tool_ +- ![](grey.png) _[ifstat](https://packages.debian.org/bullseye/ifstat) `1.1-8.1+b3` - InterFace STATistics Monitoring_ +- ![](grey.png) _[iftop](https://packages.debian.org/bullseye/iftop) `1.0~pre4-7` - displays bandwidth usage information on an network interface_ +- ![](grey.png) _[ipcalc](https://packages.debian.org/bullseye/ipcalc) `0.42-2` - parameter calculator for IPv4 addresses_ +- ![](grey.png) _[ipcalc-ng](https://packages.debian.org/bullseye/ipcalc-ng) `1.0.0-1` - parameter calculator for IPv4 and IPv6 addresses_ +- ![](grey.png) _[iperf](https://packages.debian.org/bullseye/iperf) `2.0.14a+dfsg1-1` - Internet Protocol bandwidth measuring tool_ +- ![](grey.png) _[iptraf-ng](https://packages.debian.org/bullseye/iptraf-ng) `1:1.2.1-1` - Next Generation Interactive Colorful IP LAN Monitor_ +- ![](grey.png) _[jmeter](https://packages.debian.org/bullseye/jmeter) `2.13-4` - Load testing and performance measurement application (main application)_ +- ![](grey.png) _[jnettop](https://packages.debian.org/bullseye/jnettop) `0.13.0-1.1` - View hosts/ports taking up the most network traffic_ +- ![](grey.png) _[logstalgia](https://packages.debian.org/bullseye/logstalgia) `1.1.0-2+b1` - web server access log visualizer_ +- ![](grey.png) _[macchanger](https://packages.debian.org/bullseye/macchanger) `1.7.0-5.4` - utility for manipulating the MAC address of network interfaces_ +- ![](grey.png) _[mitmproxy](https://packages.debian.org/bullseye/mitmproxy) `6.0.2-1` - SSL-capable man-in-the-middle HTTP proxy_ +- ![](grey.png) _[mtr](https://packages.debian.org/bullseye/mtr) `0.94-1+deb11u1` - Full screen ncurses and X11 traceroute tool_ +- ![](grey.png) _[natpmpc](https://packages.debian.org/bullseye/natpmpc) `20150609-7.1` - portable and fully compliant implementation of NAT-PMP (client)_ +- ![](grey.png) _[nethogs](https://packages.debian.org/bullseye/nethogs) `0.8.5-2+b1` - Net top tool grouping bandwidth per process_ +- ![](grey.png) _[netmask](https://packages.debian.org/bullseye/netmask) `2.4.4-3` - helps determine network masks_ +- ![](grey.png) _[nmon](https://packages.debian.org/bullseye/nmon) `16m+debian-1` - performance monitoring tool for Linux_ +- ![](grey.png) _[prips](https://packages.debian.org/bullseye/prips) `1.1.1-3` - tool that prints the IP addresses in a given range_ +- ![](grey.png) _[slurm](https://packages.debian.org/bullseye/slurm) `0.4.3-2+b3` - Realtime network interface monitor_ +- ![](grey.png) _[socat](https://packages.debian.org/bullseye/socat) `1.7.4.1-3` - multipurpose relay for bidirectional data transfer_ +- ![](grey.png) _[speedometer](https://packages.debian.org/bullseye/speedometer) `2.8-3` - measure and display the rate of data across a network connection_ +- ![](grey.png) _[speedtest-cli](https://packages.debian.org/bullseye/speedtest-cli) `2.1.3-2` - Command line interface for testing internet bandwidth using speedtest.net_ +- ![](grey.png) _[sslsniff](https://packages.debian.org/bullseye/sslsniff) `0.8-9` - SSL/TLS man-in-the-middle attack tool_ +- ![](grey.png) _[subnetcalc](https://packages.debian.org/bullseye/subnetcalc) `2.4.16-1` - IPv4/IPv6 Subnet Calculator_ +- ![](grey.png) _[tcpdump](https://packages.debian.org/bullseye/tcpdump) `4.99.0-2` - command-line network traffic analyzer_ +- ![](grey.png) _[tcpstat](https://packages.debian.org/bullseye/tcpstat) `1.5-8+b1` - network interface statistics reporting tool_ +- ![](grey.png) _[thc-ipv6](https://packages.debian.org/bullseye/thc-ipv6) `3.8-1` - The Hacker Choice's IPv6 Attack Toolkit_ +- ![](grey.png) _[trickle](https://packages.debian.org/bullseye/trickle) `1.07-10.1+b2` - user-space bandwidth shaper_ +- ![](grey.png) _[tshark](https://packages.debian.org/bullseye/tshark) `3.4.4-1` - network traffic analyzer - console version_ +- ![](grey.png) _[usbip](https://packages.debian.org/bullseye/usbip) `2.0+5.10.70-1` - USB device sharing system over IP network_ +- ![](grey.png) _[vnstat](https://packages.debian.org/bullseye/vnstat) `2.6-3` - console-based network traffic monitor_ +- ![](grey.png) _[vnstati](https://packages.debian.org/bullseye/vnstati) `2.6-3` - image output support for vnStat_ +- ![](grey.png) _[wireshark](https://packages.debian.org/bullseye/wireshark) `3.4.4-1` - network traffic analyzer - meta-package_ +- ![](grey.png) _[termshark](https://packages.debian.org/bullseye/termshark) `2.2.0-1+deb11u1` - Terminal UI for tshark, inspired by Wireshark_ +- ![](grey.png) _[fierce](https://packages.debian.org/bullseye/fierce) `1.4.0-2` - Domain DNS scanner_ #### SSH -- ![](grey.png) _[sshuttle](https://packages.debian.org/buster/sshuttle) `0.78.5-1` - Transparent proxy server for VPN over SSH_ -- ![](grey.png) _[sshfs](https://packages.debian.org/buster/sshfs) `2.10+repack-2` - filesystem client based on SSH File Transfer Protocol_ -- ![](grey.png) _[pssh](https://packages.debian.org/buster/pssh) `2.3.1-1` - Parallel versions of SSH-based tools_ -- ![](grey.png) _[putty-tools](https://packages.debian.org/buster/putty-tools) `0.70-6` - command-line tools for SSH, SCP, and SFTP_ -- ![](grey.png) _[autossh](https://packages.debian.org/buster/autossh) `1.4g-1` - Automatically restart SSH sessions and tunnels_ +- ![](grey.png) _[sshuttle](https://packages.debian.org/bullseye/sshuttle) `1.0.5-1` - Transparent proxy server for VPN over SSH_ +- ![](grey.png) _[sshfs](https://packages.debian.org/bullseye/sshfs) `3.7.1+repack-2` - filesystem client based on SSH File Transfer Protocol_ +- ![](grey.png) _[pssh](https://packages.debian.org/bullseye/pssh) `2.3.1-4` - Parallel versions of SSH-based tools_ +- ![](grey.png) _[putty-tools](https://packages.debian.org/bullseye/putty-tools) `0.74-1` - command-line tools for SSH, SCP, and SFTP_ +- ![](grey.png) _[autossh](https://packages.debian.org/bullseye/autossh) `1.4g-1+b1` - Automatically restart SSH sessions and tunnels_ +- ![](grey.png) _[endlessh](https://packages.debian.org/bullseye/endlessh) `1.1-5` - SSH tarpit that slowly sends an endless connection banner_ #### Remote access/desktop clients -- ![](grey.png) _[remmina](https://packages.debian.org/buster/remmina) `1.3.3+dfsg-2` - GTK+ Remote Desktop Client_ -- ![](grey.png) _[remmina-plugin-nx](https://packages.debian.org/buster/remmina-plugin-nx) `1.3.3+dfsg-2` - NX plugin for Remmina_ -- ![](grey.png) _[remmina-plugin-rdp](https://packages.debian.org/buster/remmina-plugin-rdp) `1.3.3+dfsg-2` - RDP plugin for Remmina_ -- ![](grey.png) _[remmina-plugin-spice](https://packages.debian.org/buster/remmina-plugin-spice) `1.3.3+dfsg-2` - Spice plugin for Remmina_ -- ![](grey.png) _[remmina-plugin-telepathy](https://packages.debian.org/buster/remmina-plugin-telepathy) `1.3.3+dfsg-2` - Telepathy plugin for Remmina_ -- ![](grey.png) _[remmina-plugin-vnc](https://packages.debian.org/buster/remmina-plugin-vnc) `1.3.3+dfsg-2` - VNC plugin for Remmina_ -- ![](grey.png) _[remmina-plugin-xdmcp](https://packages.debian.org/buster/remmina-plugin-xdmcp) `1.3.3+dfsg-2` - XDMCP plugin for Remmina_ -- ![](grey.png) _[vinagre](https://packages.debian.org/buster/vinagre) `3.22.0-6` - remote desktop client for the GNOME Desktop_ -- ![](grey.png) _[weevely](https://packages.debian.org/buster/weevely) `3.7.0-1` - Stealth tiny web shell_ -- ![](grey.png) _[x2goclient](https://packages.debian.org/buster/x2goclient) `4.1.2.1-2+deb10u1` - X2Go Client application (Qt5)_ +- ![](grey.png) _[remmina](https://packages.debian.org/bullseye/remmina) `1.4.11+dfsg-3` - GTK+ Remote Desktop Client_ +- ![](grey.png) _[remmina-plugin-nx](https://packages.debian.org/bullseye/remmina-plugin-nx) `1.4.11+dfsg-3` - NX plugin for Remmina_ +- ![](grey.png) _[remmina-plugin-rdp](https://packages.debian.org/bullseye/remmina-plugin-rdp) `1.4.11+dfsg-3` - RDP plugin for Remmina_ +- ![](grey.png) _[remmina-plugin-spice](https://packages.debian.org/bullseye/remmina-plugin-spice) `1.4.11+dfsg-3` - Spice plugin for Remmina_ +- ![](grey.png) _[remmina-plugin-vnc](https://packages.debian.org/bullseye/remmina-plugin-vnc) `1.4.11+dfsg-3` - VNC plugin for Remmina_ +- ![](grey.png) _[remmina-plugin-xdmcp](https://packages.debian.org/bullseye/remmina-plugin-xdmcp) `1.4.11+dfsg-3` - XDMCP plugin for Remmina_ +- ![](grey.png) _[vinagre](https://packages.debian.org/bullseye/vinagre) `3.22.0-8.1` - remote desktop client for the GNOME Desktop_ +- ![](grey.png) _[weevely](https://packages.debian.org/bullseye/weevely) `4.0.1-1` - Stealth tiny web shell_ +- ![](grey.png) _[x2goclient](https://packages.debian.org/bullseye/x2goclient) `4.1.2.2-2` - X2Go Client application (Qt5)_ #### SSH - + -**[openssh-server](https://packages.debian.org/buster/openssh-server)** - secure shell (SSH) server, for secure access from remote machines +**[openssh-server](https://packages.debian.org/bullseye/openssh-server)** - secure shell (SSH) server, for secure access from remote machines This is the portable version of OpenSSH, a free implementation of @@ -477,67 +456,63 @@ ----------------------- -- ![](green.png) [openssh-server](https://packages.debian.org/buster/openssh-server) `1:7.9p1-10+deb10u2` - secure shell (SSH) server, for secure access from remote machines -- ![](grey.png) _[barrier](https://packages.debian.org/buster/barrier) `2.1.2+dfsg-1` - Share mouse, keyboard and clipboard over the network_ -- ![](grey.png) _[xpra](https://packages.debian.org/buster/xpra) `2.4.3+dfsg1-1` - tool to detach/reattach running X programs_ -- ![](grey.png) _[lightdm-remote-session-x2go](https://packages.debian.org/buster/lightdm-remote-session-x2go) `0.0.2.0-2` - LightDM Remote Logon Support for X2Go sessions_ -- ![](grey.png) _[x2godesktopsharing](https://packages.debian.org/buster/x2godesktopsharing) `3.2.0.0-2` - Share X11 desktops with other users via X2Go_ -- ![](grey.png) _[x2goserver](https://packages.debian.org/buster/x2goserver) `4.1.0.3-4` - X2Go Server_ -- ![](grey.png) _[x2goserver-desktopsharing](https://packages.debian.org/buster/x2goserver-desktopsharing) `4.1.0.3-4` - Share X11 desktops with other users via X2Go_ -- ![](grey.png) _[x2goserver-extensions](https://packages.debian.org/buster/x2goserver-extensions) `4.1.0.3-4` - X2Go Server (extension support)_ -- ![](grey.png) _[x2goserver-x2goagent](https://packages.debian.org/buster/x2goserver-x2goagent) `4.1.0.3-4` - X2Go Server's X2Go Agent_ -- ![](grey.png) _[x2goserver-xsession](https://packages.debian.org/buster/x2goserver-xsession) `4.1.0.3-4` - X2Go Server (Xsession runner)_ -- ![](grey.png) _[x2goserver-printing](https://packages.debian.org/buster/x2goserver-printing) `4.1.0.3-4` - X2Go Server (printing support)_ -- ![](grey.png) _[tinysshd](https://packages.debian.org/buster/tinysshd) `20190101-1` - Tiny SSH server - daemon_ -- ![](grey.png) _[vino](https://packages.debian.org/buster/vino) `3.22.0-5` - VNC server for GNOME_ +- ![](green.png) [openssh-server](https://packages.debian.org/bullseye/openssh-server) `1:8.4p1-5` - secure shell (SSH) server, for secure access from remote machines +- ![](grey.png) _[barrier](https://packages.debian.org/bullseye/barrier) `2.3.3+dfsg-1.1` - Share mouse, keyboard and clipboard over the network_ +- ![](grey.png) _[xpra](https://packages.debian.org/bullseye/xpra) `3.0.13+dfsg1-1` - tool to detach/reattach running X programs_ +- ![](grey.png) _[lightdm-remote-session-x2go](https://packages.debian.org/bullseye/lightdm-remote-session-x2go) `0.0.2.0-2` - LightDM Remote Logon Support for X2Go sessions_ +- ![](grey.png) _[x2godesktopsharing](https://packages.debian.org/bullseye/x2godesktopsharing) `3.2.0.0-2+b1` - Share X11 desktops with other users via X2Go_ +- ![](grey.png) _[x2goserver](https://packages.debian.org/bullseye/x2goserver) `4.1.0.3-5` - X2Go Server_ +- ![](grey.png) _[x2goserver-desktopsharing](https://packages.debian.org/bullseye/x2goserver-desktopsharing) `4.1.0.3-5` - Share X11 desktops with other users via X2Go_ +- ![](grey.png) _[x2goserver-extensions](https://packages.debian.org/bullseye/x2goserver-extensions) `4.1.0.3-5` - X2Go Server (extension support)_ +- ![](grey.png) _[x2goserver-x2goagent](https://packages.debian.org/bullseye/x2goserver-x2goagent) `4.1.0.3-5` - X2Go Server's X2Go Agent_ +- ![](grey.png) _[x2goserver-xsession](https://packages.debian.org/bullseye/x2goserver-xsession) `4.1.0.3-5` - X2Go Server (Xsession runner)_ +- ![](grey.png) _[x2goserver-printing](https://packages.debian.org/bullseye/x2goserver-printing) `4.1.0.3-5` - X2Go Server (printing support)_ +- ![](grey.png) _[tinysshd](https://packages.debian.org/bullseye/tinysshd) `20190101-1` - Tiny SSH server - daemon_ +- ![](grey.png) _[vino](https://packages.debian.org/bullseye/vino) `3.22.0-6` - VNC server for GNOME_ #### Load testing -- ![](grey.png) _[siege](https://packages.debian.org/buster/siege) `4.0.4-1` - HTTP regression testing and benchmarking utility_ -- ![](grey.png) _[tsung](https://packages.debian.org/buster/tsung) `1.7.0-3` - distributed multi-protocol load testing tool_ +- ![](grey.png) _[siege](https://packages.debian.org/bullseye/siege) `4.0.7-1` - HTTP regression testing and benchmarking utility_ +- ![](grey.png) _[tsung](https://packages.debian.org/bullseye/tsung) `1.7.0-3.1` - distributed multi-protocol load testing tool_ #### Scanners -- ![](grey.png) _[nmap](https://packages.debian.org/buster/nmap) `7.70+dfsg1-6+deb10u1` - The Network Mapper_ -- ![](grey.png) _[nikto](https://packages.debian.org/buster/nikto) `1:2.1.5-3.1` - web server security scanner_ -- ![](grey.png) _[zmap](https://packages.debian.org/buster/zmap) `2.1.1-2+b4` - network scanner for researchers_ -- ![](grey.png) _[prads](https://packages.debian.org/buster/prads) `0.3.3-1+b1` - Passive Real-time Asset Detection System_ -- ![](grey.png) _[sqlmap](https://packages.debian.org/buster/sqlmap) `1.3.2-1` - automatic SQL injection tool_ -- ![](grey.png) _[themole](https://packages.debian.org/buster/themole) `0.3-2` - automatic SQL injection exploitation tool_ -- ![](grey.png) _[arp-scan](https://packages.debian.org/buster/arp-scan) `1.9.5-1` - arp scanning and fingerprinting tool_ -- ![](grey.png) _[arping](https://packages.debian.org/buster/arping) `2.19-6` - sends IP and/or ARP pings (to the MAC address)_ -- ![](grey.png) _[whatweb](https://packages.debian.org/buster/whatweb) `0.4.9-2` - Next generation web scanner_ -- ![](grey.png) _[knockpy](https://packages.debian.org/buster/knockpy) `4.1.0-1` - Python tool designed to enumerate subdomains on a target domain_ -- ![](grey.png) _[spectre-meltdown-checker](https://packages.debian.org/buster/spectre-meltdown-checker) `0.42-1` - Spectre & Meltdown vulnerability/mitigation checker_ -- ![](grey.png) _[ndiff](https://packages.debian.org/buster/ndiff) `7.70+dfsg1-6+deb10u1` - The Network Mapper - result compare utility_ -- ![](grey.png) _[zenmap](https://packages.debian.org/buster/zenmap) `7.70+dfsg1-6+deb10u1` - The Network Mapper Front End_ -- ![](grey.png) _[masscan](https://packages.debian.org/buster/masscan) `2:1.0.5+ds1-2` - TCP port scanner_ -- ![](grey.png) _[pompem](https://packages.debian.org/buster/pompem) `0.2.0-4` - Exploit and Vulnerability Finder_ -- ![](grey.png) _[dirb](https://packages.debian.org/buster/dirb) `2.22+dfsg-3+b1` - URL bruteforcing tool_ -- ![](grey.png) _[dhcpig](https://packages.debian.org/buster/dhcpig) `1.5-2` - DHCP exhaustion script using scapy network library_ -- ![](grey.png) _[wafw00f](https://packages.debian.org/buster/wafw00f) `0.9.5-1` - identify and fingerprint Web Application Firewall products_ -- ![](grey.png) _[smbmap](https://packages.debian.org/buster/smbmap) `1.0.5+git20180508-2` - handy SMB enumeration tool_ -- ![](grey.png) _[wig](https://packages.debian.org/buster/wig) `0.6-1` - WebApp Information Gatherer_ -- ![](grey.png) _[kismet](https://packages.debian.org/buster/kismet) `2016.07.R1-1+b1` - wireless sniffer and monitor - core_ -- ![](grey.png) _[kismet-plugins](https://packages.debian.org/buster/kismet-plugins) `2016.07.R1-1+b1` - wireless sniffer and monitor - plugins_ -- ![](grey.png) _[reaver](https://packages.debian.org/buster/reaver) `1.6.5-1` - brute force attack tool against Wifi Protected Setup PIN number_ -- ![](grey.png) _[hydra](https://packages.debian.org/buster/hydra) `8.8-1` - very fast network logon cracker_ -- ![](grey.png) _[pcredz](https://packages.debian.org/buster/pcredz) `0.9-1` - Extracts authentication credentials from network captures_ -- ![](grey.png) _[hydra-gtk](https://packages.debian.org/buster/hydra-gtk) `8.8-1` - very fast network logon cracker - GTK+ based GUI_ -- ![](grey.png) _[ophcrack](https://packages.debian.org/buster/ophcrack) `3.8.0-2` - Microsoft Windows password cracker using rainbow tables (gui)_ -- ![](grey.png) _[hashcat](https://packages.debian.org/buster/hashcat) `5.1.0+ds1-1` - World's fastest and most advanced password recovery utility_ -- ![](grey.png) _[hashcat-data](https://packages.debian.org/buster/hashcat-data) `5.1.0+ds1-1` - Data files for hashcat advanced password recovery utility_ -- ![](grey.png) _[mdk3](https://packages.debian.org/buster/mdk3) `6.0-6` - Wireless attack tool for IEEE 802.11 networks_ +- ![](grey.png) _[nmap](https://packages.debian.org/bullseye/nmap) `7.91+dfsg1+really7.80+dfsg1-2` - The Network Mapper_ +- ![](grey.png) _[nikto](https://packages.debian.org/bullseye/nikto) `1:2.1.5-3.1` - web server security scanner_ +- ![](grey.png) _[zmap](https://packages.debian.org/bullseye/zmap) `2.1.1-2+b6` - network scanner for researchers_ +- ![](grey.png) _[sqlmap](https://packages.debian.org/bullseye/sqlmap) `1.5.2-1` - automatic SQL injection tool_ +- ![](grey.png) _[themole](https://packages.debian.org/bullseye/themole) `0.3-2` - automatic SQL injection exploitation tool_ +- ![](grey.png) _[arp-scan](https://packages.debian.org/bullseye/arp-scan) `1.9.7-2` - arp scanning and fingerprinting tool_ +- ![](grey.png) _[arping](https://packages.debian.org/bullseye/arping) `2.21-2` - sends IP and/or ARP pings (to the MAC address)_ +- ![](grey.png) _[whatweb](https://packages.debian.org/bullseye/whatweb) `0.5.5-1` - Next generation web scanner_ +- ![](grey.png) _[knockpy](https://packages.debian.org/bullseye/knockpy) `4.1.0-4` - Python3 tool designed to enumerate subdomains on a target domain_ +- ![](grey.png) _[spectre-meltdown-checker](https://packages.debian.org/bullseye/spectre-meltdown-checker) `0.44-2` - Spectre & Meltdown vulnerability/mitigation checker_ +- ![](grey.png) _[ndiff](https://packages.debian.org/bullseye/ndiff) `7.91+dfsg1+really7.80+dfsg1-2` - The Network Mapper - result compare utility_ +- ![](grey.png) _[masscan](https://packages.debian.org/bullseye/masscan) `2:1.3.2+ds1-1` - TCP port scanner_ +- ![](grey.png) _[pompem](https://packages.debian.org/bullseye/pompem) `0.2.0-6` - Exploit and Vulnerability Finder_ +- ![](grey.png) _[dirb](https://packages.debian.org/bullseye/dirb) `2.22+dfsg-5` - URL bruteforcing tool_ +- ![](grey.png) _[dhcpig](https://packages.debian.org/bullseye/dhcpig) `1.5-3` - DHCP exhaustion script using scapy network library_ +- ![](grey.png) _[wafw00f](https://packages.debian.org/bullseye/wafw00f) `2.1.0-1` - identify and fingerprint Web Application Firewall products_ +- ![](grey.png) _[smbmap](https://packages.debian.org/bullseye/smbmap) `1.8.2-2` - handy SMB enumeration tool_ +- ![](grey.png) _[wig](https://packages.debian.org/bullseye/wig) `0.6-2` - WebApp Information Gatherer_ +- ![](grey.png) _[reaver](https://packages.debian.org/bullseye/reaver) `1.6.5-1+b1` - brute force attack tool against Wifi Protected Setup PIN number_ +- ![](grey.png) _[bully](https://packages.debian.org/bullseye/bully) `1.4.00-1+b1` - Implementation of the WPS brute force attack, written in C_ +- ![](grey.png) _[hydra](https://packages.debian.org/bullseye/hydra) `9.1-1` - very fast network logon cracker_ +- ![](grey.png) _[hydra-gtk](https://packages.debian.org/bullseye/hydra-gtk) `9.1-1` - very fast network logon cracker - GTK+ based GUI_ +- ![](grey.png) _[ophcrack](https://packages.debian.org/bullseye/ophcrack) `3.8.0-3` - Microsoft Windows password cracker using rainbow tables (gui)_ +- ![](grey.png) _[hashcat](https://packages.debian.org/bullseye/hashcat) `6.1.1+ds1-1` - World's fastest and most advanced password recovery utility_ +- ![](grey.png) _[hashcat-data](https://packages.debian.org/bullseye/hashcat-data) `6.1.1+ds1-1` - Data files for hashcat advanced password recovery utility_ +- ![](grey.png) _[mdk3](https://packages.debian.org/bullseye/mdk3) `6.0-7` - Wireless attack tool for IEEE 802.11 networks_ +- ![](grey.png) _[dnsmap](https://packages.debian.org/bullseye/dnsmap) `0.35-5` - DNS domain name brute forcing tool_ +- ![](grey.png) _[dnsenum](https://packages.debian.org/bullseye/dnsenum) `1.3.0-4` - tool to enumerate domain DNS information_ #### Tor -- ![](grey.png) _[tor-geoipdb](https://packages.debian.org/buster/tor-geoipdb) `0.3.5.12-1` - GeoIP database for Tor_ -- ![](grey.png) _[tor](https://packages.debian.org/buster/tor) `0.3.5.12-1` - anonymizing overlay network for TCP_ -- ![](grey.png) _[torsocks](https://packages.debian.org/buster/torsocks) `2.3.0-2` - use SOCKS-friendly applications with Tor_ +- ![](grey.png) _[tor-geoipdb](https://packages.debian.org/bullseye/tor-geoipdb) `0.4.5.10-1~deb11u1` - GeoIP database for Tor_ +- ![](grey.png) _[tor](https://packages.debian.org/bullseye/tor) `0.4.5.10-1~deb11u1` - anonymizing overlay network for TCP_ +- ![](grey.png) _[torsocks](https://packages.debian.org/bullseye/torsocks) `2.3.0-3` - use SOCKS-friendly applications with Tor_ +- ![](grey.png) _[torbrowser-launcher](https://packages.debian.org/bullseye/torbrowser-launcher) `0.3.3-6` - helps download and run the Tor Browser Bundle_ #### GeoIP databases -- ![](grey.png) _[geoip-bin](https://packages.debian.org/buster/geoip-bin) `1.6.12-1` - IP lookup command line tools that use the GeoIP library_ -#### Network modeling - -- ![](grey.png) _[marionnet](https://packages.debian.org/buster/marionnet) `0.90.6+bzr508-1` - Virtual network laboratory_ +- ![](grey.png) _[geoip-bin](https://packages.debian.org/bullseye/geoip-bin) `1.6.12-7` - IP lookup command line tools that use the GeoIP library_ +- ![](grey.png) _[geoip-database](https://packages.debian.org/bullseye/geoip-database) `20191224-3` - IP lookup command line tools that use the GeoIP library (country database)_ #### Out-of-band management -- ![](grey.png) _[ipmitool](https://packages.debian.org/buster/ipmitool) `1.8.18-6` - utility for IPMI control with kernel driver or LAN interface (daemon)_ -- ![](grey.png) _[gwakeonlan](https://packages.debian.org/buster/gwakeonlan) `0.5.1-1.2` - wakes up your machines using Wake on LAN_ \ No newline at end of file +- ![](grey.png) _[ipmitool](https://packages.debian.org/bullseye/ipmitool) `1.8.18-10.1` - utility for IPMI control with kernel driver or LAN interface (daemon)_ \ No newline at end of file diff --git a/doc/md/packages/office.md b/doc/md/packages/office.md index 2387363..6a8bd97 100644 --- a/doc/md/packages/office.md +++ b/doc/md/packages/office.md @@ -9,9 +9,9 @@ - + -**[libreoffice](https://packages.debian.org/buster/libreoffice)** - office productivity suite (metapackage) +**[libreoffice](https://packages.debian.org/bullseye/libreoffice)** - office productivity suite (metapackage) LibreOffice is a full-featured office productivity suite that provides @@ -22,62 +22,56 @@ ----------------------- -- ![](green.png) [libreoffice-writer](https://packages.debian.org/buster/libreoffice-writer) `1:6.1.5-3+deb10u6` - office productivity suite -- word processor -- ![](green.png) [libreoffice-impress](https://packages.debian.org/buster/libreoffice-impress) `1:6.1.5-3+deb10u6` - office productivity suite -- presentation -- ![](green.png) [libreoffice-draw](https://packages.debian.org/buster/libreoffice-draw) `1:6.1.5-3+deb10u6` - office productivity suite -- drawing -- ![](green.png) [libreoffice-calc](https://packages.debian.org/buster/libreoffice-calc) `1:6.1.5-3+deb10u6` - office productivity suite -- spreadsheet -- ![](green.png) [libreoffice-base](https://packages.debian.org/buster/libreoffice-base) `1:6.1.5-3+deb10u6` - office productivity suite -- database -- ![](green.png) [libreoffice-gtk3](https://packages.debian.org/buster/libreoffice-gtk3) `1:6.1.5-3+deb10u6` - office productivity suite -- GTK+ 3 integration -- ![](green.png) [libreoffice-style-tango](https://packages.debian.org/buster/libreoffice-style-tango) `1:6.1.5-3+deb10u6` - office productivity suite -- Tango symbol style -- ![](green.png) [libreoffice-pdfimport](https://packages.debian.org/buster/libreoffice-pdfimport) `1:6.1.5-3+deb10u6` - transitional package for PDF Import component for LibreOffice -- ![](green.png) [libreoffice-java-common](https://packages.debian.org/buster/libreoffice-java-common) `1:6.1.5-3+deb10u6` - office productivity suite -- arch-independent Java support files -- ![](green.png) [libreoffice-gnome](https://packages.debian.org/buster/libreoffice-gnome) `1:6.1.5-3+deb10u6` - office productivity suite -- GNOME integration -- ![](green.png) [libreoffice-avmedia-backend-gstreamer](https://packages.debian.org/buster/libreoffice-avmedia-backend-gstreamer) `1:6.1.5-3+deb10u6` - GStreamer backend for LibreOffice -- ![](green.png) [libreoffice-avmedia-backend-vlc](https://packages.debian.org/buster/libreoffice-avmedia-backend-vlc) `1:6.1.5-3+deb10u6` - VLC backend for LibreOffice -- ![](green.png) [libwmf-bin](https://packages.debian.org/buster/libwmf-bin) `0.2.8.4-14` - Windows metafile conversion tools -- ![](green.png) [hyphen-fr](https://packages.debian.org/buster/hyphen-fr) `1:6.2.0-1` - French hyphenation patterns -- ![](green.png) [libreoffice-l10n-fr](https://packages.debian.org/buster/libreoffice-l10n-fr) `1:6.1.5-3+deb10u6` - office productivity suite -- French language package -- ![](green.png) [mythes-fr](https://packages.debian.org/buster/mythes-fr) `1:6.2.0-1` - French Thesaurus for LibreOffice -- ![](green.png) [libreoffice-help-fr](https://packages.debian.org/buster/libreoffice-help-fr) `1:6.1.5-3+deb10u6` - office productivity suite -- French help -- ![](grey.png) _[abiword](https://packages.debian.org/buster/abiword) `3.0.2-8` - efficient, featureful word processor with collaboration_ -- ![](grey.png) _[calligraplan](https://packages.debian.org/buster/calligraplan) `1:3.1.0-3+b1` - integrated project management and planning tool_ -- ![](grey.png) _[calligrasheets](https://packages.debian.org/buster/calligrasheets) `1:3.1.0+dfsg-5` - spreadsheet for the Calligra Suite_ -- ![](grey.png) _[calligrastage](https://packages.debian.org/buster/calligrastage) `1:3.1.0+dfsg-5` - presentation program for the Calligra Suite_ -- ![](grey.png) _[calligrawords](https://packages.debian.org/buster/calligrawords) `1:3.1.0+dfsg-5` - word processor for the Calligra Suite_ -- ![](grey.png) _[dia](https://packages.debian.org/buster/dia) `0.97.3+git20160930-8.1` - Diagram editor_ -- ![](grey.png) _[ebook2odt](https://packages.debian.org/buster/ebook2odt) `0.9.6-2` - E-Book formats to OpenDocument converter_ -- ![](grey.png) _[gnumeric](https://packages.debian.org/buster/gnumeric) `1.12.44-1` - spreadsheet application for GNOME - main program_ -- ![](grey.png) _[gromit](https://packages.debian.org/buster/gromit) `20041213-9+b2` - GTK based tool to make annotations on screen_ -- ![](grey.png) _[impressive](https://packages.debian.org/buster/impressive) `0.12.0-2` - PDF presentation tool with eye candies_ -- ![](grey.png) _[karbon](https://packages.debian.org/buster/karbon) `1:3.1.0+dfsg-5` - vector graphics application for the Calligra Suite_ -- ![](grey.png) _[key2odp](https://packages.debian.org/buster/key2odp) `0.9.6-2` - Keynote to OpenDocument converter_ -- ![](grey.png) _[libreoffice-dmaths](https://packages.debian.org/buster/libreoffice-dmaths) `4.4.0.0+dfsg1-1` - Formula editing plug-in for LibreOffice Writer_ -- ![](grey.png) _[libreoffice-math](https://packages.debian.org/buster/libreoffice-math) `1:6.1.5-3+deb10u6` - office productivity suite -- equation editor_ -- ![](grey.png) _[libreoffice-style-sifr](https://packages.debian.org/buster/libreoffice-style-sifr) `1:6.1.5-3+deb10u6` - office productivity suite -- Sifr symbol style_ -- ![](grey.png) _[lyx](https://packages.debian.org/buster/lyx) `2.3.2-1` - document processor_ -- ![](grey.png) _[python3-uno](https://packages.debian.org/buster/python3-uno) `1:6.1.5-3+deb10u6` - Python-UNO bridge_ -- ![](grey.png) _[retext](https://packages.debian.org/buster/retext) `7.0.4-1` - Simple text editor for Markdown and reStructuredText_ -- ![](grey.png) _[scribus](https://packages.debian.org/buster/scribus) `1.4.8+dfsg-1` - Open Source Desktop Page Layout - stable branch_ -- ![](grey.png) _[scribus-template](https://packages.debian.org/buster/scribus-template) `1.2.4.1-2` - additional scribus templates_ -- ![](grey.png) _[sozi](https://packages.debian.org/buster/sozi) `12.05-1.1` - inkscape extension for creating animated presentations_ -- ![](grey.png) _[spotlighter](https://packages.debian.org/buster/spotlighter) `0.3-1.1+b2` - gtk interface to make annotations on the screen_ -- ![](grey.png) _[tpp](https://packages.debian.org/buster/tpp) `1.3.1-7` - text presentation program_ -- ![](grey.png) _[unoconv](https://packages.debian.org/buster/unoconv) `0.7-1.1` - converter between LibreOffice document formats_ -- ![](green.png) [lightning](https://packages.debian.org/buster/lightning) `1:78.5.1-1~deb10u1` - Calendar Extension for Thunderbird - Transitional package -- ![](green.png) [lightning-l10n-fr](https://packages.debian.org/buster/lightning-l10n-fr) `1:78.5.1-1~deb10u1` - French language package for lightning - Transitional package -- ![](grey.png) _[pycarddav](https://packages.debian.org/buster/pycarddav) `0.7.0-1` - simple to use CardDAV CLI client_ -- ![](grey.png) _[gnome-calendar](https://packages.debian.org/buster/gnome-calendar) `3.30.1-2` - Calendar application for GNOME_ -- ![](grey.png) _[evolution-data-server](https://packages.debian.org/buster/evolution-data-server) `3.30.5-1+deb10u1` - evolution database backend server_ -- ![](grey.png) _[abook](https://packages.debian.org/buster/abook) `0.6.1-1+b2` - text-based ncurses address book application_ -- ![](grey.png) _[orage](https://packages.debian.org/buster/orage) `4.12.1-6` - Calendar for Xfce Desktop Environment_ +- ![](green.png) [libreoffice-writer](https://packages.debian.org/bullseye/libreoffice-writer) `1:7.0.4-4+deb11u1` - office productivity suite -- word processor +- ![](green.png) [libreoffice-impress](https://packages.debian.org/bullseye/libreoffice-impress) `1:7.0.4-4+deb11u1` - office productivity suite -- presentation +- ![](green.png) [libreoffice-draw](https://packages.debian.org/bullseye/libreoffice-draw) `1:7.0.4-4+deb11u1` - office productivity suite -- drawing +- ![](green.png) [libreoffice-calc](https://packages.debian.org/bullseye/libreoffice-calc) `1:7.0.4-4+deb11u1` - office productivity suite -- spreadsheet +- ![](green.png) [libreoffice-base](https://packages.debian.org/bullseye/libreoffice-base) `1:7.0.4-4+deb11u1` - office productivity suite -- database +- ![](green.png) [libreoffice-gtk3](https://packages.debian.org/bullseye/libreoffice-gtk3) `1:7.0.4-4+deb11u1` - office productivity suite -- GTK+ 3 integration +- ![](green.png) [libreoffice-java-common](https://packages.debian.org/bullseye/libreoffice-java-common) `1:7.0.4-4+deb11u1` - office productivity suite -- arch-independent Java support files +- ![](green.png) [libreoffice-gnome](https://packages.debian.org/bullseye/libreoffice-gnome) `1:7.0.4-4+deb11u1` - office productivity suite -- GNOME integration +- ![](green.png) [libreoffice-avmedia-backend-gstreamer](https://packages.debian.org/bullseye/libreoffice-avmedia-backend-gstreamer) `1:7.0.4-4+deb11u1` - transitional package for GStreamer backend for LibreOffice +- ![](green.png) [libwmf-bin](https://packages.debian.org/bullseye/libwmf-bin) `0.2.8.4-17` - Windows metafile conversion tools +- ![](green.png) [hyphen-fr](https://packages.debian.org/bullseye/hyphen-fr) `1:7.1.0~rc3-3` - French hyphenation patterns +- ![](green.png) [libreoffice-l10n-fr](https://packages.debian.org/bullseye/libreoffice-l10n-fr) `1:7.0.4-4+deb11u1` - office productivity suite -- French language package +- ![](green.png) [mythes-fr](https://packages.debian.org/bullseye/mythes-fr) `1:7.1.0~rc3-3` - French Thesaurus for LibreOffice +- ![](green.png) [libreoffice-help-fr](https://packages.debian.org/bullseye/libreoffice-help-fr) `1:7.0.4-4+deb11u1` - office productivity suite -- French help +- ![](grey.png) _[abiword](https://packages.debian.org/bullseye/abiword) `3.0.4~dfsg-3` - efficient, featureful word processor with collaboration_ +- ![](grey.png) _[calligraplan](https://packages.debian.org/bullseye/calligraplan) `1:3.3.0-1` - integrated project management and planning tool_ +- ![](grey.png) _[calligrasheets](https://packages.debian.org/bullseye/calligrasheets) `1:3.2.1+dfsg-2+b5` - spreadsheet for the Calligra Suite_ +- ![](grey.png) _[calligrastage](https://packages.debian.org/bullseye/calligrastage) `1:3.2.1+dfsg-2+b5` - presentation program for the Calligra Suite_ +- ![](grey.png) _[calligrawords](https://packages.debian.org/bullseye/calligrawords) `1:3.2.1+dfsg-2+b5` - word processor for the Calligra Suite_ +- ![](grey.png) _[dia](https://packages.debian.org/bullseye/dia) `0.97.3+git20160930-9` - Diagram editor_ +- ![](grey.png) _[ebook2odt](https://packages.debian.org/bullseye/ebook2odt) `0.9.6-2` - E-Book formats to OpenDocument converter_ +- ![](grey.png) _[gnumeric](https://packages.debian.org/bullseye/gnumeric) `1.12.48-1+b2` - spreadsheet application for GNOME - main program_ +- ![](grey.png) _[gromit](https://packages.debian.org/bullseye/gromit) `20041213-9+b2` - GTK based tool to make annotations on screen_ +- ![](grey.png) _[impressive](https://packages.debian.org/bullseye/impressive) `0.13.0~beta2-1` - PDF presentation tool with eye candies_ +- ![](grey.png) _[karbon](https://packages.debian.org/bullseye/karbon) `1:3.2.1+dfsg-2+b5` - vector graphics application for the Calligra Suite_ +- ![](grey.png) _[key2odp](https://packages.debian.org/bullseye/key2odp) `0.9.6-2` - Keynote to OpenDocument converter_ +- ![](grey.png) _[libreoffice-dmaths](https://packages.debian.org/bullseye/libreoffice-dmaths) `4.4.0.0+dfsg1-1` - Formula editing plug-in for LibreOffice Writer_ +- ![](grey.png) _[libreoffice-math](https://packages.debian.org/bullseye/libreoffice-math) `1:7.0.4-4+deb11u1` - office productivity suite -- equation editor_ +- ![](grey.png) _[libreoffice-style-sifr](https://packages.debian.org/bullseye/libreoffice-style-sifr) `1:7.0.4-4+deb11u1` - office productivity suite -- Sifr symbol style_ +- ![](grey.png) _[lyx](https://packages.debian.org/bullseye/lyx) `2.3.6-1` - document processor_ +- ![](grey.png) _[python3-uno](https://packages.debian.org/bullseye/python3-uno) `1:7.0.4-4+deb11u1` - Python-UNO bridge_ +- ![](grey.png) _[retext](https://packages.debian.org/bullseye/retext) `7.2.1-3` - Simple text editor for Markdown and reStructuredText_ +- ![](grey.png) _[scribus](https://packages.debian.org/bullseye/scribus) `1.5.6.1+dfsg-2` - Open Source Desktop Page Layout_ +- ![](grey.png) _[scribus-template](https://packages.debian.org/bullseye/scribus-template) `1.2.4.1-3` - additional scribus templates_ +- ![](grey.png) _[spotlighter](https://packages.debian.org/bullseye/spotlighter) `0.3-1.1+b2` - gtk interface to make annotations on the screen_ +- ![](grey.png) _[tpp](https://packages.debian.org/bullseye/tpp) `1.3.1-8` - text presentation program_ +- ![](grey.png) _[unoconv](https://packages.debian.org/bullseye/unoconv) `0.7-2` - converter between LibreOffice document formats_ +- ![](grey.png) _[plume-creator](https://packages.debian.org/bullseye/plume-creator) `0.66+dfsg1-3.2` - open-source tool for novelists_ +- ![](green.png) [lightning](https://packages.debian.org/bullseye/lightning) `1:78.14.0-1~deb11u1` - Calendar Extension for Thunderbird - Transitional package +- ![](grey.png) _[gnome-calendar](https://packages.debian.org/bullseye/gnome-calendar) `3.38.2-1` - Calendar application for GNOME_ +- ![](grey.png) _[evolution-data-server](https://packages.debian.org/bullseye/evolution-data-server) `3.38.3-1` - evolution database backend server_ +- ![](grey.png) _[abook](https://packages.debian.org/bullseye/abook) `0.6.1-1+b3` - text-based ncurses address book application_ #### Personal finance - + -**[homebank](https://packages.debian.org/buster/homebank)** - Manage your personal accounts at home +**[homebank](https://packages.debian.org/bullseye/homebank)** - Manage your personal accounts at home HomeBank is a fast, simple and easy to use program to manage your personal @@ -93,17 +87,17 @@ ----------------------- -- ![](green.png) [homebank](https://packages.debian.org/buster/homebank) `5.2.2-1` - Manage your personal accounts at home -- ![](grey.png) _[gnucash](https://packages.debian.org/buster/gnucash) `1:3.4-1+b10` - personal and small-business financial-accounting software_ -- ![](grey.png) _[grisbi](https://packages.debian.org/buster/grisbi) `1.2.2-1` - personal finance management program_ +- ![](green.png) [homebank](https://packages.debian.org/bullseye/homebank) `5.5.2-1` - Manage your personal accounts at home +- ![](grey.png) _[gnucash](https://packages.debian.org/bullseye/gnucash) `1:4.4-1` - personal and small-business financial-accounting software_ +- ![](grey.png) _[grisbi](https://packages.debian.org/bullseye/grisbi) `2.0.3-1` - personal finance management program_ #### Document viewers - + -**[evince](https://packages.debian.org/buster/evince)** - Document (PostScript, PDF) viewer +**[evince](https://packages.debian.org/bullseye/evince)** - Document (PostScript, PDF) viewer Evince is a simple multi-page document viewer. It can display and print @@ -118,27 +112,26 @@ ----------------------- -- ![](green.png) [evince](https://packages.debian.org/buster/evince) `3.30.2-3+deb10u1` - Document (PostScript, PDF) viewer -- ![](grey.png) _[mupdf](https://packages.debian.org/buster/mupdf) `1.14.0+ds1-4+deb10u2` - lightweight PDF viewer_ -- ![](grey.png) _[apvlv](https://packages.debian.org/buster/apvlv) `0.1.5+dfsg-3` - PDF viewer with Vim-like behaviour_ -- ![](grey.png) _[xpdf](https://packages.debian.org/buster/xpdf) `3.04-13` - Portable Document Format (PDF) reader_ -- ![](grey.png) _[calibre](https://packages.debian.org/buster/calibre) `3.39.1+dfsg-3` - powerful and easy to use e-book manager_ -- ![](grey.png) _[zathura](https://packages.debian.org/buster/zathura) `0.4.3-1` - document viewer with a minimalistic interface_ -- ![](grey.png) _[fbreader](https://packages.debian.org/buster/fbreader) `0.12.10dfsg2-3` - e-book reader_ -- ![](grey.png) _[yelp](https://packages.debian.org/buster/yelp) `3.31.90-1` - Help browser for GNOME_ -- ![](grey.png) _[xchm](https://packages.debian.org/buster/xchm) `2:1.23-3` - Compiled HTML Help (CHM) file viewer for X_ +- ![](green.png) [evince](https://packages.debian.org/bullseye/evince) `3.38.2-1` - Document (PostScript, PDF) viewer +- ![](grey.png) _[mupdf](https://packages.debian.org/bullseye/mupdf) `1.17.0+ds1-2` - lightweight PDF viewer_ +- ![](grey.png) _[apvlv](https://packages.debian.org/bullseye/apvlv) `0.2.0-1` - PDF viewer with Vim-like behaviour_ +- ![](grey.png) _[xpdf](https://packages.debian.org/bullseye/xpdf) `3.04+git20210103-3` - Motif-based PDF reader using the Poppler library_ +- ![](grey.png) _[calibre](https://packages.debian.org/bullseye/calibre) `5.12.0+dfsg-1` - powerful and easy to use e-book manager_ +- ![](grey.png) _[zathura](https://packages.debian.org/bullseye/zathura) `0.4.7-1` - document viewer with a minimalistic interface_ +- ![](grey.png) _[fbreader](https://packages.debian.org/bullseye/fbreader) `0.12.10dfsg2-4` - e-book reader_ +- ![](grey.png) _[yelp](https://packages.debian.org/bullseye/yelp) `3.38.3-1` - Help browser for GNOME_ +- ![](grey.png) _[xchm](https://packages.debian.org/bullseye/xchm) `2:1.31-2` - Compiled HTML Help (CHM) file viewer for X_ #### E-book -- ![](grey.png) _[calibre](https://packages.debian.org/buster/calibre) `3.39.1+dfsg-3` - powerful and easy to use e-book manager_ -- ![](grey.png) _[cdcat](https://packages.debian.org/buster/cdcat) `1.8-1+b2` - media catalog program_ +- ![](grey.png) _[calibre](https://packages.debian.org/bullseye/calibre) `5.12.0+dfsg-1` - powerful and easy to use e-book manager_ #### PDF editor/utilities - + -**[pdfchain](https://packages.debian.org/buster/pdfchain)** - graphical user interface for the PDF Tool Kit +**[pdfchain](https://packages.debian.org/bullseye/pdfchain)** - graphical user interface for the PDF Tool Kit The package includes features designed to handle PDF files in a easy @@ -150,57 +143,56 @@ ----------------------- -- ![](green.png) [pdfchain](https://packages.debian.org/buster/pdfchain) `1:0.4.4.2-1+deb10u1` - graphical user interface for the PDF Tool Kit -- ![](green.png) [pdfgrep](https://packages.debian.org/buster/pdfgrep) `2.1.2-1` - search in pdf files for strings matching a regular expression -- ![](green.png) [poppler-utils](https://packages.debian.org/buster/poppler-utils) `0.71.0-5` - PDF utilities (based on Poppler) -- ![](grey.png) _[qpdf](https://packages.debian.org/buster/qpdf) `8.4.0-2` - tools for transforming and inspecting PDF files_ -- ![](grey.png) _[pdfmod](https://packages.debian.org/buster/pdfmod) `0.9.1-8.1` - simple tool for modifying PDF documents_ -- ![](grey.png) _[pdfshuffler](https://packages.debian.org/buster/pdfshuffler) `1.1.1-1` - merge, split and re-arrange PDF documents - transitional package_ -- ![](grey.png) _[pdftk](https://packages.debian.org/buster/pdftk) `2.02-5` - transitional package for pdftk, a tool for manipulating PDF documents_ -- ![](grey.png) _[pdfcrack](https://packages.debian.org/buster/pdfcrack) `0.16-3` - PDF files password cracker_ -- ![](grey.png) _[diffpdf](https://packages.debian.org/buster/diffpdf) `2.1.3-1.2` - compare two PDF files textually or visually_ -- ![](grey.png) _[comparepdf](https://packages.debian.org/buster/comparepdf) `1.0.1-1.1` - command line tool for comparing two PDF files_ -- ![](grey.png) _[enscript](https://packages.debian.org/buster/enscript) `1.6.5.90-3` - converts text to Postscript, HTML or RTF with syntax highlighting_ -- ![](grey.png) _[html2text](https://packages.debian.org/buster/html2text) `1.3.2a-24` - advanced HTML to text converter_ -- ![](grey.png) _[python-html2text](https://packages.debian.org/buster/python-html2text) `2018.1.9-1` - Python module for converting HTML to Markdown text_ -- ![](grey.png) _[chm2pdf](https://packages.debian.org/buster/chm2pdf) `0.9.1-1.2` - A Python script that converts CHM files into PDF files_ +- ![](green.png) [pdfchain](https://packages.debian.org/bullseye/pdfchain) `1:0.4.4.2-2` - graphical user interface for the PDF Tool Kit +- ![](green.png) [pdfgrep](https://packages.debian.org/bullseye/pdfgrep) `2.1.2-1` - search in pdf files for strings matching a regular expression +- ![](green.png) [poppler-utils](https://packages.debian.org/bullseye/poppler-utils) `20.09.0-3.1` - PDF utilities (based on Poppler) +- ![](grey.png) _[qpdf](https://packages.debian.org/bullseye/qpdf) `10.1.0-1` - tools for transforming and inspecting PDF files_ +- ![](grey.png) _[pdfmod](https://packages.debian.org/bullseye/pdfmod) `0.9.1-8.2` - simple tool for modifying PDF documents_ +- ![](grey.png) _[pdfshuffler](https://packages.debian.org/bullseye/pdfshuffler) `1.6.2-1` - merge, split and re-arrange PDF documents - transitional package_ +- ![](grey.png) _[pdftk](https://packages.debian.org/bullseye/pdftk) `2.02-5+b1` - transitional package for pdftk, a tool for manipulating PDF documents_ +- ![](grey.png) _[pdfcrack](https://packages.debian.org/bullseye/pdfcrack) `0.19-2` - PDF files password cracker_ +- ![](grey.png) _[diffpdf](https://packages.debian.org/bullseye/diffpdf) `2.1.3-2` - compare two PDF files textually or visually_ +- ![](grey.png) _[comparepdf](https://packages.debian.org/bullseye/comparepdf) `1.0.1-1.1+b1` - command line tool for comparing two PDF files_ +- ![](grey.png) _[enscript](https://packages.debian.org/bullseye/enscript) `1.6.5.90-3+b1` - converts text to Postscript, HTML or RTF with syntax highlighting_ +- ![](grey.png) _[html2text](https://packages.debian.org/bullseye/html2text) `1.3.2a-28` - advanced HTML to text converter_ +- ![](grey.png) _[pdfarranger](https://packages.debian.org/bullseye/pdfarranger) `1.6.2-1` - merge, split and re-arrange pages from PDF documents_ +- ![](grey.png) _[pdfproctools](https://packages.debian.org/bullseye/pdfproctools) `1.8.6~rc2-1` - PDF Processing Tools_ #### Tasks/Personal information management -- ![](grey.png) _[osmo](https://packages.debian.org/buster/osmo) `0.4.2-2` - personal organizer for GTK+_ -- ![](grey.png) _[zim](https://packages.debian.org/buster/zim) `0.68-1` - graphical text editor based on wiki technologies_ -- ![](grey.png) _[tasque](https://packages.debian.org/buster/tasque) `0.1.12-4.1` - simple task management application_ -- ![](grey.png) _[gtg](https://packages.debian.org/buster/gtg) `0.3.1-4` - organizer for the GNOME desktop environment_ -- ![](grey.png) _[taskcoach](https://packages.debian.org/buster/taskcoach) `1.4.4-1` - friendly task manager_ -- ![](grey.png) _[email-reminder](https://packages.debian.org/buster/email-reminder) `0.7.8-5` - Send event reminders by email_ -- ![](grey.png) _[todotxt-cli](https://packages.debian.org/buster/todotxt-cli) `2.11.0-2` - simple and extensible shell script for managing todo.txt file_ -- ![](grey.png) _[lifeograph](https://packages.debian.org/buster/lifeograph) `1.5.1.1-1` - Private digital diary_ -- ![](grey.png) _[tudu](https://packages.debian.org/buster/tudu) `0.10.2-1+b1` - Command line hierarchical ToDo list_ -- ![](grey.png) _[tina](https://packages.debian.org/buster/tina) `0.1.12-3` - text-based personal information manager_ -- ![](grey.png) _[taskwarrior](https://packages.debian.org/buster/taskwarrior) `2.5.1+dfsg-7` - feature-rich console based todo list manager_ -- ![](grey.png) _[vit](https://packages.debian.org/buster/vit) `1.3~beta1-3` - full-screen terminal interface for Taskwarrior_ -- ![](grey.png) _[w2do](https://packages.debian.org/buster/w2do) `2.3.1-8` - simple text-based todo manager_ -- ![](grey.png) _[devtodo](https://packages.debian.org/buster/devtodo) `0.1.20-6.1+b1` - hierarchical, prioritised todo list manager_ -- ![](grey.png) _[gnome-todo](https://packages.debian.org/buster/gnome-todo) `3.28.1-2` - minimalistic personal task manager designed to fit GNOME desktop_ -- ![](grey.png) _[bijiben](https://packages.debian.org/buster/bijiben) `3.30.3-2` - intuitive note editor integrated with GNOME 3_ -- ![](grey.png) _[wyrd](https://packages.debian.org/buster/wyrd) `1.4.6-4+b2` - text-based calendar application_ -- ![](grey.png) _[calcurse](https://packages.debian.org/buster/calcurse) `4.3.0-2.1` - text-based calendar and todo manager_ -- ![](grey.png) _[gnome-contacts](https://packages.debian.org/buster/gnome-contacts) `3.30.2-1` - Contacts manager for GNOME_ -- ![](grey.png) _[gnome-documents](https://packages.debian.org/buster/gnome-documents) `3.31.92-1` - Document manager for GNOME_ -- ![](grey.png) _[khal](https://packages.debian.org/buster/khal) `1:0.9.10-1.1` - Standards based CLI and terminal calendar program_ -- ![](grey.png) _[treesheets](https://packages.debian.org/buster/treesheets) `1:1.0.0-1` - Data organizer that covers spreadsheets, mind mappers, and small databases_ -- ![](grey.png) _[hnb](https://packages.debian.org/buster/hnb) `1.9.18+ds1-2+b1` - hierarchical notebook_ -- ![](grey.png) _[etm](https://packages.debian.org/buster/etm) `3.2.30-1` - manages events and tasks using simple text files_ -- ![](grey.png) _[keepnote](https://packages.debian.org/buster/keepnote) `0.7.8-1.1` - cross-platform note-taking and organization application_ -- ![](grey.png) _[almanah](https://packages.debian.org/buster/almanah) `0.11.1-2+b1` - Application to ease management of a personal diary_ -- ![](grey.png) _[nixnote2](https://packages.debian.org/buster/nixnote2) `2.1.2-1` - Open Source Evernote client_ +- ![](grey.png) _[osmo](https://packages.debian.org/bullseye/osmo) `0.4.4-1` - personal organizer for GTK+_ +- ![](grey.png) _[zim](https://packages.debian.org/bullseye/zim) `0.73.5-1` - graphical text editor based on wiki technologies_ +- ![](grey.png) _[tasque](https://packages.debian.org/bullseye/tasque) `0.1.12-4.1` - simple task management application_ +- ![](grey.png) _[gnote](https://packages.debian.org/bullseye/gnote) `3.38.0-1` - desktop note taking program using Wiki style links_ +- ![](grey.png) _[email-reminder](https://packages.debian.org/bullseye/email-reminder) `0.8.1-3` - Send event reminders by email_ +- ![](grey.png) _[todotxt-cli](https://packages.debian.org/bullseye/todotxt-cli) `2.11.0-2` - simple and extensible shell script for managing todo.txt file_ +- ![](grey.png) _[lifeograph](https://packages.debian.org/bullseye/lifeograph) `2.0.0-2` - Private digital diary_ +- ![](grey.png) _[tudu](https://packages.debian.org/bullseye/tudu) `0.10.4-1` - Command line hierarchical ToDo list_ +- ![](grey.png) _[tina](https://packages.debian.org/bullseye/tina) `0.1.12-3` - text-based personal information manager_ +- ![](grey.png) _[taskwarrior](https://packages.debian.org/bullseye/taskwarrior) `2.5.3+dfsg-4` - feature-rich console based todo list manager_ +- ![](grey.png) _[vit](https://packages.debian.org/bullseye/vit) `2.0.0-3` - full-screen terminal interface for Taskwarrior_ +- ![](grey.png) _[w2do](https://packages.debian.org/bullseye/w2do) `2.3.1-8` - simple text-based todo manager_ +- ![](grey.png) _[devtodo](https://packages.debian.org/bullseye/devtodo) `0.1.20+git20200830.0ad52b0-1` - hierarchical, prioritised todo list manager_ +- ![](grey.png) _[gnome-todo](https://packages.debian.org/bullseye/gnome-todo) `3.28.1-6` - minimalistic personal task manager designed to fit GNOME desktop_ +- ![](grey.png) _[bijiben](https://packages.debian.org/bullseye/bijiben) `3.38.0-1+b1` - intuitive note editor integrated with GNOME 3_ +- ![](grey.png) _[wyrd](https://packages.debian.org/bullseye/wyrd) `1.4.6-6` - text-based calendar application_ +- ![](grey.png) _[calcurse](https://packages.debian.org/bullseye/calcurse) `4.6.0-2` - text-based calendar and todo manager_ +- ![](grey.png) _[gnome-contacts](https://packages.debian.org/bullseye/gnome-contacts) `3.38.1-1+b1` - Contacts manager for GNOME_ +- ![](grey.png) _[gnome-documents](https://packages.debian.org/bullseye/gnome-documents) `3.34.0-2` - Document manager for GNOME_ +- ![](grey.png) _[khal](https://packages.debian.org/bullseye/khal) `1:0.10.3-1` - Standards based CLI and terminal calendar program_ +- ![](grey.png) _[treesheets](https://packages.debian.org/bullseye/treesheets) `1:1.0.2-1` - Data organizer that covers spreadsheets, mind mappers, and small databases_ +- ![](grey.png) _[hnb](https://packages.debian.org/bullseye/hnb) `1.9.18+ds1-3` - hierarchical notebook_ +- ![](grey.png) _[etm](https://packages.debian.org/bullseye/etm) `3.2.30-1.1` - manages events and tasks using simple text files_ +- ![](grey.png) _[almanah](https://packages.debian.org/bullseye/almanah) `0.12.3-1` - Application to ease management of a personal diary_ +- ![](grey.png) _[nixnote2](https://packages.debian.org/bullseye/nixnote2) `2.1.6+dfsg1-1` - Open Source Evernote client_ +- ![](grey.png) _[cherrytree](https://packages.debian.org/bullseye/cherrytree) `0.99.30+dfsg-1` - hierarchical note taking application_ #### Image scanning - + -**[simple-scan](https://packages.debian.org/buster/simple-scan)** - Simple Scanning Utility +**[simple-scan](https://packages.debian.org/bullseye/simple-scan)** - Simple Scanning Utility Simple Scan is an easy-to-use application, designed to let users @@ -212,26 +204,27 @@ ----------------------- -- ![](green.png) [simple-scan](https://packages.debian.org/buster/simple-scan) `3.30.1.1-1+b1` - Simple Scanning Utility -- ![](green.png) [imagemagick](https://packages.debian.org/buster/imagemagick) `8:6.9.10.23+dfsg-2.1+deb10u1` - image manipulation programs -- binaries -- ![](green.png) [sane-utils](https://packages.debian.org/buster/sane-utils) `1.0.27-3.2` - API library for scanners -- utilities -- ![](grey.png) _[scanbd](https://packages.debian.org/buster/scanbd) `1.5.1-4` - Scanner button daemon_ -- ![](grey.png) _[xsane](https://packages.debian.org/buster/xsane) `0.999-6+b1` - featureful graphical frontend for SANE (Scanner Access Now Easy)_ +- ![](green.png) [simple-scan](https://packages.debian.org/bullseye/simple-scan) `3.38.1-1` - Simple Scanning Utility +- ![](green.png) [imagemagick](https://packages.debian.org/bullseye/imagemagick) `8:6.9.11.60+dfsg-1.3` - image manipulation programs -- binaries +- ![](green.png) [sane-utils](https://packages.debian.org/bullseye/sane-utils) `1.0.31-4.1` - API library for scanners -- utilities +- ![](grey.png) _[scanbd](https://packages.debian.org/bullseye/scanbd) `1.5.1-6` - Scanner button daemon_ +- ![](grey.png) _[xsane](https://packages.debian.org/bullseye/xsane) `0.999-10` - featureful graphical frontend for SANE (Scanner Access Now Easy)_ #### Optical Character Recognition (OCR) -- ![](grey.png) _[ocrfeeder](https://packages.debian.org/buster/ocrfeeder) `0.8.1-4` - Document layout analysis and optical character recognition system_ -- ![](grey.png) _[tesseract-ocr-fra](https://packages.debian.org/buster/tesseract-ocr-fra) `1:4.00~git30-7274cfa-1` - tesseract-ocr language files for French_ -- ![](grey.png) _[unpaper](https://packages.debian.org/buster/unpaper) `6.1-2+b2` - post-processing tool for scanned pages_ -- ![](grey.png) _[yagf](https://packages.debian.org/buster/yagf) `0.9.3.2-1+b1` - graphical interface for cuneiform and tesseract_ -- ![](grey.png) _[ocrad](https://packages.debian.org/buster/ocrad) `0.27-2` - optical character recognition program_ +- ![](grey.png) _[paperwork-gtk](https://packages.debian.org/bullseye/paperwork-gtk) `1.3.1-3` - Paperwork is a personal document manager - GTK3 frontend_ +- ![](grey.png) _[ocrfeeder](https://packages.debian.org/bullseye/ocrfeeder) `0.8.3-3` - Document layout analysis and optical character recognition system_ +- ![](grey.png) _[tesseract-ocr-fra](https://packages.debian.org/bullseye/tesseract-ocr-fra) `1:4.00~git30-7274cfa-1.1` - tesseract-ocr language files for French_ +- ![](grey.png) _[unpaper](https://packages.debian.org/bullseye/unpaper) `6.1-2+b2` - post-processing tool for scanned pages_ +- ![](grey.png) _[yagf](https://packages.debian.org/bullseye/yagf) `0.9.5+repack1-1` - graphical interface for cuneiform and tesseract_ +- ![](grey.png) _[ocrad](https://packages.debian.org/bullseye/ocrad) `0.27-2` - optical character recognition program_ #### Printing - + -**[system-config-printer](https://packages.debian.org/buster/system-config-printer)** - graphical interface to configure the printing system +**[system-config-printer](https://packages.debian.org/bullseye/system-config-printer)** - graphical interface to configure the printing system System-config-printer is a GUI written in Python using GTK+ to @@ -244,27 +237,27 @@ ----------------------- -- ![](green.png) [cups](https://packages.debian.org/buster/cups) `2.2.10-6+deb10u4` - Common UNIX Printing System(tm) - PPD/driver support, web interface -- ![](green.png) [cups-client](https://packages.debian.org/buster/cups-client) `2.2.10-6+deb10u4` - Common UNIX Printing System(tm) - client programs (SysV) -- ![](green.png) [gutenprint-locales](https://packages.debian.org/buster/gutenprint-locales) `5.3.1-7` - locale data files for Gutenprint -- ![](green.png) [cups-pk-helper](https://packages.debian.org/buster/cups-pk-helper) `0.2.6-1+b1` - PolicyKit helper to configure cups with fine-grained privileges -- ![](green.png) [printer-driver-all](https://packages.debian.org/buster/printer-driver-all) `0.20170124` - printer drivers metapackage -- ![](green.png) [printer-driver-cups-pdf](https://packages.debian.org/buster/printer-driver-cups-pdf) `3.0.1-5` - printer driver for PDF writing via CUPS -- ![](green.png) [printer-driver-gutenprint](https://packages.debian.org/buster/printer-driver-gutenprint) `5.3.1-7` - printer drivers for CUPS -- ![](green.png) [system-config-printer](https://packages.debian.org/buster/system-config-printer) `1.5.11-4` - graphical interface to configure the printing system -- ![](green.png) [system-config-printer-udev](https://packages.debian.org/buster/system-config-printer-udev) `1.5.11-4` - Utilities to detect and configure printers automatically -- ![](green.png) [cups-browsed](https://packages.debian.org/buster/cups-browsed) `1.21.6-5` - OpenPrinting CUPS Filters - cups-browsed -- ![](grey.png) _[hplip-gui](https://packages.debian.org/buster/hplip-gui) `3.18.12+dfsg0-2` - HP Linux Printing and Imaging - GUI utilities (Qt-based)_ -- ![](grey.png) _[mtink](https://packages.debian.org/buster/mtink) `1.0.16-10` - Status monitor tool for Epson inkjet printers_ -- ![](grey.png) _[colord](https://packages.debian.org/buster/colord) `1.4.3-4` - system service to manage device colour profiles -- system daemon_ +- ![](green.png) [cups](https://packages.debian.org/bullseye/cups) `2.3.3op2-3+deb11u1` - Common UNIX Printing System(tm) - PPD/driver support, web interface +- ![](green.png) [cups-client](https://packages.debian.org/bullseye/cups-client) `2.3.3op2-3+deb11u1` - Common UNIX Printing System(tm) - client programs (SysV) +- ![](green.png) [gutenprint-locales](https://packages.debian.org/bullseye/gutenprint-locales) `5.3.3-5` - locale data files for Gutenprint +- ![](green.png) [cups-pk-helper](https://packages.debian.org/bullseye/cups-pk-helper) `0.2.6-1+b1` - PolicyKit helper to configure cups with fine-grained privileges +- ![](green.png) [printer-driver-all](https://packages.debian.org/bullseye/printer-driver-all) `0.20200223` - printer drivers metapackage +- ![](green.png) [printer-driver-cups-pdf](https://packages.debian.org/bullseye/printer-driver-cups-pdf) `3.0.1-9` - printer driver for PDF writing via CUPS +- ![](green.png) [printer-driver-gutenprint](https://packages.debian.org/bullseye/printer-driver-gutenprint) `5.3.3-5` - printer drivers for CUPS +- ![](green.png) [system-config-printer](https://packages.debian.org/bullseye/system-config-printer) `1.5.14-1` - graphical interface to configure the printing system +- ![](green.png) [system-config-printer-udev](https://packages.debian.org/bullseye/system-config-printer-udev) `1.5.14-1` - Utilities to detect and configure printers automatically +- ![](green.png) [cups-browsed](https://packages.debian.org/bullseye/cups-browsed) `1.28.7-1` - OpenPrinting CUPS Filters - cups-browsed +- ![](grey.png) _[hplip-gui](https://packages.debian.org/bullseye/hplip-gui) `3.21.2+dfsg1-2` - HP Linux Printing and Imaging - GUI utilities (Qt-based)_ +- ![](grey.png) _[mtink](https://packages.debian.org/bullseye/mtink) `1.0.16-11` - Status monitor tool for Epson inkjet printers_ +- ![](grey.png) _[colord](https://packages.debian.org/bullseye/colord) `1.4.5-3` - system service to manage device colour profiles -- system daemon_ #### Fonts - + -**[fonts-hack-ttf](https://packages.debian.org/buster/fonts-hack-ttf)** - Hack TrueType fonts (transitional package for fonts-hack) +**[fonts-hack-ttf](https://packages.debian.org/bullseye/fonts-hack-ttf)** - Hack TrueType fonts (transitional package for fonts-hack) This package used to contain the TTF variants of the Hack font, which @@ -275,55 +268,54 @@ ----------------------- -- ![](green.png) [fonts-pecita](https://packages.debian.org/buster/fonts-pecita) `5.4-1` - OpenType hand-written font whose letters are connected -- ![](green.png) [fonts-beteckna](https://packages.debian.org/buster/fonts-beteckna) `0.5-2` - geometric Futura-like sans-serif TrueType font -- ![](green.png) [fonts-breip](https://packages.debian.org/buster/fonts-breip) `1:0.5.1-1` - informal handwriting font -- ![](green.png) [fonts-cantarell](https://packages.debian.org/buster/fonts-cantarell) `0.111-2` - sans serif font family designed for on-screen readability -- ![](green.png) [fonts-inconsolata](https://packages.debian.org/buster/fonts-inconsolata) `001.010-5` - monospace font for pretty code listings and for the terminal -- ![](green.png) [fonts-junicode](https://packages.debian.org/buster/fonts-junicode) `1.001-2` - Unicode font for medievalists (Latin, IPA and Runic) -- ![](green.png) [fonts-jura](https://packages.debian.org/buster/fonts-jura) `5.103-1` - monospaced, sans-serif font -- ![](green.png) [fonts-liberation](https://packages.debian.org/buster/fonts-liberation) `1:1.07.4-9` - Fonts with the same metrics as Times, Arial and Courier -- ![](green.png) [fonts-dustin](https://packages.debian.org/buster/fonts-dustin) `20030517-13` - various TrueType fonts from dustismo.com -- ![](green.png) [fonts-levien-museum](https://packages.debian.org/buster/fonts-levien-museum) `001.002-4` - metal Centaur fonts revival family -- ![](green.png) [fonts-opendin](https://packages.debian.org/buster/fonts-opendin) `1.0-2` - Open DIN font -- ![](green.png) [fonts-play](https://packages.debian.org/buster/fonts-play) `1.002+20111215.1+ds2-1` - minimalistic sans serif typeface -- ![](green.png) [fonts-prociono](https://packages.debian.org/buster/fonts-prociono) `2.3-5` - font similar to the one used for the Debian logo -- ![](green.png) [fonts-rufscript](https://packages.debian.org/buster/fonts-rufscript) `010-5` - handwriting-based font for Latin characters -- ![](green.png) [fonts-sil-andika](https://packages.debian.org/buster/fonts-sil-andika) `5.000-3` - extended smart Unicode Latin/Greek font family for literacy -- ![](green.png) [fonts-sil-galatia](https://packages.debian.org/buster/fonts-sil-galatia) `2.1-5` - font family for Latin-1 and Greek (polytonic support) -- ![](green.png) [fonts-tomsontalks](https://packages.debian.org/buster/fonts-tomsontalks) `1.1-8` - comic lettering font -- ![](green.png) [fonts-sil-gentium](https://packages.debian.org/buster/fonts-sil-gentium) `20081126:1.03-2` - extended Unicode Latin font ("a typeface for the nations") -- ![](green.png) [fonts-vollkorn](https://packages.debian.org/buster/fonts-vollkorn) `4.105-1` - serif body text type -- ![](green.png) [fonts-yanone-kaffeesatz](https://packages.debian.org/buster/fonts-yanone-kaffeesatz) `0.20151005-2` - Font in four weights, reminiscent of 1920s coffee house typography -- ![](green.png) [fonts-century-catalogue](https://packages.debian.org/buster/fonts-century-catalogue) `001.001-6` - century-style font revival -- ![](green.png) [fonts-comfortaa](https://packages.debian.org/buster/fonts-comfortaa) `3.001-2` - stylish, modern true type font -- ![](green.png) [fonts-droid-fallback](https://packages.debian.org/buster/fonts-droid-fallback) `1:6.0.1r16-1.1` - handheld device font with extensive style and language support (fallback) -- ![](green.png) [fonts-ecolier-court](https://packages.debian.org/buster/fonts-ecolier-court) `1.00-5` - cursive roman font with small descenders -- ![](green.png) [fonts-f500](https://packages.debian.org/buster/fonts-f500) `1.0-8` - Wipeout 3 Font -- ![](green.png) [fonts-fanwood](https://packages.debian.org/buster/fonts-fanwood) `1.1-5` - font similar to the Fairfield font -- ![](green.png) [fonts-dancingscript](https://packages.debian.org/buster/fonts-dancingscript) `1.2-1` - lively casual script with bouncing letters and size changes -- ![](green.png) [fonts-cabinsketch](https://packages.debian.org/buster/fonts-cabinsketch) `1.02-2` - playful sister of the Cabin font family -- ![](green.png) [fonts-lobster](https://packages.debian.org/buster/fonts-lobster) `2.0-2` - bold condensed script with many ligatures and alternates -- ![](green.png) [fonts-lobstertwo](https://packages.debian.org/buster/fonts-lobstertwo) `2.0-2` - updated and improved family version of the Lobster font -- ![](green.png) [fonts-kaushanscript](https://packages.debian.org/buster/fonts-kaushanscript) `1.02-2` - script font that feels like writing quickly with an inked brush -- ![](green.png) [fonts-dosis](https://packages.debian.org/buster/fonts-dosis) `1.7-2` - very simple, rounded, sans serif font family -- ![](green.png) [fonts-cabin](https://packages.debian.org/buster/fonts-cabin) `1.5-2` - humanist sans serif font -- ![](green.png) [fonts-quattrocento](https://packages.debian.org/buster/fonts-quattrocento) `1.1-2` - classic, elegant, sober and strong Roman typeface -- ![](green.png) [fonts-lindenhill](https://packages.debian.org/buster/fonts-lindenhill) `1.2-5` - Regular and italic serif font -- ![](green.png) [fonts-ocr-a](https://packages.debian.org/buster/fonts-ocr-a) `1.0-9` - ANSI font readable by the computers of the 1960s -- ![](green.png) [fonts-ubuntu-title](https://packages.debian.org/buster/fonts-ubuntu-title) `1:0.3-2` - font used to create the Ubuntu logo (2004‒2010) -- ![](green.png) [fonts-knda](https://packages.debian.org/buster/fonts-knda) `2:1.2` - Meta package for Kannada fonts -- ![](green.png) [xfonts-terminus](https://packages.debian.org/buster/xfonts-terminus) `4.40-2` - Fixed-width fonts for fast reading -- ![](green.png) [fonts-opensymbol](https://packages.debian.org/buster/fonts-opensymbol) `2:102.10+LibO6.1.5-3+deb10u6` - OpenSymbol TrueType font -- ![](green.png) [fonts-roboto](https://packages.debian.org/buster/fonts-roboto) `2:0~20170802-3` - metapackage to pull in Roboto fonts -- ![](green.png) [fonts-averia-gwf](https://packages.debian.org/buster/fonts-averia-gwf) `1.00-3` - Avería GWF font family -- ![](green.png) [ttf-mscorefonts-installer](https://packages.debian.org/buster/ttf-mscorefonts-installer) `3.7` - Installer for Microsoft TrueType core fonts -- ![](green.png) [fonts-freefont-ttf](https://packages.debian.org/buster/fonts-freefont-ttf) `20120503-9` - Freefont Serif, Sans and Mono Truetype fonts -- ![](green.png) [fonts-hack-ttf](https://packages.debian.org/buster/fonts-hack-ttf) `3.003-2` - Hack TrueType fonts (transitional package for fonts-hack) -- ![](green.png) [fonts-crosextra-caladea](https://packages.debian.org/buster/fonts-crosextra-caladea) `20130214-2` - Serif font metric-compatible with the Cambria font -- ![](green.png) [fonts-crosextra-carlito](https://packages.debian.org/buster/fonts-crosextra-carlito) `20130920-1` - Sans-serif font metric-compatible with Calibri font -- ![](green.png) [fonts-linuxlibertine](https://packages.debian.org/buster/fonts-linuxlibertine) `5.3.0-4` - Linux Libertine family of fonts -- ![](green.png) [fonts-sil-gentium-basic](https://packages.debian.org/buster/fonts-sil-gentium-basic) `1.102-1` - smart Unicode font families (Basic and Book Basic) based on Gentium -- ![](grey.png) _[fonts-lato](https://packages.debian.org/buster/fonts-lato) `2.0-2` - sans-serif typeface family font_ -- ![](grey.png) _[fonts-open-sans](https://packages.debian.org/buster/fonts-open-sans) `1.11-1` - humanist sans serif typeface by Steve Matteson_ -- ![](grey.png) _[fonts-fork-awesome](https://packages.debian.org/buster/fonts-fork-awesome) `1.1.5+ds1-2` - fork of the iconic font and CSS toolkit_ \ No newline at end of file +- ![](green.png) [fonts-averia-gwf](https://packages.debian.org/bullseye/fonts-averia-gwf) `1.00-3.1` - Avería GWF font family +- ![](green.png) [fonts-breip](https://packages.debian.org/bullseye/fonts-breip) `1:0.5.1-3` - informal handwriting font +- ![](green.png) [fonts-cabinsketch](https://packages.debian.org/bullseye/fonts-cabinsketch) `1.02-3` - playful sister of the Cabin font family +- ![](green.png) [fonts-cantarell](https://packages.debian.org/bullseye/fonts-cantarell) `0.111-3` - sans serif font family designed for on-screen readability +- ![](green.png) [fonts-century-catalogue](https://packages.debian.org/bullseye/fonts-century-catalogue) `001.001-7` - century-style font revival +- ![](green.png) [fonts-crosextra-caladea](https://packages.debian.org/bullseye/fonts-crosextra-caladea) `20130214-2.1` - Serif font metric-compatible with the Cambria font +- ![](green.png) [fonts-dancingscript](https://packages.debian.org/bullseye/fonts-dancingscript) `1.2-2` - lively casual script with bouncing letters and size changes +- ![](green.png) [fonts-dosis](https://packages.debian.org/bullseye/fonts-dosis) `1.7-3` - very simple, rounded, sans serif font family +- ![](green.png) [fonts-droid-fallback](https://packages.debian.org/bullseye/fonts-droid-fallback) `1:6.0.1r16-1.1` - handheld device font with extensive style and language support (fallback) +- ![](green.png) [fonts-dustin](https://packages.debian.org/bullseye/fonts-dustin) `20030517-14` - various TrueType fonts from dustismo.com +- ![](green.png) [fonts-ecolier-court](https://packages.debian.org/bullseye/fonts-ecolier-court) `1.00-6` - cursive roman font with small descenders +- ![](green.png) [fonts-f500](https://packages.debian.org/bullseye/fonts-f500) `1.0-10` - Wipeout 3 Font +- ![](green.png) [fonts-freefont-ttf](https://packages.debian.org/bullseye/fonts-freefont-ttf) `20120503-10` - Freefont Serif, Sans and Mono Truetype fonts +- ![](green.png) [fonts-hack-ttf](https://packages.debian.org/bullseye/fonts-hack-ttf) `3.003-3` - Hack TrueType fonts (transitional package for fonts-hack) +- ![](green.png) [fonts-inconsolata](https://packages.debian.org/bullseye/fonts-inconsolata) `001.010-6` - monospace font for pretty code listings and for the terminal +- ![](green.png) [fonts-junicode](https://packages.debian.org/bullseye/fonts-junicode) `1.002-2` - Unicode font for medievalists (Latin, IPA and Runic) +- ![](green.png) [fonts-jura](https://packages.debian.org/bullseye/fonts-jura) `5.103-3` - typewrite like sans-serif font +- ![](green.png) [fonts-kaushanscript](https://packages.debian.org/bullseye/fonts-kaushanscript) `1.02-2.1` - script font that feels like writing quickly with an inked brush +- ![](green.png) [fonts-knda](https://packages.debian.org/bullseye/fonts-knda) `2:1.3` - Meta package for Kannada fonts +- ![](green.png) [fonts-levien-museum](https://packages.debian.org/bullseye/fonts-levien-museum) `001.002-5` - metal Centaur fonts revival family +- ![](green.png) [fonts-liberation](https://packages.debian.org/bullseye/fonts-liberation) `1:1.07.4-11` - Fonts with the same metrics as Times, Arial and Courier +- ![](green.png) [fonts-linuxlibertine](https://packages.debian.org/bullseye/fonts-linuxlibertine) `5.3.0-6` - Linux Libertine family of fonts +- ![](green.png) [fonts-lobster](https://packages.debian.org/bullseye/fonts-lobster) `2.0-2.1` - bold condensed script with many ligatures and alternates +- ![](green.png) [fonts-lobstertwo](https://packages.debian.org/bullseye/fonts-lobstertwo) `2.0-2.1` - updated and improved family version of the Lobster font +- ![](green.png) [fonts-ocr-a](https://packages.debian.org/bullseye/fonts-ocr-a) `1.0-10` - ANSI font readable by the computers of the 1960s +- ![](green.png) [fonts-opensymbol](https://packages.debian.org/bullseye/fonts-opensymbol) `2:102.11+LibO7.0.4-4+deb11u1` - OpenSymbol TrueType font +- ![](green.png) [fonts-roboto](https://packages.debian.org/bullseye/fonts-roboto) `2:0~20170802-3` - metapackage to pull in Roboto fonts +- ![](green.png) [fonts-rufscript](https://packages.debian.org/bullseye/fonts-rufscript) `010-6` - handwriting-based font for Latin characters +- ![](green.png) [fonts-sil-andika](https://packages.debian.org/bullseye/fonts-sil-andika) `5.000-3.1` - extended smart Unicode Latin/Greek font family for literacy +- ![](green.png) [fonts-sil-gentium-basic](https://packages.debian.org/bullseye/fonts-sil-gentium-basic) `1.102-1.1` - smart Unicode font families (Basic and Book Basic) based on Gentium +- ![](green.png) [fonts-ubuntu-title](https://packages.debian.org/bullseye/fonts-ubuntu-title) `1:0.3-2.1` - font used to create the Ubuntu logo (2004‒2010) +- ![](green.png) [ttf-mscorefonts-installer](https://packages.debian.org/bullseye/ttf-mscorefonts-installer) `3.8` - Installer for Microsoft TrueType core fonts +- ![](green.png) [xfonts-terminus](https://packages.debian.org/bullseye/xfonts-terminus) `4.48-3` - Terminus - fast reading fixed-width PCF fonts for X servers +- ![](grey.png) _[fonts-beteckna](https://packages.debian.org/bullseye/fonts-beteckna) `0.5-3` - geometric Futura-like sans-serif TrueType font_ +- ![](grey.png) _[fonts-cabin](https://packages.debian.org/bullseye/fonts-cabin) `1.5-3` - humanist sans serif font_ +- ![](grey.png) _[fonts-comfortaa](https://packages.debian.org/bullseye/fonts-comfortaa) `3.001-3` - stylish, modern true type font_ +- ![](grey.png) _[fonts-crosextra-carlito](https://packages.debian.org/bullseye/fonts-crosextra-carlito) `20130920-1.1` - Sans-serif font metric-compatible with Calibri font_ +- ![](grey.png) _[fonts-fanwood](https://packages.debian.org/bullseye/fonts-fanwood) `1.1-7` - font similar to the Fairfield font_ +- ![](grey.png) _[fonts-fork-awesome](https://packages.debian.org/bullseye/fonts-fork-awesome) `1.1.5+ds1-2` - fork of the iconic font and CSS toolkit_ +- ![](grey.png) _[fonts-lato](https://packages.debian.org/bullseye/fonts-lato) `2.0-2.1` - sans-serif typeface family font_ +- ![](grey.png) _[fonts-lindenhill](https://packages.debian.org/bullseye/fonts-lindenhill) `1.2-6` - Regular and italic serif font_ +- ![](grey.png) _[fonts-open-sans](https://packages.debian.org/bullseye/fonts-open-sans) `1.11-1.1` - humanist sans serif typeface by Steve Matteson_ +- ![](grey.png) _[fonts-opendin](https://packages.debian.org/bullseye/fonts-opendin) `1.0-4` - Open DIN font_ +- ![](grey.png) _[fonts-play](https://packages.debian.org/bullseye/fonts-play) `1.002+20150307.1-0.1` - minimalistic sans serif typeface_ +- ![](grey.png) _[fonts-prociono](https://packages.debian.org/bullseye/fonts-prociono) `2.3-6` - font similar to the one used for the Debian logo_ +- ![](grey.png) _[fonts-quattrocento](https://packages.debian.org/bullseye/fonts-quattrocento) `1.1-2.1` - classic, elegant, sober and strong Roman typeface_ +- ![](grey.png) _[fonts-sil-galatia](https://packages.debian.org/bullseye/fonts-sil-galatia) `2.1-6` - font family for Latin-1 and Greek (polytonic support)_ +- ![](grey.png) _[fonts-sil-gentium](https://packages.debian.org/bullseye/fonts-sil-gentium) `20081126:1.03-4` - extended Unicode Latin font ("a typeface for the nations")_ +- ![](grey.png) _[fonts-tomsontalks](https://packages.debian.org/bullseye/fonts-tomsontalks) `1.1-9` - comic lettering font_ +- ![](grey.png) _[fonts-vollkorn](https://packages.debian.org/bullseye/fonts-vollkorn) `4.105-2` - serif body text type_ +- ![](grey.png) _[fonts-yanone-kaffeesatz](https://packages.debian.org/bullseye/fonts-yanone-kaffeesatz) `0.20151005-3` - Font in four weights, reminiscent of 1920s coffee house typography_ \ No newline at end of file diff --git a/doc/md/packages/system.md b/doc/md/packages/system.md index 0296977..f6ce843 100644 --- a/doc/md/packages/system.md +++ b/doc/md/packages/system.md @@ -9,9 +9,9 @@ - + -**[gnome-packagekit](https://packages.debian.org/buster/gnome-packagekit)** - Graphical distribution neutral package manager for GNOME +**[gnome-packagekit](https://packages.debian.org/bullseye/gnome-packagekit)** - Graphical distribution neutral package manager for GNOME PackageKit allows performing simple software management tasks over a DBus @@ -26,9 +26,9 @@ - + -**[synaptic](https://packages.debian.org/buster/synaptic)** - Graphical package manager +**[synaptic](https://packages.debian.org/bullseye/synaptic)** - Graphical package manager Synaptic is a graphical package management tool based on GTK+ and APT. @@ -40,45 +40,45 @@ ----------------------- -- ![](green.png) [apt-listchanges](https://packages.debian.org/buster/apt-listchanges) `3.19` - package change history notification tool -- ![](green.png) [apt-transport-https](https://packages.debian.org/buster/apt-transport-https) `1.8.2.2` - transitional package for https support -- ![](green.png) [aptitude](https://packages.debian.org/buster/aptitude) `0.8.11-7` - terminal-based package manager -- ![](green.png) [debconf-utils](https://packages.debian.org/buster/debconf-utils) `1.5.71` - debconf utilities -- ![](green.png) [debian-archive-keyring](https://packages.debian.org/buster/debian-archive-keyring) `2019.1` - GnuPG archive keys of the Debian archive -- ![](green.png) [debian-keyring](https://packages.debian.org/buster/debian-keyring) `2019.02.25` - GnuPG keys of Debian Developers and Maintainers -- ![](green.png) [debsecan](https://packages.debian.org/buster/debsecan) `0.4.19` - Debian Security Analyzer -- ![](green.png) [debsums](https://packages.debian.org/buster/debsums) `2.2.3` - tool for verification of installed package files against MD5 checksums -- ![](green.png) [gnome-packagekit](https://packages.debian.org/buster/gnome-packagekit) `3.30.0-1` - Graphical distribution neutral package manager for GNOME -- ![](green.png) [packagekit](https://packages.debian.org/buster/packagekit) `1.1.12-5` - Provides a package management service -- ![](green.png) [packagekit-tools](https://packages.debian.org/buster/packagekit-tools) `1.1.12-5` - Provides PackageKit command-line tools -- ![](green.png) [reportbug](https://packages.debian.org/buster/reportbug) `7.5.3~deb10u1` - reports bugs in the Debian distribution -- ![](green.png) [software-properties-gtk](https://packages.debian.org/buster/software-properties-gtk) `0.96.20.2-2` - manage the repositories that you install software from (gtk) -- ![](green.png) [synaptic](https://packages.debian.org/buster/synaptic) `0.84.6` - Graphical package manager -- ![](green.png) [unattended-upgrades](https://packages.debian.org/buster/unattended-upgrades) `1.11.2` - automatic installation of security upgrades -- ![](green.png) [vrms](https://packages.debian.org/buster/vrms) `1.24` - virtual Richard M. Stallman -- ![](grey.png) _[appstream-generator](https://packages.debian.org/buster/appstream-generator) `0.7.7-1` - Generator for AppStream metadata_ -- ![](grey.png) _[apt-config-auto-update](https://packages.debian.org/buster/apt-config-auto-update) `2.1` - APT configuration for automatic cache updates_ -- ![](grey.png) _[apt-file](https://packages.debian.org/buster/apt-file) `3.2.2` - search for files within Debian packages (command-line interface)_ -- ![](grey.png) _[apt-forktracer](https://packages.debian.org/buster/apt-forktracer) `0.5` - utility for tracking non-official package versions_ -- ![](grey.png) _[apt-listbugs](https://packages.debian.org/buster/apt-listbugs) `0.1.28` - tool which lists critical bugs before each APT installation_ -- ![](grey.png) _[aptitude-doc-fr](https://packages.debian.org/buster/aptitude-doc-fr) `0.8.11-7` - French manual for aptitude, a terminal-based package manager_ -- ![](grey.png) _[debian-security-support](https://packages.debian.org/buster/debian-security-support) `2020.06.21~deb10u1` - Debian security support coverage checker_ -- ![](grey.png) _[deborphan](https://packages.debian.org/buster/deborphan) `1.7.31` - program that can find unused packages, e.g. libraries_ -- ![](grey.png) _[debtree](https://packages.debian.org/buster/debtree) `1.0.10+nmu1` - package dependency graphs on steroids_ -- ![](grey.png) _[gnome-software](https://packages.debian.org/buster/gnome-software) `3.30.6-5` - Software Center for GNOME_ -- ![](grey.png) _[gstreamer1.0-packagekit](https://packages.debian.org/buster/gstreamer1.0-packagekit) `1.1.12-5` - GStreamer plugin to install codecs using PackageKit_ -- ![](grey.png) _[needrestart](https://packages.debian.org/buster/needrestart) `3.4-5` - check which daemons need to be restarted after library upgrades_ -- ![](grey.png) _[packagekit-command-not-found](https://packages.debian.org/buster/packagekit-command-not-found) `1.1.12-5` - Offer to install missing programs automatically_ -- ![](grey.png) _[packagekit-gtk3-module](https://packages.debian.org/buster/packagekit-gtk3-module) `1.1.12-5` - Install fonts automatically using PackageKit_ -- ![](grey.png) _[pk-update-icon](https://packages.debian.org/buster/pk-update-icon) `1:2.0-1` - transitional dummy package for package-update-indicator_ +- ![](green.png) [apt-listchanges](https://packages.debian.org/bullseye/apt-listchanges) `3.24` - package change history notification tool +- ![](green.png) [apt-transport-https](https://packages.debian.org/bullseye/apt-transport-https) `2.2.4` - transitional package for https support +- ![](green.png) [aptitude](https://packages.debian.org/bullseye/aptitude) `0.8.13-3` - terminal-based package manager +- ![](green.png) [debconf-utils](https://packages.debian.org/bullseye/debconf-utils) `1.5.77` - debconf utilities +- ![](green.png) [debian-archive-keyring](https://packages.debian.org/bullseye/debian-archive-keyring) `2021.1.1` - GnuPG archive keys of the Debian archive +- ![](green.png) [debian-keyring](https://packages.debian.org/bullseye/debian-keyring) `2021.07.26` - GnuPG keys of Debian Developers and Maintainers +- ![](green.png) [debsecan](https://packages.debian.org/bullseye/debsecan) `0.4.20.1` - Debian Security Analyzer +- ![](green.png) [debsums](https://packages.debian.org/bullseye/debsums) `3.0.2` - tool for verification of installed package files against MD5 checksums +- ![](green.png) [gnome-packagekit](https://packages.debian.org/bullseye/gnome-packagekit) `3.32.0-2` - Graphical distribution neutral package manager for GNOME +- ![](green.png) [packagekit](https://packages.debian.org/bullseye/packagekit) `1.2.2-2` - Provides a package management service +- ![](green.png) [packagekit-tools](https://packages.debian.org/bullseye/packagekit-tools) `1.2.2-2` - Provides PackageKit command-line tools +- ![](green.png) [reportbug](https://packages.debian.org/bullseye/reportbug) `7.10.3+deb11u1` - reports bugs in the Debian distribution +- ![](green.png) [software-properties-gtk](https://packages.debian.org/bullseye/software-properties-gtk) `0.96.20.2-2.1` - manage the repositories that you install software from (gtk) +- ![](green.png) [synaptic](https://packages.debian.org/bullseye/synaptic) `0.90.2` - Graphical package manager +- ![](green.png) [unattended-upgrades](https://packages.debian.org/bullseye/unattended-upgrades) `2.8` - automatic installation of security upgrades +- ![](green.png) [vrms](https://packages.debian.org/bullseye/vrms) `1.27` - virtual Richard M. Stallman +- ![](grey.png) _[appstream-generator](https://packages.debian.org/bullseye/appstream-generator) `0.8.4-1` - Generator for AppStream metadata_ +- ![](grey.png) _[apt-config-auto-update](https://packages.debian.org/bullseye/apt-config-auto-update) `2.1+nmu1` - APT configuration for automatic cache updates_ +- ![](grey.png) _[apt-file](https://packages.debian.org/bullseye/apt-file) `3.2.2` - search for files within Debian packages (command-line interface)_ +- ![](grey.png) _[apt-forktracer](https://packages.debian.org/bullseye/apt-forktracer) `0.9` - utility for tracking non-official package versions_ +- ![](grey.png) _[apt-listbugs](https://packages.debian.org/bullseye/apt-listbugs) `0.1.35` - tool which lists critical bugs before each APT installation_ +- ![](grey.png) _[aptitude-doc-fr](https://packages.debian.org/bullseye/aptitude-doc-fr) `0.8.13-3` - French manual for aptitude, a terminal-based package manager_ +- ![](grey.png) _[debian-security-support](https://packages.debian.org/bullseye/debian-security-support) `1:11+2021.03.19` - Debian security support coverage checker_ +- ![](grey.png) _[deborphan](https://packages.debian.org/bullseye/deborphan) `1.7.33` - program that can find unused packages, e.g. libraries_ +- ![](grey.png) _[debtree](https://packages.debian.org/bullseye/debtree) `1.1.0` - package dependency graphs on steroids_ +- ![](grey.png) _[gnome-software](https://packages.debian.org/bullseye/gnome-software) `3.38.1-1` - Software Center for GNOME_ +- ![](grey.png) _[gstreamer1.0-packagekit](https://packages.debian.org/bullseye/gstreamer1.0-packagekit) `1.2.2-2` - GStreamer plugin to install codecs using PackageKit_ +- ![](grey.png) _[needrestart](https://packages.debian.org/bullseye/needrestart) `3.5-4` - check which daemons need to be restarted after library upgrades_ +- ![](grey.png) _[packagekit-command-not-found](https://packages.debian.org/bullseye/packagekit-command-not-found) `1.2.2-2` - Offer to install missing programs automatically_ +- ![](grey.png) _[packagekit-gtk3-module](https://packages.debian.org/bullseye/packagekit-gtk3-module) `1.2.2-2` - Install fonts automatically using PackageKit_ +- ![](grey.png) _[extrepo](https://packages.debian.org/bullseye/extrepo) `0.8` - External repository manager_ #### Task management/monitoring - + -**[xfce4-taskmanager](https://packages.debian.org/buster/xfce4-taskmanager)** - process manager for the Xfce4 Desktop Environment +**[xfce4-taskmanager](https://packages.debian.org/bullseye/xfce4-taskmanager)** - process manager for the Xfce4 Desktop Environment A GUI application for monitoring and controlling running processes, @@ -89,77 +89,74 @@ ----------------------- -- ![](green.png) [xfce4-taskmanager](https://packages.debian.org/buster/xfce4-taskmanager) `1.2.2-1` - process manager for the Xfce4 Desktop Environment -- ![](green.png) [htop](https://packages.debian.org/buster/htop) `2.2.0-1+b1` - interactive processes viewer -- ![](green.png) [iotop](https://packages.debian.org/buster/iotop) `0.6-24-g733f3f8-1` - simple top-like I/O monitor -- ![](green.png) [lm-sensors](https://packages.debian.org/buster/lm-sensors) `1:3.5.0-3` - utilities to read temperature/voltage/fan sensors -- ![](green.png) [hddtemp](https://packages.debian.org/buster/hddtemp) `0.3-beta15-53` - hard drive temperature monitoring utility -- ![](green.png) [inxi](https://packages.debian.org/buster/inxi) `3.0.32-1-1` - full featured system information script -- ![](green.png) [lsof](https://packages.debian.org/buster/lsof) `4.91+dfsg-1` - utility to list open files -- ![](green.png) [strace](https://packages.debian.org/buster/strace) `4.26-0.2` - System call tracer -- ![](green.png) [memtest86+](https://packages.debian.org/buster/memtest86+) `5.01-3` - thorough real-mode memory tester -- ![](grey.png) _[gnome-system-monitor](https://packages.debian.org/buster/gnome-system-monitor) `3.30.0-2` - Process viewer and system resource monitor for GNOME_ -- ![](grey.png) _[screenfetch](https://packages.debian.org/buster/screenfetch) `3.8.0-8` - Bash Screenshot Information Tool_ -- ![](grey.png) _[glances](https://packages.debian.org/buster/glances) `3.1.0-1+deb10u1` - Curses-based monitoring tool_ -- ![](grey.png) _[screentest](https://packages.debian.org/buster/screentest) `2.0-2.2+b1` - Utility to test the quality of screens_ -- ![](grey.png) _[hardinfo](https://packages.debian.org/buster/hardinfo) `0.5.1+git20180227-2` - Displays system information_ -- ![](grey.png) _[cputool](https://packages.debian.org/buster/cputool) `0.0.8-2+b1` - Utility which manages CPU usage and system load_ -- ![](grey.png) _[usbview](https://packages.debian.org/buster/usbview) `2.0-21-g6fe2f4f-2` - USB device viewer_ -- ![](grey.png) _[stress](https://packages.debian.org/buster/stress) `1.0.4-4` - tool to impose load on and stress test a computer system_ -- ![](grey.png) _[stressapptest](https://packages.debian.org/buster/stressapptest) `1.0.6-2+b2` - stress test application for simulating high load situations_ -- ![](grey.png) _[lshw](https://packages.debian.org/buster/lshw) `02.18.85-0.1` - information about hardware configuration_ -- ![](grey.png) _[lshw-gtk](https://packages.debian.org/buster/lshw-gtk) `02.18.85-0.1` - graphical information about hardware configuration_ -- ![](grey.png) _[bonnie++](https://packages.debian.org/buster/bonnie++) `1.98` - Hard drive benchmark suite_ -- ![](grey.png) _[x86info](https://packages.debian.org/buster/x86info) `1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f-1+b1` - Display diagnostic information about i386 compatible CPUs_ -- ![](grey.png) _[memtester](https://packages.debian.org/buster/memtester) `4.3.0-4+b1` - Utility for testing the memory subsystem_ -- ![](grey.png) _[dstat](https://packages.debian.org/buster/dstat) `0.7.3-1.1` - versatile resource statistics tool_ -- ![](grey.png) _[sysstat](https://packages.debian.org/buster/sysstat) `12.0.3-2` - system performance tools for Linux_ -- ![](grey.png) _[cacti](https://packages.debian.org/buster/cacti) `1.2.2+ds1-2+deb10u3` - web interface for graphing of monitoring systems_ -- ![](grey.png) _[hwloc](https://packages.debian.org/buster/hwloc) `1.11.12-3` - Hierarchical view of the machine - utilities_ -- ![](grey.png) _[memlockd](https://packages.debian.org/buster/memlockd) `1.2` - daemon to lock files into RAM_ -- ![](grey.png) _[read-edid](https://packages.debian.org/buster/read-edid) `3.0.2-1+b1` - hardware information-gathering tool for VESA PnP monitors_ +- ![](green.png) [xfce4-taskmanager](https://packages.debian.org/bullseye/xfce4-taskmanager) `1.4.0-1` - process manager for the Xfce4 Desktop Environment +- ![](green.png) [htop](https://packages.debian.org/bullseye/htop) `3.0.5-7` - interactive processes viewer +- ![](green.png) [iotop](https://packages.debian.org/bullseye/iotop) `0.6-24-g733f3f8-1.1` - simple top-like I/O monitor +- ![](green.png) [lm-sensors](https://packages.debian.org/bullseye/lm-sensors) `1:3.6.0-7` - utilities to read temperature/voltage/fan sensors +- ![](green.png) [hddtemp](https://packages.debian.org/bullseye/hddtemp) `0.3-beta15-54` - hard drive temperature monitoring utility +- ![](green.png) [inxi](https://packages.debian.org/bullseye/inxi) `3.3.01-1-1` - full featured system information script +- ![](green.png) [lsof](https://packages.debian.org/bullseye/lsof) `4.93.2+dfsg-1.1` - utility to list open files +- ![](green.png) [strace](https://packages.debian.org/bullseye/strace) `5.10-1` - System call tracer +- ![](green.png) [memtest86+](https://packages.debian.org/bullseye/memtest86+) `5.01-3.1` - thorough real-mode memory tester +- ![](grey.png) _[gnome-system-monitor](https://packages.debian.org/bullseye/gnome-system-monitor) `3.38.0-1` - Process viewer and system resource monitor for GNOME_ +- ![](grey.png) _[screenfetch](https://packages.debian.org/bullseye/screenfetch) `3.9.1-2` - Bash Screenshot Information Tool_ +- ![](grey.png) _[hardinfo](https://packages.debian.org/bullseye/hardinfo) `0.5.1+git20180227-2.1` - Displays system information_ +- ![](grey.png) _[cputool](https://packages.debian.org/bullseye/cputool) `0.0.8-2+b1` - Utility which manages CPU usage and system load_ +- ![](grey.png) _[usbview](https://packages.debian.org/bullseye/usbview) `2.0-21-g6fe2f4f-2+b1` - USB device viewer_ +- ![](grey.png) _[stress](https://packages.debian.org/bullseye/stress) `1.0.4-7` - tool to impose load on and stress test a computer system_ +- ![](grey.png) _[stressapptest](https://packages.debian.org/bullseye/stressapptest) `1.0.6-2+b2` - stress test application for simulating high load situations_ +- ![](grey.png) _[lshw](https://packages.debian.org/bullseye/lshw) `02.18.85-0.7` - information about hardware configuration_ +- ![](grey.png) _[lshw-gtk](https://packages.debian.org/bullseye/lshw-gtk) `02.18.85-0.7` - graphical information about hardware configuration_ +- ![](grey.png) _[bonnie++](https://packages.debian.org/bullseye/bonnie++) `2.00a` - Hard drive benchmark suite_ +- ![](grey.png) _[x86info](https://packages.debian.org/bullseye/x86info) `1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f-1.1` - Display diagnostic information about i386 compatible CPUs_ +- ![](grey.png) _[memtester](https://packages.debian.org/bullseye/memtester) `4.5.0-1` - Utility for testing the memory subsystem_ +- ![](grey.png) _[dstat](https://packages.debian.org/bullseye/dstat) `0.7.4-6.1` - versatile resource statistics tool_ +- ![](grey.png) _[sysstat](https://packages.debian.org/bullseye/sysstat) `12.5.2-2` - system performance tools for Linux_ +- ![](grey.png) _[cacti](https://packages.debian.org/bullseye/cacti) `1.2.16+ds1-2` - web interface for graphing of monitoring systems_ +- ![](grey.png) _[hwloc](https://packages.debian.org/bullseye/hwloc) `2.4.1+dfsg-1` - Hierarchical view of the machine - utilities_ +- ![](grey.png) _[memlockd](https://packages.debian.org/bullseye/memlockd) `1.2.1` - daemon to lock files into RAM_ +- ![](grey.png) _[read-edid](https://packages.debian.org/bullseye/read-edid) `3.0.2-1.1` - hardware information-gathering tool for VESA PnP monitors_ +- ![](grey.png) _[cpu-x](https://packages.debian.org/bullseye/cpu-x) `4.1.0-1` - Tool that gathers information on CPU, motherboard and more_ #### Backup - + -**[backintime-qt4](https://packages.debian.org/buster/backintime-qt4)** - simple backup/snapshot system (graphical interface) +**[deja-dup](https://packages.debian.org/bullseye/deja-dup)** - Backup utility - Back In Time is a framework for rsync and cron for the purpose of - taking snapshots and backups of specified folders. It minimizes disk space use - by taking a snapshot only if the directory has been changed, and hard links - for unmodified files if it has. The user can schedule regular backups using - cron. + Déjà Dup is a simple backup tool. It hides the complexity of backing up the + Right Way (encrypted, off-site, and regular) and uses duplicity as the + backend. ----------------------- -- ![](green.png) [backintime-qt4](https://packages.debian.org/buster/backintime-qt4) `1.1.24-0.1` - simple backup/snapshot system (graphical interface) -- ![](grey.png) _[duplicity](https://packages.debian.org/buster/duplicity) `0.7.18.2-1` - encrypted bandwidth-efficient backup_ -- ![](grey.png) _[tmfs](https://packages.debian.org/buster/tmfs) `3-2+b6` - Apple Time Machine FUSE mount_ -- ![](grey.png) _[deja-dup](https://packages.debian.org/buster/deja-dup) `38.3-1` - Backup utility_ -- ![](grey.png) _[rdiff-backup](https://packages.debian.org/buster/rdiff-backup) `1.2.8-7` - remote incremental backup_ -- ![](grey.png) _[grsync](https://packages.debian.org/buster/grsync) `1.2.6-2` - GTK+ frontend for rsync_ -- ![](grey.png) _[unison](https://packages.debian.org/buster/unison) `2.48.4-1+b1` - file-synchronization tool for Unix and Windows_ -- ![](grey.png) _[unison-gtk](https://packages.debian.org/buster/unison-gtk) `2.48.4-1+b1` - file-synchronization tool for Unix and Windows with GTK+ interface_ -- ![](grey.png) _[rsync](https://packages.debian.org/buster/rsync) `3.1.3-6` - fast, versatile, remote (and local) file-copying tool_ -- ![](grey.png) _[rsbackup](https://packages.debian.org/buster/rsbackup) `5.1-1+b1` - rsync-based backup utility_ -- ![](grey.png) _[fsarchiver](https://packages.debian.org/buster/fsarchiver) `0.8.5-2` - file system archiver_ -- ![](grey.png) _[backupninja](https://packages.debian.org/buster/backupninja) `1.1.0-2.1` - lightweight, extensible meta-backup system_ -- ![](grey.png) _[duply](https://packages.debian.org/buster/duply) `2.1-1` - easy to use frontend to the duplicity backup system_ +- ![](green.png) [deja-dup](https://packages.debian.org/bullseye/deja-dup) `42.7-1` - Backup utility +- ![](grey.png) _[backintime-qt4](https://packages.debian.org/bullseye/backintime-qt4) `1.2.1-3` - Qt 4 front-end for backintime (transitional package)_ +- ![](grey.png) _[tmfs](https://packages.debian.org/bullseye/tmfs) `3-2+b8` - Apple Time Machine FUSE mount_ +- ![](grey.png) _[duplicity](https://packages.debian.org/bullseye/duplicity) `0.8.17-1+b1` - encrypted bandwidth-efficient backup_ +- ![](grey.png) _[rdiff-backup](https://packages.debian.org/bullseye/rdiff-backup) `2.0.5-2` - remote incremental backup_ +- ![](grey.png) _[grsync](https://packages.debian.org/bullseye/grsync) `1.3.0-1+b1` - GTK+ frontend for rsync_ +- ![](grey.png) _[unison](https://packages.debian.org/bullseye/unison) `2.51.3+1` - file-synchronization tool for Unix and Windows_ +- ![](grey.png) _[unison-gtk](https://packages.debian.org/bullseye/unison-gtk) `2.51.3+1` - file-synchronization tool for Unix and Windows with GTK+ interface_ +- ![](grey.png) _[rsync](https://packages.debian.org/bullseye/rsync) `3.2.3-4+deb11u1` - fast, versatile, remote (and local) file-copying tool_ +- ![](grey.png) _[rsbackup](https://packages.debian.org/bullseye/rsbackup) `6.0-2+b2` - rsync-based backup utility_ +- ![](grey.png) _[fsarchiver](https://packages.debian.org/bullseye/fsarchiver) `0.8.6-1` - file system archiver_ +- ![](grey.png) _[backupninja](https://packages.debian.org/bullseye/backupninja) `1.2.1-1` - lightweight, extensible meta-backup system_ +- ![](grey.png) _[duply](https://packages.debian.org/bullseye/duply) `2.3.1-1` - easy to use frontend to the duplicity backup system_ #### Disk management - + -**[gnome-disk-utility](https://packages.debian.org/buster/gnome-disk-utility)** - manage and configure disk drives and media +**[gnome-disk-utility](https://packages.debian.org/bullseye/gnome-disk-utility)** - manage and configure disk drives and media GNOME Disks is a tool to manage disk drives and media: @@ -172,9 +169,9 @@ - + -**[gparted](https://packages.debian.org/buster/gparted)** - GNOME partition editor +**[gparted](https://packages.debian.org/bullseye/gparted)** - GNOME partition editor GParted uses libparted to detect and manipulate devices and partition @@ -189,9 +186,9 @@ - + -**[baobab](https://packages.debian.org/buster/baobab)** - GNOME disk usage analyzer +**[baobab](https://packages.debian.org/bullseye/baobab)** - GNOME disk usage analyzer Disk Usage Analyzer is a graphical, menu-driven application to analyse @@ -204,40 +201,44 @@ ----------------------- -- ![](green.png) [gnome-disk-utility](https://packages.debian.org/buster/gnome-disk-utility) `3.30.2-3` - manage and configure disk drives and media -- ![](green.png) [gparted](https://packages.debian.org/buster/gparted) `0.32.0-2` - GNOME partition editor -- ![](green.png) [baobab](https://packages.debian.org/buster/baobab) `3.30.0-2` - GNOME disk usage analyzer -- ![](green.png) [ncdu](https://packages.debian.org/buster/ncdu) `1.13-1+b1` - ncurses disk usage viewer -- ![](green.png) [dfc](https://packages.debian.org/buster/dfc) `3.1.1-1` - display file system usage using graph and colors -- ![](green.png) [smartmontools](https://packages.debian.org/buster/smartmontools) `6.6-1` - control and monitor storage systems using S.M.A.R.T. -- ![](green.png) [mtools](https://packages.debian.org/buster/mtools) `4.0.23-1` - Tools for manipulating MSDOS files -- ![](green.png) [gdisk](https://packages.debian.org/buster/gdisk) `1.0.3-1.1` - GPT fdisk text-mode partitioning tool -- ![](green.png) [parted](https://packages.debian.org/buster/parted) `3.2-25` - disk partition manipulator -- ![](green.png) [hdparm](https://packages.debian.org/buster/hdparm) `9.58+ds-1` - tune hard disk parameters for high performance -- ![](green.png) [sdparm](https://packages.debian.org/buster/sdparm) `1.10-1` - Output and modify SCSI device parameters -- ![](green.png) [dosfstools](https://packages.debian.org/buster/dosfstools) `4.1-2` - utilities for making and checking MS-DOS FAT filesystems -- ![](green.png) [hfsprogs](https://packages.debian.org/buster/hfsprogs) `332.25-11+b2` - mkfs and fsck for HFS and HFS+ file systems -- ![](green.png) [ntfs-3g](https://packages.debian.org/buster/ntfs-3g) `1:2017.3.23AR.3-3` - read/write NTFS driver for FUSE -- ![](green.png) [kpartx](https://packages.debian.org/buster/kpartx) `0.7.9-3+deb10u1` - create device mappings for partitions -- ![](green.png) [xorriso](https://packages.debian.org/buster/xorriso) `1.5.0-1` - command line ISO-9660 and Rock Ridge manipulation tool -- ![](grey.png) _[disk-manager](https://packages.debian.org/buster/disk-manager) `1.1.1-2` - simple graphical filesystem configurator_ -- ![](grey.png) _[gsmartcontrol](https://packages.debian.org/buster/gsmartcontrol) `1.1.3-2` - graphical user interface for smartctl_ -- ![](grey.png) _[fsarchiver](https://packages.debian.org/buster/fsarchiver) `0.8.5-2` - file system archiver_ -- ![](grey.png) _[partclone](https://packages.debian.org/buster/partclone) `0.3.11-1+b3` - Utility to clone and restore a partition_ -- ![](grey.png) _[pmount](https://packages.debian.org/buster/pmount) `0.9.23-3+b2` - mount removable devices as normal user_ -- ![](grey.png) _[bilibop-udev](https://packages.debian.org/buster/bilibop-udev) `0.5.6` - minimal udev rule for Debian GNU/Linux running from external media_ -- ![](grey.png) _[forensics-full](https://packages.debian.org/buster/forensics-full) `2.8` - Full forensics station (metapackage)_ -- ![](grey.png) _[steghide](https://packages.debian.org/buster/steghide) `0.5.1-13` - steganography hiding tool_ -- ![](grey.png) _[gdmap](https://packages.debian.org/buster/gdmap) `0.8.1-5` - Tool to visualize diskspace_ -- ![](grey.png) _[clonezilla](https://packages.debian.org/buster/clonezilla) `3.27.16-3` - bare metal backup and recovery of disk drives_ +- ![](green.png) [gnome-disk-utility](https://packages.debian.org/bullseye/gnome-disk-utility) `3.38.2-1` - manage and configure disk drives and media +- ![](green.png) [gparted](https://packages.debian.org/bullseye/gparted) `1.2.0-1` - GNOME partition editor +- ![](green.png) [baobab](https://packages.debian.org/bullseye/baobab) `3.38.0-1` - GNOME disk usage analyzer +- ![](green.png) [ncdu](https://packages.debian.org/bullseye/ncdu) `1.15.1-1` - ncurses disk usage viewer +- ![](green.png) [dfc](https://packages.debian.org/bullseye/dfc) `3.1.1-1` - display file system usage using graph and colors +- ![](green.png) [smartmontools](https://packages.debian.org/bullseye/smartmontools) `7.2-1` - control and monitor storage systems using S.M.A.R.T. +- ![](green.png) [mtools](https://packages.debian.org/bullseye/mtools) `4.0.26-1` - Tools for manipulating MSDOS files +- ![](green.png) [gdisk](https://packages.debian.org/bullseye/gdisk) `1.0.6-1.1` - GPT fdisk text-mode partitioning tool +- ![](green.png) [parted](https://packages.debian.org/bullseye/parted) `3.4-1` - disk partition manipulator +- ![](green.png) [hdparm](https://packages.debian.org/bullseye/hdparm) `9.60+ds-1` - tune hard disk parameters for high performance +- ![](green.png) [sdparm](https://packages.debian.org/bullseye/sdparm) `1.10-1+b1` - Output and modify SCSI device parameters +- ![](green.png) [dosfstools](https://packages.debian.org/bullseye/dosfstools) `4.2-1` - utilities for making and checking MS-DOS FAT filesystems +- ![](green.png) [hfsprogs](https://packages.debian.org/bullseye/hfsprogs) `540.1.linux3-4` - mkfs and fsck for HFS and HFS+ file systems +- ![](green.png) [ntfs-3g](https://packages.debian.org/bullseye/ntfs-3g) `1:2017.3.23AR.3-4+deb11u1` - read/write NTFS driver for FUSE +- ![](green.png) [kpartx](https://packages.debian.org/bullseye/kpartx) `0.8.5-2` - create device mappings for partitions +- ![](green.png) [xorriso](https://packages.debian.org/bullseye/xorriso) `1.5.2-1` - command line ISO-9660 and Rock Ridge manipulation tool +- ![](grey.png) _[gsmartcontrol](https://packages.debian.org/bullseye/gsmartcontrol) `1.1.3-2` - graphical user interface for smartctl_ +- ![](grey.png) _[fsarchiver](https://packages.debian.org/bullseye/fsarchiver) `0.8.6-1` - file system archiver_ +- ![](grey.png) _[partclone](https://packages.debian.org/bullseye/partclone) `0.3.13+dfsg-5` - Utility to clone and restore a partition_ +- ![](grey.png) _[pmount](https://packages.debian.org/bullseye/pmount) `0.9.23-6` - mount removable devices as normal user_ +- ![](grey.png) _[bilibop-udev](https://packages.debian.org/bullseye/bilibop-udev) `0.6.3` - minimal udev rule for Debian GNU/Linux running from external media_ +- ![](grey.png) _[ecryptfs-utils](https://packages.debian.org/bullseye/ecryptfs-utils) `111-5` - ecryptfs cryptographic filesystem (utilities)_ +- ![](grey.png) _[partimage](https://packages.debian.org/bullseye/partimage) `0.6.9-8` - backup partitions into a compressed image file_ +- ![](grey.png) _[forensics-full](https://packages.debian.org/bullseye/forensics-full) `2.29` - Full forensics station (metapackage)_ +- ![](grey.png) _[steghide](https://packages.debian.org/bullseye/steghide) `0.5.1-15` - steganography hiding tool_ +- ![](grey.png) _[gdmap](https://packages.debian.org/bullseye/gdmap) `0.8.1-5` - Tool to visualize diskspace_ +- ![](grey.png) _[clonezilla](https://packages.debian.org/bullseye/clonezilla) `3.35.2-3` - bare metal backup and recovery of disk drives_ +- ![](grey.png) _[exfatprogs](https://packages.debian.org/bullseye/exfatprogs) `1.1.0-1` - tools to create, check and label exFAT filesystems_ +- ![](grey.png) _[crazydiskinfo](https://packages.debian.org/bullseye/crazydiskinfo) `1.1.0-2` - interactive TUI S.M.A.R.T viewer_ +- ![](grey.png) _[disk-filltest](https://packages.debian.org/bullseye/disk-filltest) `0.8.2-1` - Simple Tool to Detect Bad Disks by Filling with Random Data_ #### data recovery - + -**[testdisk](https://packages.debian.org/buster/testdisk)** - Partition scanner and disk recovery tool, and PhotoRec file recovery tool +**[testdisk](https://packages.debian.org/bullseye/testdisk)** - Partition scanner and disk recovery tool, and PhotoRec file recovery tool TestDisk checks the partition and boot sectors of your disks. @@ -265,22 +266,22 @@ ----------------------- -- ![](green.png) [testdisk](https://packages.debian.org/buster/testdisk) `7.0-3+b4` - Partition scanner and disk recovery tool, and PhotoRec file recovery tool -- ![](grey.png) _[foremost](https://packages.debian.org/buster/foremost) `1.5.7-8` - forensic program to recover lost files_ -- ![](grey.png) _[scalpel](https://packages.debian.org/buster/scalpel) `1.60-6` - fast filesystem-independent file recovery_ -- ![](grey.png) _[gddrescue](https://packages.debian.org/buster/gddrescue) `1.23-2` - GNU data recovery tool_ -- ![](grey.png) _[ddrescueview](https://packages.debian.org/buster/ddrescueview) `0.4~alpha3-3` - graphical viewer for GNU ddrescue map files_ -- ![](grey.png) _[extundelete](https://packages.debian.org/buster/extundelete) `0.2.4-2` - utility to recover deleted files from ext3/ext4 partition_ -- ![](grey.png) _[fatcat](https://packages.debian.org/buster/fatcat) `1.0.5-1` - FAT filesystem explore, extract, repair, and forensic tool_ -- ![](grey.png) _[safecopy](https://packages.debian.org/buster/safecopy) `1.7-4` - data recovery tool for problematic or damaged media_ +- ![](green.png) [testdisk](https://packages.debian.org/bullseye/testdisk) `7.1-5+b1` - Partition scanner and disk recovery tool, and PhotoRec file recovery tool +- ![](grey.png) _[foremost](https://packages.debian.org/bullseye/foremost) `1.5.7-9.1` - forensic program to recover lost files_ +- ![](grey.png) _[scalpel](https://packages.debian.org/bullseye/scalpel) `1.60-9` - fast filesystem-independent file recovery_ +- ![](grey.png) _[gddrescue](https://packages.debian.org/bullseye/gddrescue) `1.23-2+b1` - GNU data recovery tool_ +- ![](grey.png) _[ddrescueview](https://packages.debian.org/bullseye/ddrescueview) `0.4~alpha4-2` - graphical viewer for GNU ddrescue map files_ +- ![](grey.png) _[extundelete](https://packages.debian.org/bullseye/extundelete) `0.2.4-3` - utility to recover deleted files from ext3/ext4 partition_ +- ![](grey.png) _[fatcat](https://packages.debian.org/bullseye/fatcat) `1.0.5-1+b1` - FAT filesystem explore, extract, repair, and forensic tool_ +- ![](grey.png) _[safecopy](https://packages.debian.org/bullseye/safecopy) `1.7-6` - data recovery tool for problematic or damaged media_ #### File cleaners/linters - + -**[bleachbit](https://packages.debian.org/buster/bleachbit)** - delete unnecessary files from the system +**[bleachbit](https://packages.debian.org/bullseye/bleachbit)** - delete unnecessary files from the system BleachBit deletes unnecessary files to free valuable disk space, maintain @@ -292,17 +293,16 @@ ----------------------- -- ![](green.png) [bleachbit](https://packages.debian.org/buster/bleachbit) `2.0-3` - delete unnecessary files from the system -- ![](green.png) [localepurge](https://packages.debian.org/buster/localepurge) `0.7.3.5` - reclaim disk space by removing unneeded localizations -- ![](grey.png) _[fslint](https://packages.debian.org/buster/fslint) `2.46-1` - Utility collection to find and fix common errors in file storage_ +- ![](green.png) [bleachbit](https://packages.debian.org/bullseye/bleachbit) `3.9.0-1` - delete unnecessary files from the system +- ![](green.png) [localepurge](https://packages.debian.org/bullseye/localepurge) `0.7.3.10` - reclaim disk space by removing unneeded localizations #### Log viewers - + -**[lnav](https://packages.debian.org/buster/lnav)** - ncurses-based log file viewer +**[lnav](https://packages.debian.org/bullseye/lnav)** - ncurses-based log file viewer The log file navigator, lnav, is an enhanced log file viewer that @@ -319,100 +319,72 @@ ----------------------- -- ![](green.png) [lnav](https://packages.debian.org/buster/lnav) `0.8.4-5` - ncurses-based log file viewer -- ![](green.png) [colortail](https://packages.debian.org/buster/colortail) `0.3.3-1+b2` - log colorizer that makes log checking easier -- ![](grey.png) _[gnome-logs](https://packages.debian.org/buster/gnome-logs) `3.30.0-2` - viewer for the systemd journal_ -- ![](grey.png) _[glogg](https://packages.debian.org/buster/glogg) `1.1.4-1.1+b1` - Smart interactive log explorer using Qt_ -- ![](grey.png) _[logtop](https://packages.debian.org/buster/logtop) `0.4.3-1+b3` - real time log line rate analyzer_ -- ![](grey.png) _[since](https://packages.debian.org/buster/since) `1.1-6` - tail(1) work-alike that saves and uses state information_ -- ![](grey.png) _[multitail](https://packages.debian.org/buster/multitail) `6.4.2-3+b1` - view multiple logfiles windowed on console_ +- ![](green.png) [lnav](https://packages.debian.org/bullseye/lnav) `0.9.0-1` - ncurses-based log file viewer +- ![](green.png) [colortail](https://packages.debian.org/bullseye/colortail) `0.3.3-1+b2` - log colorizer that makes log checking easier +- ![](grey.png) _[gnome-logs](https://packages.debian.org/bullseye/gnome-logs) `3.36.0-2` - viewer for the systemd journal_ +- ![](grey.png) _[glogg](https://packages.debian.org/bullseye/glogg) `1.1.4-1.1+b4` - Smart interactive log explorer using Qt_ +- ![](grey.png) _[logtop](https://packages.debian.org/bullseye/logtop) `0.4.3-1+b3` - real time log line rate analyzer_ +- ![](grey.png) _[since](https://packages.debian.org/bullseye/since) `1.1-7` - tail(1) work-alike that saves and uses state information_ +- ![](grey.png) _[multitail](https://packages.debian.org/bullseye/multitail) `6.5.0-3` - view multiple logfiles windowed on console_ #### Virtualization - + -**[virt-manager](https://packages.debian.org/buster/virt-manager)** - desktop application for managing virtual machines +**[virt-manager](https://packages.debian.org/bullseye/virt-manager)** - desktop application for managing virtual machines - It presents a summary view of running domains and their live performance & - resource utilization statistics. A detailed view presents graphs showing - performance & utilization over time. Ultimately it will allow creation of new - domains, and configuration & adjustment of a domain's resource allocation & - virtual hardware. Finally an embedded VNC client viewer presents a full - graphical console to the guest domain. + The virt-manager application is a desktop user interface for managing virtual + machines through libvirt. It primarily targets KVM VMs, but also manages Xen + and LXC (Linux containers). It presents a summary view of running domains, + their live performance & resource utilization statistics. Wizards enable the + creation of new domains, and configuration & adjustment of a domain's resource + allocation & virtual hardware. An embedded VNC and SPICE client viewer + presents a full graphical console to the guest domain. ----------------------- -- ![](green.png) [virt-manager](https://packages.debian.org/buster/virt-manager) `1:2.0.0-3` - desktop application for managing virtual machines -- ![](green.png) [virtinst](https://packages.debian.org/buster/virtinst) `1:2.0.0-3` - Programs to create and clone virtual machines -- ![](green.png) [virt-viewer](https://packages.debian.org/buster/virt-viewer) `7.0-2` - Displaying the graphical console of a virtual machine -- ![](green.png) [ebtables](https://packages.debian.org/buster/ebtables) `2.0.10.4+snapshot20181205-3` - Ethernet bridge frame table administration -- ![](green.png) [dnsmasq-base](https://packages.debian.org/buster/dnsmasq-base) `2.80-1` - Small caching DNS proxy and DHCP/TFTP server -- ![](green.png) [libvirt-daemon-system](https://packages.debian.org/buster/libvirt-daemon-system) `5.0.0-4+deb10u1` - Libvirt daemon configuration files -- ![](green.png) [gir1.2-spiceclientgtk-3.0](https://packages.debian.org/buster/gir1.2-spiceclientgtk-3.0) `0.35-2` - GTK3 widget for SPICE clients (GObject-Introspection) -- ![](green.png) [qemu-kvm](https://packages.debian.org/buster/qemu-kvm) `1:3.1+dfsg-8+deb10u8` - QEMU Full virtualization on x86 hardware -- ![](green.png) [qemu-utils](https://packages.debian.org/buster/qemu-utils) `1:3.1+dfsg-8+deb10u8` - QEMU utilities -- ![](green.png) [virt-top](https://packages.debian.org/buster/virt-top) `1.0.8-2` - show stats of virtualized domains -- ![](green.png) [netcat-openbsd](https://packages.debian.org/buster/netcat-openbsd) `1.195-2` - TCP/IP swiss army knife -- ![](grey.png) _[virt-sandbox](https://packages.debian.org/buster/virt-sandbox) `0.5.1+git20160404-1` - Application sandbox toolkit_ -- ![](grey.png) _[virt-what](https://packages.debian.org/buster/virt-what) `1.19-1` - detect if we are running in a virtual machine_ -- ![](grey.png) _[libguestfs-tools](https://packages.debian.org/buster/libguestfs-tools) `1:1.40.2-2` - guest disk image management system - tools_ -- ![](grey.png) _[lxc](https://packages.debian.org/buster/lxc) `1:3.1.0+really3.0.3-8` - Linux Containers userspace tools_ -- ![](grey.png) _[gnome-boxes](https://packages.debian.org/buster/gnome-boxes) `3.30.3-2` - Simple GNOME app to access remote or virtual systems_ -- ![](grey.png) _[lxc-templates](https://packages.debian.org/buster/lxc-templates) `3.0.4-0+deb10u1` - Linux Containers userspace tools (templates)_ -- ![](grey.png) _[docker.io](https://packages.debian.org/buster/docker.io) `18.09.1+dfsg1-7.1+deb10u2` - Linux container runtime_ -- ![](grey.png) _[docker-registry](https://packages.debian.org/buster/docker-registry) `2.6.2~ds1-2+b21` - Docker toolset to pack, ship, store, and deliver content_ -- ![](grey.png) _[docker-doc](https://packages.debian.org/buster/docker-doc) `18.09.1+dfsg1-7.1+deb10u2` - Linux container runtime -- documentation_ -- ![](grey.png) _[anbox](https://packages.debian.org/buster/anbox) `0.0~git20190124-1` - Android in a box_ -- ![](grey.png) _[vagrant](https://packages.debian.org/buster/vagrant) `2.2.3+dfsg-1` - Tool for building and distributing virtualized development environments_ -- ![](grey.png) _[schroot](https://packages.debian.org/buster/schroot) `1.6.10-6+b1` - Execute commands in a chroot environment_ -#### Windows compatibility - - - - - - -**[wine](https://packages.debian.org/buster/wine)** - Windows API implementation - standard suite - - - Wine is a free MS-Windows API implementation. - This is still a work in progress and many applications may still not work. - - - ------------------------ - - -- ![](green.png) [wine](https://packages.debian.org/buster/wine) `4.0-2` - Windows API implementation - standard suite -- ![](green.png) [wine64](https://packages.debian.org/buster/wine64) `4.0-2` - Windows API implementation - 64-bit binary loader -- ![](green.png) [wine32:i386](https://packages.debian.org/buster/wine32:i386) `4.0-2` - Windows API implementation - 32-bit binary loader -- ![](green.png) [libgl1-mesa-dri:i386](https://packages.debian.org/buster/libgl1-mesa-dri:i386) `18.3.6-2+deb10u1` - free implementation of the OpenGL API -- DRI modules -- ![](grey.png) _[playonlinux](https://packages.debian.org/buster/playonlinux) `4.3.4-1` - front-end for Wine_ -- ![](grey.png) _[gnome-exe-thumbnailer](https://packages.debian.org/buster/gnome-exe-thumbnailer) `0.10.0-3` - transitional dummy package for exe-thumbnailer_ -- ![](grey.png) _[fonts-wine](https://packages.debian.org/buster/fonts-wine) `4.0-2` - Windows API implementation - fonts_ -- ![](grey.png) _[winetricks](https://packages.debian.org/buster/winetricks) `0.0+20181203-3` - simple tool to work around common problems in Wine_ -- ![](grey.png) _[dxvk](https://packages.debian.org/buster/dxvk) `0.96+ds1-1` - Vulkan-based translation layer for Direct3D 10/11_ -- ![](grey.png) _[reglookup](https://packages.debian.org/buster/reglookup) `1.0.1+svn287-7` - utility to analysis for Windows NT-based registry_ +- ![](green.png) [virt-manager](https://packages.debian.org/bullseye/virt-manager) `1:3.2.0-3` - desktop application for managing virtual machines +- ![](green.png) [virtinst](https://packages.debian.org/bullseye/virtinst) `1:3.2.0-3` - utilities to create and edit virtual machines +- ![](green.png) [virt-viewer](https://packages.debian.org/bullseye/virt-viewer) `7.0-2` - Displaying the graphical console of a virtual machine +- ![](green.png) [ebtables](https://packages.debian.org/bullseye/ebtables) `2.0.11-4+b1` - Ethernet bridge frame table administration +- ![](green.png) [dnsmasq-base](https://packages.debian.org/bullseye/dnsmasq-base) `2.85-1` - Small caching DNS proxy and DHCP/TFTP server +- ![](green.png) [libvirt-daemon-system](https://packages.debian.org/bullseye/libvirt-daemon-system) `7.0.0-3` - Libvirt daemon configuration files +- ![](green.png) [gir1.2-spiceclientgtk-3.0](https://packages.debian.org/bullseye/gir1.2-spiceclientgtk-3.0) `0.39-1` - GTK3 widget for SPICE clients (GObject-Introspection) +- ![](green.png) [qemu-system-x86](https://packages.debian.org/bullseye/qemu-system-x86) `1:5.2+dfsg-11+deb11u1` - QEMU full system emulation binaries (x86) +- ![](green.png) [qemu-system-arm](https://packages.debian.org/bullseye/qemu-system-arm) `1:5.2+dfsg-11+deb11u1` - QEMU full system emulation binaries (arm) +- ![](green.png) [qemu-utils](https://packages.debian.org/bullseye/qemu-utils) `1:5.2+dfsg-11+deb11u1` - QEMU utilities +- ![](green.png) [netcat-openbsd](https://packages.debian.org/bullseye/netcat-openbsd) `1.217-3` - TCP/IP swiss army knife +- ![](grey.png) _[virt-what](https://packages.debian.org/bullseye/virt-what) `1.19-1` - detect if we are running in a virtual machine_ +- ![](grey.png) _[libguestfs-tools](https://packages.debian.org/bullseye/libguestfs-tools) `1:1.44.0-2` - guest disk image management system - tools_ +- ![](grey.png) _[lxc](https://packages.debian.org/bullseye/lxc) `1:4.0.6-2` - Linux Containers userspace tools_ +- ![](grey.png) _[gnome-boxes](https://packages.debian.org/bullseye/gnome-boxes) `3.38.2-1` - Simple GNOME app to access remote or virtual systems_ +- ![](grey.png) _[lxc-templates](https://packages.debian.org/bullseye/lxc-templates) `3.0.4-5` - Linux Containers userspace tools (templates)_ +- ![](grey.png) _[docker.io](https://packages.debian.org/bullseye/docker.io) `20.10.5+dfsg1-1+b5` - Linux container runtime_ +- ![](grey.png) _[docker-registry](https://packages.debian.org/bullseye/docker-registry) `2.7.1+ds2-7+b6` - Docker toolset to pack, ship, store, and deliver content_ +- ![](grey.png) _[docker-doc](https://packages.debian.org/bullseye/docker-doc) `20.10.5+dfsg1-1` - Linux container runtime -- documentation_ +- ![](grey.png) _[anbox](https://packages.debian.org/bullseye/anbox) `0.0~git20210106-1` - Android in a box_ +- ![](grey.png) _[vagrant](https://packages.debian.org/bullseye/vagrant) `2.2.14+dfsg-1` - Tool for building and distributing virtualized development environments_ +- ![](grey.png) _[schroot](https://packages.debian.org/bullseye/schroot) `1.6.10-12` - Execute commands in a chroot environment_ #### Configuration management -- ![](grey.png) _[ansible](https://packages.debian.org/buster/ansible) `2.7.7+dfsg-1` - Configuration management, deployment, and task execution system_ +- ![](grey.png) _[ansible](https://packages.debian.org/bullseye/ansible) `2.10.7+merged+base+2.10.8+dfsg-1` - Configuration management, deployment, and task execution system_ #### Java -- ![](green.png) [default-jre](https://packages.debian.org/buster/default-jre) `2:1.11-71` - Standard Java or Java compatible Runtime +- ![](green.png) [default-jre](https://packages.debian.org/bullseye/default-jre) `2:1.11-72` - Standard Java or Java compatible Runtime #### Display manager/screen locker - + -**[lightdm](https://packages.debian.org/buster/lightdm)** - simple display manager +**[lightdm](https://packages.debian.org/bullseye/lightdm)** - simple display manager An X display manager that: @@ -427,139 +399,110 @@ ----------------------- - - - - - -**[light-locker](https://packages.debian.org/buster/light-locker)** - simple screen locker for lightDM display manager - - - light-locker is a simple screen locker that aims to have simple, sane, secure - defaults and be well integrated with the desktop while not carrying any - desktop-specific dependencies. - - - ------------------------ - - -- ![](green.png) [lightdm](https://packages.debian.org/buster/lightdm) `1.26.0-4` - simple display manager -- ![](green.png) [lightdm-gtk-greeter](https://packages.debian.org/buster/lightdm-gtk-greeter) `2.0.6-1` - simple display manager (GTK+ greeter) -- ![](green.png) [light-locker](https://packages.debian.org/buster/light-locker) `1.8.0-3` - simple screen locker for lightDM display manager -- ![](green.png) [accountsservice](https://packages.debian.org/buster/accountsservice) `0.6.45-2` - query and manipulate user account information -- ![](grey.png) _[slim](https://packages.debian.org/buster/slim) `1.3.6-5.1` - desktop-independent graphical login manager for X11_ -- ![](grey.png) _[gdm3](https://packages.debian.org/buster/gdm3) `3.30.2-3` - GNOME Display Manager_ -- ![](grey.png) _[arctica-greeter](https://packages.debian.org/buster/arctica-greeter) `0.99.1.3-1` - LightDM Arctica Greeter_ -- ![](grey.png) _[xscreensaver](https://packages.debian.org/buster/xscreensaver) `5.42+dfsg1-1` - Screensaver daemon and frontend for X11_ -- ![](grey.png) _[xscreensaver-data-extra](https://packages.debian.org/buster/xscreensaver-data-extra) `5.42+dfsg1-1` - Extra screen saver modules for screensaver frontends_ -- ![](grey.png) _[xscreensaver-gl](https://packages.debian.org/buster/xscreensaver-gl) `5.42+dfsg1-1` - GL(Mesa) screen saver modules for screensaver frontends_ -- ![](grey.png) _[xscreensaver-gl-extra](https://packages.debian.org/buster/xscreensaver-gl-extra) `5.42+dfsg1-1` - Extra GL(Mesa) screen saver modules for screensaver frontends_ +- ![](green.png) [lightdm](https://packages.debian.org/bullseye/lightdm) `1.26.0-7` - simple display manager +- ![](green.png) [lightdm-gtk-greeter](https://packages.debian.org/bullseye/lightdm-gtk-greeter) `2.0.8-2` - simple display manager (GTK+ greeter) +- ![](green.png) [light-locker](https://packages.debian.org/bullseye/light-locker) `1.8.0-3` - simple screen locker for lightDM display manager +- ![](green.png) [accountsservice](https://packages.debian.org/bullseye/accountsservice) `0.6.55-3` - query and manipulate user account information +- ![](grey.png) _[slim](https://packages.debian.org/bullseye/slim) `1.3.6-5.2` - desktop-independent graphical login manager for X11_ +- ![](grey.png) _[gdm3](https://packages.debian.org/bullseye/gdm3) `3.38.2.1-1` - GNOME Display Manager_ +- ![](grey.png) _[arctica-greeter](https://packages.debian.org/bullseye/arctica-greeter) `0.99.1.5-2` - LightDM Arctica Greeter_ +- ![](grey.png) _[xsecurelock](https://packages.debian.org/bullseye/xsecurelock) `1.5.1-1` - X11 screen lock utility with the primary goal of security_ +- ![](grey.png) _[xscreensaver](https://packages.debian.org/bullseye/xscreensaver) `5.45+dfsg1-2` - Screensaver daemon and frontend for X11_ +- ![](grey.png) _[xscreensaver-data-extra](https://packages.debian.org/bullseye/xscreensaver-data-extra) `5.45+dfsg1-2` - Extra screen saver modules for screensaver frontends_ +- ![](grey.png) _[xscreensaver-gl](https://packages.debian.org/bullseye/xscreensaver-gl) `5.45+dfsg1-2` - GL(Mesa) screen saver modules for screensaver frontends_ +- ![](grey.png) _[xscreensaver-gl-extra](https://packages.debian.org/bullseye/xscreensaver-gl-extra) `5.45+dfsg1-2` - Extra GL(Mesa) screen saver modules for screensaver frontends_ #### Boot screen -- ![](green.png) [plymouth](https://packages.debian.org/buster/plymouth) `0.9.4-1.1` - boot animation, logger and I/O multiplexer -- ![](green.png) [plymouth-x11](https://packages.debian.org/buster/plymouth-x11) `0.9.4-1.1` - boot animation, logger and I/O multiplexer - X11 renderer +- ![](green.png) [plymouth](https://packages.debian.org/bullseye/plymouth) `0.9.5-3` - boot animation, logger and I/O multiplexer +- ![](green.png) [plymouth-x11](https://packages.debian.org/bullseye/plymouth-x11) `0.9.5-3` - boot animation, logger and I/O multiplexer - X11 renderer +- ![](green.png) [plymouth-themes](https://packages.debian.org/bullseye/plymouth-themes) `0.9.5-3` - boot animation, logger and I/O multiplexer - themes #### Scheduling -- ![](green.png) [at](https://packages.debian.org/buster/at) `3.1.23-1` - Delayed job execution and batch processing +- ![](green.png) [at](https://packages.debian.org/bullseye/at) `3.1.23-1.1` - Delayed job execution and batch processing #### Desktop performance -- ![](green.png) [ulatencyd](https://packages.debian.org/buster/ulatencyd) `0.5.0-9+b1` - scriptable latency regulator using cgroups (server) -- ![](green.png) [irqbalance](https://packages.debian.org/buster/irqbalance) `1.5.0-3` - Daemon to balance interrupts for SMP systems -- ![](grey.png) _[haveged](https://packages.debian.org/buster/haveged) `1.9.1-7` - Linux entropy source using the HAVEGE algorithm_ +- ![](grey.png) _[haveged](https://packages.debian.org/bullseye/haveged) `1.9.14-1` - Linux entropy source using the HAVEGE algorithm_ +- ![](grey.png) _[oomd](https://packages.debian.org/bullseye/oomd) `0.4.0-1+b1` - userspace Out-Of-Memory (OOM) killer for Linux systems_ +- ![](grey.png) _[irqbalance](https://packages.debian.org/bullseye/irqbalance) `1.7.0-1` - Daemon to balance interrupts for SMP systems_ +- ![](grey.png) _[preload](https://packages.debian.org/bullseye/preload) `0.6.4-5+b1` - adaptive readahead daemon_ #### Security & sandboxing -- ![](green.png) [apparmor](https://packages.debian.org/buster/apparmor) `2.13.2-10` - user-space parser utility for AppArmor -- ![](green.png) [apparmor-easyprof](https://packages.debian.org/buster/apparmor-easyprof) `2.13.2-10` - AppArmor easyprof profiling tool -- ![](green.png) [apparmor-profiles](https://packages.debian.org/buster/apparmor-profiles) `2.13.2-10` - experimental profiles for AppArmor security policies -- ![](green.png) [apparmor-utils](https://packages.debian.org/buster/apparmor-utils) `2.13.2-10` - utilities for controlling AppArmor -- ![](green.png) [libpam-tmpdir](https://packages.debian.org/buster/libpam-tmpdir) `0.09+b2` - automatic per-user temporary directories -- ![](green.png) [sudo](https://packages.debian.org/buster/sudo) `1.8.27-1+deb10u2` - Provide limited super user privileges to specific users -- ![](grey.png) _[apparmor-notify](https://packages.debian.org/buster/apparmor-notify) `2.13.2-10` - AppArmor notification system_ -- ![](grey.png) _[apparmor-profiles-extra](https://packages.debian.org/buster/apparmor-profiles-extra) `1.26` - Extra profiles for AppArmor Security policies_ +- ![](green.png) [apparmor](https://packages.debian.org/bullseye/apparmor) `2.13.6-10` - user-space parser utility for AppArmor +- ![](green.png) [apparmor-easyprof](https://packages.debian.org/bullseye/apparmor-easyprof) `2.13.6-10` - AppArmor easyprof profiling tool +- ![](green.png) [apparmor-profiles](https://packages.debian.org/bullseye/apparmor-profiles) `2.13.6-10` - experimental profiles for AppArmor security policies +- ![](green.png) [apparmor-utils](https://packages.debian.org/bullseye/apparmor-utils) `2.13.6-10` - utilities for controlling AppArmor +- ![](green.png) [libpam-tmpdir](https://packages.debian.org/bullseye/libpam-tmpdir) `0.09+b2` - automatic per-user temporary directories +- ![](green.png) [sudo](https://packages.debian.org/bullseye/sudo) `1.9.5p2-3` - Provide limited super user privileges to specific users +- ![](grey.png) _[apparmor-notify](https://packages.debian.org/bullseye/apparmor-notify) `2.13.6-10` - AppArmor notification system_ +- ![](grey.png) _[apparmor-profiles-extra](https://packages.debian.org/bullseye/apparmor-profiles-extra) `1.34` - Extra profiles for AppArmor Security policies_ +- ![](grey.png) _[doas](https://packages.debian.org/bullseye/doas) `6.8.1-2` - minimal replacement for sudo_ #### Time -- ![](green.png) [chrony](https://packages.debian.org/buster/chrony) `3.4-4+deb10u1` - Versatile implementation of the Network Time Protocol -- ![](grey.png) _[ntp](https://packages.debian.org/buster/ntp) `1:4.2.8p12+dfsg-4` - Network Time Protocol daemon and utility programs_ +- ![](green.png) [chrony](https://packages.debian.org/bullseye/chrony) `4.0-8` - Versatile implementation of the Network Time Protocol +- ![](grey.png) _[ntp](https://packages.debian.org/bullseye/ntp) `1:4.2.8p15+dfsg-1` - Network Time Protocol daemon and utility programs_ #### Display - - - - - -**[xorg](https://packages.debian.org/buster/xorg)** - X.Org X Window System - - - This metapackage provides the components for a standalone - workstation running the X Window System. It provides the X libraries, an X - server, a set of fonts, and a group of basic X clients and utilities. - - - ------------------------ - - -- ![](green.png) [mesa-utils](https://packages.debian.org/buster/mesa-utils) `8.4.0-1+b1` - Miscellaneous Mesa GL utilities -- ![](green.png) [libgl1-mesa-dri](https://packages.debian.org/buster/libgl1-mesa-dri) `18.3.6-2+deb10u1` - free implementation of the OpenGL API -- DRI modules -- ![](green.png) [va-driver-all](https://packages.debian.org/buster/va-driver-all) `2.4.0-1` - Video Acceleration (VA) API -- driver metapackage -- ![](green.png) [xinput](https://packages.debian.org/buster/xinput) `1.6.2-1+b1` - Runtime configuration and test of XInput devices -- ![](green.png) [xorg](https://packages.debian.org/buster/xorg) `1:7.7+19` - X.Org X Window System -- ![](green.png) [xinit](https://packages.debian.org/buster/xinit) `1.4.0-1` - X server initialisation tool -- ![](green.png) [xfonts-base](https://packages.debian.org/buster/xfonts-base) `1:1.0.5` - standard fonts for X -- ![](green.png) [xfonts-scalable](https://packages.debian.org/buster/xfonts-scalable) `1:1.0.3-1.1` - scalable fonts for X -- ![](green.png) [xfonts-75dpi](https://packages.debian.org/buster/xfonts-75dpi) `1:1.0.4+nmu1` - 75 dpi fonts for X -- ![](green.png) [xfonts-100dpi](https://packages.debian.org/buster/xfonts-100dpi) `1:1.0.4+nmu1` - 100 dpi fonts for X -- ![](green.png) [xserver-xorg](https://packages.debian.org/buster/xserver-xorg) `1:7.7+19` - X.Org X server -- ![](green.png) [xserver-xorg-input-all](https://packages.debian.org/buster/xserver-xorg-input-all) `1:7.7+19` - X.Org X server -- input driver metapackage -- ![](green.png) [xserver-xorg-input-wacom](https://packages.debian.org/buster/xserver-xorg-input-wacom) `0.34.99.1-1` - X.Org X server -- Wacom input driver -- ![](green.png) [xserver-xorg-input-aiptek](https://packages.debian.org/buster/xserver-xorg-input-aiptek) `1:1.4.1-2+b1` - X.Org X server -- Aiptek input driver -- ![](green.png) [xserver-xorg-input-elographics](https://packages.debian.org/buster/xserver-xorg-input-elographics) `1:1.4.1-1+b5` - X.Org X server -- ELOGraphics input driver -- ![](green.png) [xserver-xorg-input-joystick](https://packages.debian.org/buster/xserver-xorg-input-joystick) `1:1.6.3-1+b1` - X.Org X server -- joystick input driver -- ![](green.png) [xserver-xorg-input-kbd](https://packages.debian.org/buster/xserver-xorg-input-kbd) `1:1.9.0-1+b1` - X.Org X server -- keyboard input driver -- ![](green.png) [xserver-xorg-input-mouse](https://packages.debian.org/buster/xserver-xorg-input-mouse) `1:1.9.3-1` - X.Org X server -- mouse input driver -- ![](green.png) [xserver-xorg-input-mutouch](https://packages.debian.org/buster/xserver-xorg-input-mutouch) `1:1.3.0-1+b7` - X.Org X server -- muTouch input driver -- ![](green.png) [xserver-xorg-input-multitouch](https://packages.debian.org/buster/xserver-xorg-input-multitouch) `1.0~rc3-2` - Multitouch X input driver -- ![](green.png) [xserver-xorg-input-synaptics](https://packages.debian.org/buster/xserver-xorg-input-synaptics) `1.9.1-1` - Synaptics TouchPad driver for X.Org server -- ![](green.png) [xserver-xorg-video-all](https://packages.debian.org/buster/xserver-xorg-video-all) `1:7.7+19` - X.Org X server -- output driver metapackage -- ![](green.png) [xserver-xorg-video-intel](https://packages.debian.org/buster/xserver-xorg-video-intel) `2:2.99.917+git20180925-2` - X.Org X server -- Intel i8xx, i9xx display driver -- ![](green.png) [xfonts-base](https://packages.debian.org/buster/xfonts-base) `1:1.0.5` - standard fonts for X -- ![](green.png) [hwdata](https://packages.debian.org/buster/hwdata) `0.290-1` - hardware identification / configuration data -- ![](green.png) [nvidia-driver](https://packages.debian.org/buster/nvidia-driver) `450.80.02-1~bpo10+1` - NVIDIA metapackage +- ![](green.png) [mesa-utils](https://packages.debian.org/bullseye/mesa-utils) `8.4.0-1+b1` - Miscellaneous Mesa GL utilities +- ![](green.png) [libgl1-mesa-dri](https://packages.debian.org/bullseye/libgl1-mesa-dri) `20.3.5-1` - free implementation of the OpenGL API -- DRI modules +- ![](green.png) [va-driver-all](https://packages.debian.org/bullseye/va-driver-all) `2.10.0-1` - Video Acceleration (VA) API -- driver metapackage +- ![](green.png) [xinput](https://packages.debian.org/bullseye/xinput) `1.6.3-1` - Runtime configuration and test of XInput devices +- ![](green.png) [xorg](https://packages.debian.org/bullseye/xorg) `1:7.7+22` - X.Org X Window System +- ![](green.png) [xinit](https://packages.debian.org/bullseye/xinit) `1.4.0-1` - X server initialisation tool +- ![](green.png) [xfonts-base](https://packages.debian.org/bullseye/xfonts-base) `1:1.0.5` - standard fonts for X +- ![](green.png) [xfonts-scalable](https://packages.debian.org/bullseye/xfonts-scalable) `1:1.0.3-1.2` - scalable fonts for X +- ![](green.png) [xfonts-75dpi](https://packages.debian.org/bullseye/xfonts-75dpi) `1:1.0.4+nmu1.1` - 75 dpi fonts for X +- ![](green.png) [xfonts-100dpi](https://packages.debian.org/bullseye/xfonts-100dpi) `1:1.0.4+nmu1.1` - 100 dpi fonts for X +- ![](green.png) [xserver-xorg](https://packages.debian.org/bullseye/xserver-xorg) `1:7.7+22` - X.Org X server +- ![](green.png) [xserver-xorg-input-all](https://packages.debian.org/bullseye/xserver-xorg-input-all) `1:7.7+22` - X.Org X server -- input driver metapackage +- ![](green.png) [xserver-xorg-input-wacom](https://packages.debian.org/bullseye/xserver-xorg-input-wacom) `0.34.99.1-1+b1` - X.Org X server -- Wacom input driver +- ![](green.png) [xserver-xorg-input-aiptek](https://packages.debian.org/bullseye/xserver-xorg-input-aiptek) `1:1.4.1-3+b1` - X.Org X server -- Aiptek input driver +- ![](green.png) [xserver-xorg-input-elographics](https://packages.debian.org/bullseye/xserver-xorg-input-elographics) `1:1.4.2-1` - X.Org X server -- ELOGraphics input driver +- ![](green.png) [xserver-xorg-input-joystick](https://packages.debian.org/bullseye/xserver-xorg-input-joystick) `1:1.6.3-1+b1` - X.Org X server -- joystick input driver +- ![](green.png) [xserver-xorg-input-kbd](https://packages.debian.org/bullseye/xserver-xorg-input-kbd) `1:1.9.0-1+b2` - X.Org X server -- keyboard input driver +- ![](green.png) [xserver-xorg-input-mouse](https://packages.debian.org/bullseye/xserver-xorg-input-mouse) `1:1.9.3-1` - X.Org X server -- mouse input driver +- ![](green.png) [xserver-xorg-input-mutouch](https://packages.debian.org/bullseye/xserver-xorg-input-mutouch) `1:1.3.0-2+b1` - X.Org X server -- muTouch input driver +- ![](green.png) [xserver-xorg-input-multitouch](https://packages.debian.org/bullseye/xserver-xorg-input-multitouch) `1.0~rc3-2+b1` - Multitouch X input driver +- ![](green.png) [xserver-xorg-input-synaptics](https://packages.debian.org/bullseye/xserver-xorg-input-synaptics) `1.9.1-2` - Synaptics TouchPad driver for X.Org server +- ![](green.png) [xserver-xorg-video-all](https://packages.debian.org/bullseye/xserver-xorg-video-all) `1:7.7+22` - X.Org X server -- output driver metapackage +- ![](green.png) [xserver-xorg-video-intel](https://packages.debian.org/bullseye/xserver-xorg-video-intel) `2:2.99.917+git20200714-1+b1` - X.Org X server -- Intel i8xx, i9xx display driver +- ![](green.png) [xfonts-base](https://packages.debian.org/bullseye/xfonts-base) `1:1.0.5` - standard fonts for X +- ![](green.png) [hwdata](https://packages.debian.org/bullseye/hwdata) `0.345-1` - hardware identification / configuration data +- ![](green.png) [nvidia-driver](https://packages.debian.org/bullseye/nvidia-driver) `460.91.03-1` - NVIDIA metapackage #### Kernel/boot/init -- ![](green.png) [linux-headers-amd64](https://packages.debian.org/buster/linux-headers-amd64) `5.9.6-1~bpo10+1` - Header files for Linux amd64 configuration (meta-package) -- ![](green.png) [linux-headers-686:i386](https://packages.debian.org/buster/linux-headers-686:i386) `4.19+105+deb10u8` - Header files for Linux 686 configuration (meta-package) -- ![](green.png) [module-assistant](https://packages.debian.org/buster/module-assistant) `0.11.10` - tool to make module package creation easier -- ![](green.png) [dkms](https://packages.debian.org/buster/dkms) `2.6.1-4` - Dynamic Kernel Module Support Framework -- ![](green.png) [build-essential](https://packages.debian.org/buster/build-essential) `12.6` - Informational list of build-essential packages -- ![](green.png) [systemd](https://packages.debian.org/buster/systemd) `241-7~deb10u5` - system and service manager -- ![](green.png) [os-prober](https://packages.debian.org/buster/os-prober) `1.77` - utility to detect other OSes on a set of drives -- ![](green.png) [initramfs-tools](https://packages.debian.org/buster/initramfs-tools) `0.133+deb10u1` - generic modular initramfs generator (automation) -- ![](green.png) [console-setup](https://packages.debian.org/buster/console-setup) `1.193~deb10u1` - console font and keymap setup program -- ![](green.png) [user-setup](https://packages.debian.org/buster/user-setup) `1.81` - Set up initial user and password -- ![](green.png) [libpam-systemd](https://packages.debian.org/buster/libpam-systemd) `241-7~deb10u5` - system and service manager - PAM module -- ![](grey.png) _[kexec-tools](https://packages.debian.org/buster/kexec-tools) `1:2.0.18-1` - tools to support fast kexec reboots_ +- ![](green.png) [linux-headers-amd64](https://packages.debian.org/bullseye/linux-headers-amd64) `5.10.70-1` - Header files for Linux amd64 configuration (meta-package) +- ![](green.png) [linux-headers-686:i386](https://packages.debian.org/bullseye/linux-headers-686:i386) `5.10.70-1` - Header files for Linux 686 configuration (meta-package) +- ![](green.png) [module-assistant](https://packages.debian.org/bullseye/module-assistant) `0.11.10` - tool to make module package creation easier +- ![](green.png) [dkms](https://packages.debian.org/bullseye/dkms) `2.8.4-3` - Dynamic Kernel Module Support Framework +- ![](green.png) [build-essential](https://packages.debian.org/bullseye/build-essential) `12.9` - Informational list of build-essential packages +- ![](green.png) [systemd](https://packages.debian.org/bullseye/systemd) `247.3-6` - system and service manager +- ![](green.png) [os-prober](https://packages.debian.org/bullseye/os-prober) `1.79` - utility to detect other OSes on a set of drives +- ![](green.png) [initramfs-tools](https://packages.debian.org/bullseye/initramfs-tools) `0.140` - generic modular initramfs generator (automation) +- ![](green.png) [console-setup](https://packages.debian.org/bullseye/console-setup) `1.205` - console font and keymap setup program +- ![](green.png) [user-setup](https://packages.debian.org/bullseye/user-setup) `1.88` - Set up initial user and password +- ![](green.png) [libpam-systemd](https://packages.debian.org/bullseye/libpam-systemd) `247.3-6` - system and service manager - PAM module +- ![](grey.png) _[kexec-tools](https://packages.debian.org/bullseye/kexec-tools) `1:2.0.20-2.1` - tools to support fast kexec reboots_ +- ![](grey.png) _[kthresher](https://packages.debian.org/bullseye/kthresher) `1.4.1-2` - Purge Unused Kernels_ #### Firmwares -- ![](green.png) [firmware-linux-free](https://packages.debian.org/buster/firmware-linux-free) `3.4` - Binary firmware for various drivers in the Linux kernel -- ![](green.png) [firmware-linux-nonfree](https://packages.debian.org/buster/firmware-linux-nonfree) `20200918-1~bpo10+1` - Binary firmware for various drivers in the Linux kernel (meta-package) -- ![](green.png) [amd64-microcode](https://packages.debian.org/buster/amd64-microcode) `3.20181128.1` - Processor microcode firmware for AMD CPUs -- ![](green.png) [intel-microcode](https://packages.debian.org/buster/intel-microcode) `3.20200616.1~deb10u1` - Processor microcode firmware for Intel CPUs +- ![](green.png) [firmware-linux-free](https://packages.debian.org/bullseye/firmware-linux-free) `20200122-1` - Binary firmware for various drivers in the Linux kernel +- ![](green.png) [firmware-linux-nonfree](https://packages.debian.org/bullseye/firmware-linux-nonfree) `20210315-3` - Binary firmware for various drivers in the Linux kernel (metapackage) +- ![](green.png) [amd64-microcode](https://packages.debian.org/bullseye/amd64-microcode) `3.20191218.1` - Processor microcode firmware for AMD CPUs +- ![](green.png) [intel-microcode](https://packages.debian.org/bullseye/intel-microcode) `3.20210608.2` - Processor microcode firmware for Intel CPUs #### Hardware-specific packages -- ![](grey.png) _[driverctl](https://packages.debian.org/buster/driverctl) `0.101-1` - Device driver control utility for Linux_ -- ![](grey.png) _[pommed](https://packages.debian.org/buster/pommed) `1.39~dfsg-5` - Apple laptops hotkeys event handler_ -- ![](grey.png) _[lomoco](https://packages.debian.org/buster/lomoco) `1.0.0-3` - Logitech Mouse Control for USB mice_ -- ![](grey.png) _[wmgui](https://packages.debian.org/buster/wmgui) `0.6.00+svn201-4` - GUI interface to the wiimote_ -- ![](grey.png) _[mbpfan](https://packages.debian.org/buster/mbpfan) `2.0.2-1` - fan control daemon for Apple Macbooks_ -- ![](grey.png) _[usbmuxd](https://packages.debian.org/buster/usbmuxd) `1.1.1~git20181007.f838cf6-1` - USB multiplexor daemon for iPhone and iPod Touch devices_ -- ![](grey.png) _[fprintd](https://packages.debian.org/buster/fprintd) `0.8.1-1` - D-Bus daemon for fingerprint reader access_ +- ![](grey.png) _[driverctl](https://packages.debian.org/bullseye/driverctl) `0.111-1` - Device driver control utility for Linux_ +- ![](grey.png) _[pommed](https://packages.debian.org/bullseye/pommed) `1.39~dfsg-5.1` - Apple laptops hotkeys event handler_ +- ![](grey.png) _[lomoco](https://packages.debian.org/bullseye/lomoco) `1.0.0-4` - Logitech Mouse Control for USB mice_ +- ![](grey.png) _[wmgui](https://packages.debian.org/bullseye/wmgui) `0.6.91-2+b1` - GUI interface to the wiimote_ +- ![](grey.png) _[mbpfan](https://packages.debian.org/bullseye/mbpfan) `2.2.1-1` - fan control daemon for Apple Macbooks_ +- ![](grey.png) _[usbmuxd](https://packages.debian.org/bullseye/usbmuxd) `1.1.1-2` - USB multiplexor daemon for iPhone and iPod Touch devices_ +- ![](grey.png) _[fprintd](https://packages.debian.org/bullseye/fprintd) `1.90.9-1` - D-Bus daemon for fingerprint reader access_ #### Live system components -- ![](green.png) [live-boot](https://packages.debian.org/buster/live-boot) `1:20190614` - Live System Boot Components -- ![](green.png) [live-config](https://packages.debian.org/buster/live-config) `5.20190519` - Live System Configuration Components -- ![](green.png) [live-config-systemd](https://packages.debian.org/buster/live-config-systemd) `5.20190519` - Live System Configuration Components (systemd backend) -- ![](green.png) [user-setup](https://packages.debian.org/buster/user-setup) `1.81` - Set up initial user and password -- ![](green.png) [live-tools](https://packages.debian.org/buster/live-tools) `1:20171207` - Live System Extra Components -- ![](green.png) [eject](https://packages.debian.org/buster/eject) `2.1.5+deb1+cvs20081104-13.2` - ejects CDs and operates CD-Changers under Linux \ No newline at end of file +- ![](green.png) [live-boot](https://packages.debian.org/bullseye/live-boot) `1:20210208` - Live System Boot Components +- ![](green.png) [live-config](https://packages.debian.org/bullseye/live-config) `11.0.3` - Live System Configuration Components +- ![](green.png) [live-config-systemd](https://packages.debian.org/bullseye/live-config-systemd) `11.0.3` - Live System Configuration Components (systemd backend) +- ![](green.png) [user-setup](https://packages.debian.org/bullseye/user-setup) `1.88` - Set up initial user and password +- ![](green.png) [live-tools](https://packages.debian.org/bullseye/live-tools) `1:20190831` - Live System Extra Components +- ![](green.png) [eject](https://packages.debian.org/bullseye/eject) `2.36.1-8` - ejects CDs and operates CD-Changers under Linux \ No newline at end of file diff --git a/doc/md/packages/utility.md b/doc/md/packages/utility.md index 5ea6426..c333af7 100644 --- a/doc/md/packages/utility.md +++ b/doc/md/packages/utility.md @@ -9,9 +9,9 @@ - + -**[thunar](https://packages.debian.org/buster/thunar)** - File Manager for Xfce +**[thunar](https://packages.debian.org/bullseye/thunar)** - File Manager for Xfce Thunar is the file manager designed to be the default file manager for the @@ -22,55 +22,55 @@ ----------------------- -- ![](green.png) [gvfs-backends](https://packages.debian.org/buster/gvfs-backends) `1.38.1-5` - userspace virtual filesystem - backends -- ![](green.png) [gvfs-bin](https://packages.debian.org/buster/gvfs-bin) `1.38.1-5` - userspace virtual filesystem - deprecated command-line tools -- ![](green.png) [gvfs-fuse](https://packages.debian.org/buster/gvfs-fuse) `1.38.1-5` - userspace virtual filesystem - fuse server -- ![](green.png) [jdupes](https://packages.debian.org/buster/jdupes) `1.12-1` - identify and delete or link duplicate files -- ![](green.png) [libgphoto2-l10n](https://packages.debian.org/buster/libgphoto2-l10n) `2.5.22-3` - gphoto2 digital camera library - localized messages -- ![](green.png) [libmtp-runtime](https://packages.debian.org/buster/libmtp-runtime) `1.1.16-2` - Media Transfer Protocol (MTP) runtime tools -- ![](green.png) [mlocate](https://packages.debian.org/buster/mlocate) `0.26-3` - quickly find files on the filesystem based on their name -- ![](green.png) [ooo-thumbnailer](https://packages.debian.org/buster/ooo-thumbnailer) `0.2-5.1` - thumbnailer for OpenOffice.org documents -- ![](green.png) [rename](https://packages.debian.org/buster/rename) `1.10-1` - Perl extension for renaming multiple files -- ![](green.png) [secure-delete](https://packages.debian.org/buster/secure-delete) `3.1-6` - tools to wipe files, free disk space, swap and memory -- ![](green.png) [thunar](https://packages.debian.org/buster/thunar) `1.8.4-1` - File Manager for Xfce -- ![](green.png) [thunar-archive-plugin](https://packages.debian.org/buster/thunar-archive-plugin) `0.4.0-2` - Archive plugin for Thunar file manager -- ![](green.png) [thunar-media-tags-plugin](https://packages.debian.org/buster/thunar-media-tags-plugin) `0.3.0-2` - Media tags plugin for Thunar file manager -- ![](green.png) [thunar-volman](https://packages.debian.org/buster/thunar-volman) `0.9.1-1` - Thunar extension for volumes management -- ![](green.png) [trash-cli](https://packages.debian.org/buster/trash-cli) `0.17.1.14-2` - command line trashcan utility -- ![](green.png) [tree](https://packages.debian.org/buster/tree) `1.8.0-1` - displays an indented directory tree, in color -- ![](green.png) [tumbler](https://packages.debian.org/buster/tumbler) `0.2.3-1` - D-Bus thumbnailing service -- ![](green.png) [catfish](https://packages.debian.org/buster/catfish) `1.4.7-1` - File searching tool which is configurable via the command line -- ![](grey.png) _[pcmanfm](https://packages.debian.org/buster/pcmanfm) `1.3.1-1` - extremely fast and lightweight file manager_ -- ![](grey.png) _[gprename](https://packages.debian.org/buster/gprename) `20140325-1` - Complete batch renamer for Linux_ -- ![](grey.png) _[thunar-gtkhash](https://packages.debian.org/buster/thunar-gtkhash) `1.2-1` - thunar extension for computing checksums and more using gtkhash_ -- ![](grey.png) _[nautilus](https://packages.debian.org/buster/nautilus) `3.30.5-2` - file manager and graphical shell for GNOME_ -- ![](grey.png) _[nautilus-sendto](https://packages.debian.org/buster/nautilus-sendto) `3.8.6-3` - easily send files via email from within Nautilus_ -- ![](grey.png) _[ooo-thumbnailer](https://packages.debian.org/buster/ooo-thumbnailer) `0.2-5.1` - thumbnailer for OpenOffice.org documents_ -- ![](grey.png) _[nautilus-wipe](https://packages.debian.org/buster/nautilus-wipe) `0.3-2` - Secure deletion extension for Nautilus_ -- ![](grey.png) _[nautilus-image-converter](https://packages.debian.org/buster/nautilus-image-converter) `0.3.1~git20110416-2` - nautilus extension to mass resize or rotate images_ -- ![](grey.png) _[gnome-sushi](https://packages.debian.org/buster/gnome-sushi) `3.30.0-2` - sushi is a quick previewer for nautilus_ -- ![](grey.png) _[gtkhash](https://packages.debian.org/buster/gtkhash) `1.2-1` - GTK+ utility for computing checksums and more_ -- ![](grey.png) _[gnome-split](https://packages.debian.org/buster/gnome-split) `1.2-3` - GNOME Split - File splitter for GNOME desktop_ -- ![](grey.png) _[ffmpegthumbnailer](https://packages.debian.org/buster/ffmpegthumbnailer) `2.1.1-0.2+b1` - fast and lightweight video thumbnailer_ -- ![](grey.png) _[tdfsb](https://packages.debian.org/buster/tdfsb) `0.0.10-3` - 3D filesystem browser_ -- ![](grey.png) _[cksfv](https://packages.debian.org/buster/cksfv) `1.3.14-2+b2` - sfv checker and generator_ -- ![](grey.png) _[safe-rm](https://packages.debian.org/buster/safe-rm) `0.12-7` - wrapper around the rm command to prevent accidental deletions_ -- ![](grey.png) _[mmv](https://packages.debian.org/buster/mmv) `1.01b-19+b1` - Move/Copy/Append/Link multiple files_ -- ![](grey.png) _[hardlink](https://packages.debian.org/buster/hardlink) `0.3.2` - Hardlinks multiple copies of the same file_ -- ![](grey.png) _[ranger](https://packages.debian.org/buster/ranger) `1.9.2-4` - Console File Manager with VI Key Bindings_ -- ![](grey.png) _[chkboot](https://packages.debian.org/buster/chkboot) `1.2-2` - detection of malicious changes for boot files_ -- ![](grey.png) _[reflex](https://packages.debian.org/buster/reflex) `0.2.0+git20181022.3df204f-1+b10` - Run a command when files change_ -- ![](grey.png) _[fzf](https://packages.debian.org/buster/fzf) `0.17.5-2+b10` - general-purpose command-line fuzzy finder_ -- ![](grey.png) _[ripgrep](https://packages.debian.org/buster/ripgrep) `0.10.0-2` - Recursively searches directories for a regex pattern_ -- ![](grey.png) _[fd-find](https://packages.debian.org/buster/fd-find) `7.2.0-2` - Simple, fast and user-friendly alternative to find_ +- ![](green.png) [gvfs-backends](https://packages.debian.org/bullseye/gvfs-backends) `1.46.2-1` - userspace virtual filesystem - backends +- ![](green.png) [gvfs-bin](https://packages.debian.org/bullseye/gvfs-bin) `1.46.2-1` - userspace virtual filesystem - deprecated command-line tools +- ![](green.png) [gvfs-fuse](https://packages.debian.org/bullseye/gvfs-fuse) `1.46.2-1` - userspace virtual filesystem - fuse server +- ![](green.png) [jdupes](https://packages.debian.org/bullseye/jdupes) `1.19.1-1` - identify and delete or link duplicate files +- ![](green.png) [libgphoto2-l10n](https://packages.debian.org/bullseye/libgphoto2-l10n) `2.5.27-1` - gphoto2 digital camera library - localized messages +- ![](green.png) [libmtp-runtime](https://packages.debian.org/bullseye/libmtp-runtime) `1.1.17-3` - Media Transfer Protocol (MTP) runtime tools +- ![](green.png) [mlocate](https://packages.debian.org/bullseye/mlocate) `0.26-5` - quickly find files on the filesystem based on their name +- ![](green.png) [ooo-thumbnailer](https://packages.debian.org/bullseye/ooo-thumbnailer) `0.2-5.2` - thumbnailer for OpenOffice.org documents +- ![](green.png) [rename](https://packages.debian.org/bullseye/rename) `1.13-1` - Perl extension for renaming multiple files +- ![](green.png) [secure-delete](https://packages.debian.org/bullseye/secure-delete) `3.1-6+b1` - tools to wipe files, free disk space, swap and memory +- ![](green.png) [thunar](https://packages.debian.org/bullseye/thunar) `4.16.8-1` - File Manager for Xfce +- ![](green.png) [thunar-archive-plugin](https://packages.debian.org/bullseye/thunar-archive-plugin) `0.4.0-2` - Archive plugin for Thunar file manager +- ![](green.png) [thunar-media-tags-plugin](https://packages.debian.org/bullseye/thunar-media-tags-plugin) `0.3.0-2` - Media tags plugin for Thunar file manager +- ![](green.png) [thunar-volman](https://packages.debian.org/bullseye/thunar-volman) `4.16.0-1` - Thunar extension for volumes management +- ![](green.png) [trash-cli](https://packages.debian.org/bullseye/trash-cli) `0.17.1.14-5` - command line trashcan utility +- ![](green.png) [tree](https://packages.debian.org/bullseye/tree) `1.8.0-1+b1` - displays an indented directory tree, in color +- ![](green.png) [tumbler](https://packages.debian.org/bullseye/tumbler) `4.16.0-1` - D-Bus thumbnailing service +- ![](green.png) [catfish](https://packages.debian.org/bullseye/catfish) `4.16.0-1` - File searching tool which is configurable via the command line +- ![](grey.png) _[pcmanfm](https://packages.debian.org/bullseye/pcmanfm) `1.3.2-1` - extremely fast and lightweight file manager_ +- ![](grey.png) _[gprename](https://packages.debian.org/bullseye/gprename) `20201214-0.1` - Complete batch renamer for Linux_ +- ![](grey.png) _[thunar-gtkhash](https://packages.debian.org/bullseye/thunar-gtkhash) `1.2-1+b3` - thunar extension for computing checksums and more using gtkhash_ +- ![](grey.png) _[nautilus](https://packages.debian.org/bullseye/nautilus) `3.38.2-1+deb11u1` - file manager and graphical shell for GNOME_ +- ![](grey.png) _[nautilus-sendto](https://packages.debian.org/bullseye/nautilus-sendto) `3.8.6-3.1` - easily send files via email from within Nautilus_ +- ![](grey.png) _[ooo-thumbnailer](https://packages.debian.org/bullseye/ooo-thumbnailer) `0.2-5.2` - thumbnailer for OpenOffice.org documents_ +- ![](grey.png) _[nautilus-wipe](https://packages.debian.org/bullseye/nautilus-wipe) `0.3.1-2` - Secure deletion extension for Nautilus_ +- ![](grey.png) _[nautilus-image-converter](https://packages.debian.org/bullseye/nautilus-image-converter) `0.3.1~git20110416-2` - nautilus extension to mass resize or rotate images_ +- ![](grey.png) _[gnome-sushi](https://packages.debian.org/bullseye/gnome-sushi) `3.38.0-1` - sushi is a quick previewer for nautilus_ +- ![](grey.png) _[gtkhash](https://packages.debian.org/bullseye/gtkhash) `1.2-1+b3` - GTK+ utility for computing checksums and more_ +- ![](grey.png) _[gnome-split](https://packages.debian.org/bullseye/gnome-split) `1.2-4` - GNOME Split - File splitter for GNOME desktop_ +- ![](grey.png) _[ffmpegthumbnailer](https://packages.debian.org/bullseye/ffmpegthumbnailer) `2.1.1-0.2+b1` - fast and lightweight video thumbnailer_ +- ![](grey.png) _[tdfsb](https://packages.debian.org/bullseye/tdfsb) `0.0.10-3` - 3D filesystem browser_ +- ![](grey.png) _[cksfv](https://packages.debian.org/bullseye/cksfv) `1.3.14-3+b1` - sfv checker and generator_ +- ![](grey.png) _[safe-rm](https://packages.debian.org/bullseye/safe-rm) `1.1.0-2` - wrapper around the rm command to prevent accidental deletions_ +- ![](grey.png) _[mmv](https://packages.debian.org/bullseye/mmv) `1.01b-19+b1` - Move/Copy/Append/Link multiple files_ +- ![](grey.png) _[hardlink](https://packages.debian.org/bullseye/hardlink) `0.3.2+b1` - Hardlinks multiple copies of the same file_ +- ![](grey.png) _[ranger](https://packages.debian.org/bullseye/ranger) `1.9.3-3` - Console File Manager with VI Key Bindings_ +- ![](grey.png) _[chkboot](https://packages.debian.org/bullseye/chkboot) `1.3-7` - detection of malicious changes for boot files_ +- ![](grey.png) _[reflex](https://packages.debian.org/bullseye/reflex) `0.3.0-1+b6` - Run a command when files change_ +- ![](grey.png) _[fzf](https://packages.debian.org/bullseye/fzf) `0.24.3-1+b6` - general-purpose command-line fuzzy finder_ +- ![](grey.png) _[ripgrep](https://packages.debian.org/bullseye/ripgrep) `12.1.1-1+b1` - Recursively searches directories for a regex pattern_ +- ![](grey.png) _[fd-find](https://packages.debian.org/bullseye/fd-find) `8.2.1-1+b1` - Simple, fast and user-friendly alternative to find_ #### Desktop environment - + -**[xfce4](https://packages.debian.org/buster/xfce4)** - Meta-package for the Xfce Lightweight Desktop Environment +**[xfce4](https://packages.debian.org/bullseye/xfce4)** - Meta-package for the Xfce Lightweight Desktop Environment Xfce is a lightweight desktop environment for unix-like operating systems. @@ -83,40 +83,39 @@ ----------------------- -- ![](green.png) [xfdesktop4](https://packages.debian.org/buster/xfdesktop4) `4.12.4-2` - xfce desktop background, icons and root menu manager -- ![](green.png) [xfwm4](https://packages.debian.org/buster/xfwm4) `4.12.5-1` - window manager of the Xfce project -- ![](green.png) [xfce4-session](https://packages.debian.org/buster/xfce4-session) `4.12.1-6` - Xfce4 Session Manager -- ![](green.png) [xfce4-notifyd](https://packages.debian.org/buster/xfce4-notifyd) `0.4.3-1` - simple, visually-appealing notification daemon for Xfce -- ![](green.png) [xfce4-whiskermenu-plugin](https://packages.debian.org/buster/xfce4-whiskermenu-plugin) `2.3.1-1` - Alternate menu plugin for the Xfce desktop environment -- ![](green.png) [gmrun](https://packages.debian.org/buster/gmrun) `0.9.2-3` - Featureful CLI-like GTK+ application launcher -- ![](green.png) [xfce4-panel](https://packages.debian.org/buster/xfce4-panel) `4.12.2-1` - panel for Xfce4 desktop environment -- ![](green.png) [xfce4-places-plugin](https://packages.debian.org/buster/xfce4-places-plugin) `1.7.0-4` - quick access to folders, documents and removable media -- ![](green.png) [xfce4-weather-plugin](https://packages.debian.org/buster/xfce4-weather-plugin) `0.8.10-1` - weather information plugin for the Xfce4 panel -- ![](green.png) [xfce4-netload-plugin](https://packages.debian.org/buster/xfce4-netload-plugin) `1.3.1-2` - network load monitor plugin for the Xfce4 panel -- ![](green.png) [xfce4-pulseaudio-plugin](https://packages.debian.org/buster/xfce4-pulseaudio-plugin) `0.4.1-1` - Xfce4 panel plugin to control pulseaudio -- ![](grey.png) _[plank](https://packages.debian.org/buster/plank) `0.11.4-4` - Elegant, simple, clean dock_ -- ![](grey.png) _[kupfer](https://packages.debian.org/buster/kupfer) `0+v319-3` - fast and lightweight desktop summoner/launcher_ -- ![](grey.png) _[gnome-pie](https://packages.debian.org/buster/gnome-pie) `0.7.2-1` - visual application launcher for GNOME_ -- ![](grey.png) _[xfce4-appfinder](https://packages.debian.org/buster/xfce4-appfinder) `4.12.0-2` - Application finder for the Xfce4 Desktop Environment_ -- ![](grey.png) _[synapse](https://packages.debian.org/buster/synapse) `0.2.99.4-2` - semantic file launcher_ -- ![](grey.png) _[zeitgeist](https://packages.debian.org/buster/zeitgeist) `1.0.1-1` - event logging framework_ -- ![](grey.png) _[zeitgeist-datahub](https://packages.debian.org/buster/zeitgeist-datahub) `1.0.1-1` - event logging framework - passive logging daemon_ -- ![](grey.png) _[activity-log-manager](https://packages.debian.org/buster/activity-log-manager) `0.8.0-1.2` - blacklist configuration user interface for Zeitgeist_ -- ![](grey.png) _[compiz](https://packages.debian.org/buster/compiz) `2:0.8.16.1-10` - OpenGL window and compositing manager_ -- ![](grey.png) _[compiz-plugins](https://packages.debian.org/buster/compiz-plugins) `2:0.8.16.1-10` - OpenGL window and compositing manager - plugins_ -- ![](grey.png) _[compiz-plugins-default](https://packages.debian.org/buster/compiz-plugins-default) `2:0.8.16.1-10` - transitional dummy package_ -- ![](grey.png) _[compiz-plugins-extra](https://packages.debian.org/buster/compiz-plugins-extra) `2:0.8.16-2` - Compiz Reloaded plugins - extra collection_ -- ![](grey.png) _[compiz-plugins-main](https://packages.debian.org/buster/compiz-plugins-main) `2:0.8.16-4` - Compiz Reloaded plugins - main collection_ -- ![](grey.png) _[compton](https://packages.debian.org/buster/compton) `0.1~beta2+20150922-1` - compositor for X11, based on xcompmgr_ -- ![](grey.png) _[compton-conf](https://packages.debian.org/buster/compton-conf) `0.14.1-1` - Compton Configurator for Qt_ +- ![](green.png) [xfdesktop4](https://packages.debian.org/bullseye/xfdesktop4) `4.16.0-1` - Xfce desktop background, icons and root menu manager +- ![](green.png) [xfwm4](https://packages.debian.org/bullseye/xfwm4) `4.16.1-1` - window manager of the Xfce project +- ![](green.png) [xfce4-session](https://packages.debian.org/bullseye/xfce4-session) `4.16.0-1` - Xfce4 Session Manager +- ![](green.png) [xfce4-notifyd](https://packages.debian.org/bullseye/xfce4-notifyd) `0.6.2-1` - simple, visually-appealing notification daemon for Xfce +- ![](green.png) [xfce4-whiskermenu-plugin](https://packages.debian.org/bullseye/xfce4-whiskermenu-plugin) `2.5.3-1` - Alternate menu plugin for the Xfce desktop environment +- ![](green.png) [gmrun](https://packages.debian.org/bullseye/gmrun) `0.9.2-3` - Featureful CLI-like GTK+ application launcher +- ![](green.png) [xfce4-panel](https://packages.debian.org/bullseye/xfce4-panel) `4.16.2-1` - panel for Xfce4 desktop environment +- ![](green.png) [xfce4-places-plugin](https://packages.debian.org/bullseye/xfce4-places-plugin) `1.8.1-1` - quick access to folders, documents and removable media +- ![](green.png) [xfce4-weather-plugin](https://packages.debian.org/bullseye/xfce4-weather-plugin) `0.11.0-1` - weather information plugin for the Xfce4 panel +- ![](green.png) [xfce4-netload-plugin](https://packages.debian.org/bullseye/xfce4-netload-plugin) `1.3.2-1` - network load monitor plugin for the Xfce4 panel +- ![](green.png) [xfce4-pulseaudio-plugin](https://packages.debian.org/bullseye/xfce4-pulseaudio-plugin) `0.4.3-1` - Xfce4 panel plugin to control pulseaudio +- ![](grey.png) _[plank](https://packages.debian.org/bullseye/plank) `0.11.89-3` - Elegant, simple, clean dock_ +- ![](grey.png) _[kupfer](https://packages.debian.org/bullseye/kupfer) `0+v320-1` - fast and lightweight desktop summoner/launcher_ +- ![](grey.png) _[gnome-pie](https://packages.debian.org/bullseye/gnome-pie) `0.7.2-2` - visual application launcher for GNOME_ +- ![](grey.png) _[xfce4-appfinder](https://packages.debian.org/bullseye/xfce4-appfinder) `4.16.1-1` - Application finder for the Xfce4 desktop environment_ +- ![](grey.png) _[synapse](https://packages.debian.org/bullseye/synapse) `0.2.99.4-3` - semantic file launcher_ +- ![](grey.png) _[zeitgeist](https://packages.debian.org/bullseye/zeitgeist) `1.0.3-4` - event logging framework_ +- ![](grey.png) _[zeitgeist-datahub](https://packages.debian.org/bullseye/zeitgeist-datahub) `1.0.3-4` - event logging framework - passive logging daemon_ +- ![](grey.png) _[compiz](https://packages.debian.org/bullseye/compiz) `2:0.8.18-2` - OpenGL window and compositing manager_ +- ![](grey.png) _[compiz-plugins](https://packages.debian.org/bullseye/compiz-plugins) `2:0.8.18-2` - OpenGL window and compositing manager - plugins_ +- ![](grey.png) _[compiz-plugins-default](https://packages.debian.org/bullseye/compiz-plugins-default) `2:0.8.18-2` - transitional dummy package_ +- ![](grey.png) _[compiz-plugins-extra](https://packages.debian.org/bullseye/compiz-plugins-extra) `2:0.8.18-1` - Compiz Reloaded plugins - extra collection_ +- ![](grey.png) _[compiz-plugins-main](https://packages.debian.org/bullseye/compiz-plugins-main) `2:0.8.18-4` - Compiz Reloaded plugins - main collection_ +- ![](grey.png) _[compton](https://packages.debian.org/bullseye/compton) `1-1` - compositor for X11, based on xcompmgr_ +- ![](grey.png) _[compton-conf](https://packages.debian.org/bullseye/compton-conf) `0.16.0-1` - Compton Configurator for Qt_ #### Archive management - + -**[file-roller](https://packages.debian.org/buster/file-roller)** - archive manager for GNOME +**[file-roller](https://packages.debian.org/bullseye/file-roller)** - archive manager for GNOME File-roller is an archive manager for the GNOME environment. It allows you to: @@ -126,37 +125,38 @@ ----------------------- -- ![](green.png) [file-roller](https://packages.debian.org/buster/file-roller) `3.30.1-2+deb10u1` - archive manager for GNOME -- ![](green.png) [atool](https://packages.debian.org/buster/atool) `0.39.0-9` - tool for managing file archives of various types -- ![](green.png) [p7zip](https://packages.debian.org/buster/p7zip) `16.02+dfsg-6` - 7zr file archiver with high compression ratio -- ![](green.png) [p7zip-full](https://packages.debian.org/buster/p7zip-full) `16.02+dfsg-6` - 7z and 7za file archivers with high compression ratio -- ![](green.png) [arj](https://packages.debian.org/buster/arj) `3.10.22-18` - archiver for .arj files -- ![](green.png) [cabextract](https://packages.debian.org/buster/cabextract) `1.9-1` - Microsoft Cabinet file unpacker -- ![](green.png) [cpio](https://packages.debian.org/buster/cpio) `2.12+dfsg-9` - GNU cpio -- a program to manage archives of files -- ![](green.png) [lzip](https://packages.debian.org/buster/lzip) `1.21-3` - lossless data compressor based on the LZMA algorithm -- ![](green.png) [lzma](https://packages.debian.org/buster/lzma) `9.22-2.1` - Compression and decompression in the LZMA format - command line utility -- ![](green.png) [lzop](https://packages.debian.org/buster/lzop) `1.03-4+b1` - fast compression program -- ![](green.png) [lzip](https://packages.debian.org/buster/lzip) `1.21-3` - lossless data compressor based on the LZMA algorithm -- ![](green.png) [unace](https://packages.debian.org/buster/unace) `1.2b-17` - extract, test and view .ace archives -- ![](green.png) [unalz](https://packages.debian.org/buster/unalz) `0.65-7` - De-archiver for .alz files -- ![](green.png) [unrar-free](https://packages.debian.org/buster/unrar-free) `1:0.0.1+cvs20140707-4` - Unarchiver for .rar files -- ![](green.png) [rar](https://packages.debian.org/buster/rar) `2:5.5.0-1` - Archiver for .rar files -- ![](green.png) [unzip](https://packages.debian.org/buster/unzip) `6.0-23+deb10u2` - De-archiver for .zip files -- ![](green.png) [zip](https://packages.debian.org/buster/zip) `3.0-11+b1` - Archiver for .zip files -- ![](green.png) [iat](https://packages.debian.org/buster/iat) `0.1.3-7+b2` - Converts many CD-ROM image formats to iso9660 -- ![](green.png) [nrg2iso](https://packages.debian.org/buster/nrg2iso) `0.4-4+b2` - Extracts ISO9660 data from Nero ".nrg" files -- ![](green.png) [gzrt](https://packages.debian.org/buster/gzrt) `0.8-1` - gzip recovery toolkit -- ![](grey.png) _[xarchiver](https://packages.debian.org/buster/xarchiver) `1:0.5.4.14-1` - GTK+ frontend for most used compression formats_ -- ![](grey.png) _[isomaster](https://packages.debian.org/buster/isomaster) `1.3.13-1+b1` - Graphical CD image editor_ -- ![](grey.png) _[p7zip-rar](https://packages.debian.org/buster/p7zip-rar) `16.02-3` - non-free rar module for p7zip_ +- ![](green.png) [file-roller](https://packages.debian.org/bullseye/file-roller) `3.38.1-1` - archive manager for GNOME +- ![](green.png) [atool](https://packages.debian.org/bullseye/atool) `0.39.0-11` - tool for managing file archives of various types +- ![](green.png) [p7zip](https://packages.debian.org/bullseye/p7zip) `16.02+dfsg-8` - 7zr file archiver with high compression ratio +- ![](green.png) [p7zip-full](https://packages.debian.org/bullseye/p7zip-full) `16.02+dfsg-8` - 7z and 7za file archivers with high compression ratio +- ![](green.png) [arj](https://packages.debian.org/bullseye/arj) `3.10.22-24` - archiver for .arj files +- ![](green.png) [cabextract](https://packages.debian.org/bullseye/cabextract) `1.9-3` - Microsoft Cabinet file unpacker +- ![](green.png) [cpio](https://packages.debian.org/bullseye/cpio) `2.13+dfsg-4` - GNU cpio -- a program to manage archives of files +- ![](green.png) [lzip](https://packages.debian.org/bullseye/lzip) `1.22-3` - lossless data compressor based on the LZMA algorithm +- ![](green.png) [lzma](https://packages.debian.org/bullseye/lzma) `9.22-2.2` - Compression and decompression in the LZMA format - command line utility +- ![](green.png) [lzop](https://packages.debian.org/bullseye/lzop) `1.04-2` - fast compression program +- ![](green.png) [lzip](https://packages.debian.org/bullseye/lzip) `1.22-3` - lossless data compressor based on the LZMA algorithm +- ![](green.png) [unace](https://packages.debian.org/bullseye/unace) `1.2b-19` - extract, test and view .ace archives +- ![](green.png) [unalz](https://packages.debian.org/bullseye/unalz) `0.65-8` - De-archiver for .alz files +- ![](green.png) [unrar-free](https://packages.debian.org/bullseye/unrar-free) `1:0.0.1+cvs20140707-4+b1` - Unarchiver for .rar files +- ![](green.png) [rar](https://packages.debian.org/bullseye/rar) `2:5.5.0-1` - Archiver for .rar files +- ![](green.png) [unzip](https://packages.debian.org/bullseye/unzip) `6.0-26` - De-archiver for .zip files +- ![](green.png) [zip](https://packages.debian.org/bullseye/zip) `3.0-12` - Archiver for .zip files +- ![](green.png) [iat](https://packages.debian.org/bullseye/iat) `0.1.3-7+b2` - Converts many CD-ROM image formats to iso9660 +- ![](green.png) [nrg2iso](https://packages.debian.org/bullseye/nrg2iso) `0.4-4+b2` - Extracts ISO9660 data from Nero ".nrg" files +- ![](green.png) [gzrt](https://packages.debian.org/bullseye/gzrt) `0.8-1+b1` - gzip recovery toolkit +- ![](grey.png) _[xarchiver](https://packages.debian.org/bullseye/xarchiver) `1:0.5.4.17-2` - GTK+ frontend for most used compression formats_ +- ![](grey.png) _[isomaster](https://packages.debian.org/bullseye/isomaster) `1.3.13-1+b1` - Graphical CD image editor_ +- ![](grey.png) _[p7zip-rar](https://packages.debian.org/bullseye/p7zip-rar) `16.02-3` - non-free rar module for p7zip_ +- ![](grey.png) _[gztool](https://packages.debian.org/bullseye/gztool) `1.1.1-1` - gzip-compressed file indexer_ #### Password management/file/disk encryption - + -**[keepassxc](https://packages.debian.org/buster/keepassxc)** - Cross Platform Password Manager +**[keepassxc](https://packages.debian.org/bullseye/keepassxc)** - Cross Platform Password Manager KeePassXC is a free/open-source password manager or safe which helps you @@ -171,37 +171,38 @@ ----------------------- -- ![](green.png) [keepassxc](https://packages.debian.org/buster/keepassxc) `2.3.4+dfsg.1-1` - Cross Platform Password Manager -- ![](green.png) [seahorse](https://packages.debian.org/buster/seahorse) `3.30.1.1-1` - GNOME front end for GnuPG -- ![](green.png) [seahorse-daemon](https://packages.debian.org/buster/seahorse-daemon) `3.12.2-6` - Seahorse pass phrase caching agent -- ![](green.png) [gnome-keyring](https://packages.debian.org/buster/gnome-keyring) `3.28.2-5` - GNOME keyring services (daemon and tools) -- ![](green.png) [ssh-askpass-gnome](https://packages.debian.org/buster/ssh-askpass-gnome) `1:7.9p1-10+deb10u2` - interactive X program to prompt users for a passphrase for ssh-add -- ![](green.png) [libpam-gnome-keyring](https://packages.debian.org/buster/libpam-gnome-keyring) `3.28.2-5` - PAM module to unlock the GNOME keyring upon login -- ![](green.png) [gnupg](https://packages.debian.org/buster/gnupg) `2.2.12-1+deb10u1` - GNU privacy guard - a free PGP replacement -- ![](green.png) [gnupg2](https://packages.debian.org/buster/gnupg2) `2.2.12-1+deb10u1` - GNU privacy guard - a free PGP replacement (dummy transitional package) -- ![](green.png) [pwgen](https://packages.debian.org/buster/pwgen) `2.08-1` - Automatic Password generation -- ![](green.png) [nss-passwords](https://packages.debian.org/buster/nss-passwords) `0.2-2+b2` - read passwords from a Mozilla keyring -- ![](green.png) [cryptsetup](https://packages.debian.org/buster/cryptsetup) `2:2.1.0-5+deb10u2` - transitional dummy package for cryptsetup-{run,initramfs} -- ![](green.png) [libblockdev-crypto2](https://packages.debian.org/buster/libblockdev-crypto2) `2.20-7+deb10u1` - Crypto plugin for libblockdev -- ![](grey.png) _[keepassx](https://packages.debian.org/buster/keepassx) `2.0.3-2` - Cross Platform Password Manager_ -- ![](grey.png) _[keepass2](https://packages.debian.org/buster/keepass2) `2.41+dfsg-1` - Password manager_ -- ![](grey.png) _[qtpass](https://packages.debian.org/buster/qtpass) `1.2.3-2` - GUI for password manager pass_ -- ![](grey.png) _[apg](https://packages.debian.org/buster/apg) `2.2.3.dfsg.1-5` - Automated Password Generator - Standalone version_ -- ![](grey.png) _[tcplay](https://packages.debian.org/buster/tcplay) `1.1-6` - Free and simple TrueCrypt Implementation based on dm-crypt_ -- ![](grey.png) _[xkcdpass](https://packages.debian.org/buster/xkcdpass) `1.16.5+dfsg.1-1` - secure passphrase generator inspired by XKCD 936_ -- ![](grey.png) _[pass](https://packages.debian.org/buster/pass) `1.7.3-2` - lightweight directory-based password manager_ -- ![](grey.png) _[tomb](https://packages.debian.org/buster/tomb) `2.5+dfsg1-2` - crypto undertaker_ -- ![](grey.png) _[zulucrypt-gui](https://packages.debian.org/buster/zulucrypt-gui) `5.4.0-3` - graphical front end for zulucrypt-cli_ -- ![](grey.png) _[zulumount-gui](https://packages.debian.org/buster/zulumount-gui) `5.4.0-3` - graphical front end for zulumount-cli_ -- ![](grey.png) _[libzulucrypt-plugins](https://packages.debian.org/buster/libzulucrypt-plugins) `5.4.0-3` - collection of plugins for zulucrypt_ +- ![](green.png) [keepassxc](https://packages.debian.org/bullseye/keepassxc) `2.6.2+dfsg.1-1` - Cross Platform Password Manager +- ![](green.png) [seahorse](https://packages.debian.org/bullseye/seahorse) `3.38.0.1-2` - GNOME front end for GnuPG +- ![](green.png) [seahorse-daemon](https://packages.debian.org/bullseye/seahorse-daemon) `3.12.2-6` - Seahorse pass phrase caching agent +- ![](green.png) [gnome-keyring](https://packages.debian.org/bullseye/gnome-keyring) `3.36.0-1` - GNOME keyring services (daemon and tools) +- ![](green.png) [ssh-askpass-gnome](https://packages.debian.org/bullseye/ssh-askpass-gnome) `1:8.4p1-5` - interactive X program to prompt users for a passphrase for ssh-add +- ![](green.png) [libpam-gnome-keyring](https://packages.debian.org/bullseye/libpam-gnome-keyring) `3.36.0-1` - PAM module to unlock the GNOME keyring upon login +- ![](green.png) [gnupg](https://packages.debian.org/bullseye/gnupg) `2.2.27-2` - GNU privacy guard - a free PGP replacement +- ![](green.png) [gnupg2](https://packages.debian.org/bullseye/gnupg2) `2.2.27-2` - GNU privacy guard - a free PGP replacement (dummy transitional package) +- ![](green.png) [pwgen](https://packages.debian.org/bullseye/pwgen) `2.08-2` - Automatic Password generation +- ![](green.png) [nss-passwords](https://packages.debian.org/bullseye/nss-passwords) `0.3-1` - read passwords from a Mozilla keyring +- ![](green.png) [cryptsetup](https://packages.debian.org/bullseye/cryptsetup) `2:2.3.5-1` - disk encryption support - startup scripts +- ![](green.png) [libblockdev-crypto2](https://packages.debian.org/bullseye/libblockdev-crypto2) `2.25-2` - Crypto plugin for libblockdev +- ![](grey.png) _[keepassx](https://packages.debian.org/bullseye/keepassx) `2.0.3+git20190121.1682ab9-2.2` - Cross Platform Password Manager_ +- ![](grey.png) _[keepass2](https://packages.debian.org/bullseye/keepass2) `2.47+dfsg-2` - Password manager_ +- ![](grey.png) _[qtpass](https://packages.debian.org/bullseye/qtpass) `1.3.2-3` - GUI for password manager pass_ +- ![](grey.png) _[revelation](https://packages.debian.org/bullseye/revelation) `0.5.4-2` - GNOME3 Password manager_ +- ![](grey.png) _[apg](https://packages.debian.org/bullseye/apg) `2.2.3.dfsg.1-5+b2` - Automated Password Generator - Standalone version_ +- ![](grey.png) _[tcplay](https://packages.debian.org/bullseye/tcplay) `1.1-6` - Free and simple TrueCrypt Implementation based on dm-crypt_ +- ![](grey.png) _[xkcdpass](https://packages.debian.org/bullseye/xkcdpass) `1.16.5+dfsg.1-1.1` - secure passphrase generator inspired by XKCD 936_ +- ![](grey.png) _[pass](https://packages.debian.org/bullseye/pass) `1.7.3-2` - lightweight directory-based password manager_ +- ![](grey.png) _[tomb](https://packages.debian.org/bullseye/tomb) `2.9+dfsg1-1` - crypto undertaker_ +- ![](grey.png) _[zulucrypt-gui](https://packages.debian.org/bullseye/zulucrypt-gui) `5.7.1-2` - graphical front end for zulucrypt-cli_ +- ![](grey.png) _[zulumount-gui](https://packages.debian.org/bullseye/zulumount-gui) `5.7.1-2` - graphical front end for zulumount-cli_ +- ![](grey.png) _[libzulucrypt-plugins](https://packages.debian.org/bullseye/libzulucrypt-plugins) `5.7.1-2` - collection of plugins for zulucrypt_ #### Text editors - + -**[mousepad](https://packages.debian.org/buster/mousepad)** - simple Xfce oriented text editor +**[mousepad](https://packages.debian.org/bullseye/mousepad)** - simple Xfce oriented text editor Mousepad is a graphical text editor for Xfce based on Leafpad. @@ -214,9 +215,9 @@ - + -**[nano](https://packages.debian.org/buster/nano)** - small, friendly text editor inspired by Pico +**[nano](https://packages.debian.org/bullseye/nano)** - small, friendly text editor inspired by Pico GNU nano is an easy-to-use text editor originally designed as a replacement @@ -228,63 +229,45 @@ ----------------------- -- ![](green.png) [mousepad](https://packages.debian.org/buster/mousepad) `0.4.1-2` - simple Xfce oriented text editor -- ![](green.png) [nano](https://packages.debian.org/buster/nano) `3.2-3` - small, friendly text editor inspired by Pico -- ![](green.png) [vim-tiny](https://packages.debian.org/buster/vim-tiny) `2:8.1.0875-5` - Vi IMproved - enhanced vi editor - compact version -- ![](grey.png) _[gnome-builder](https://packages.debian.org/buster/gnome-builder) `3.30.3-2` - IDE for GNOME_ -- ![](grey.png) _[vim](https://packages.debian.org/buster/vim) `2:8.1.0875-5` - Vi IMproved - enhanced vi editor_ -- ![](grey.png) _[vim-doc](https://packages.debian.org/buster/vim-doc) `2:8.1.0875-5` - Vi IMproved - HTML documentation_ -- ![](grey.png) _[vim-scripts](https://packages.debian.org/buster/vim-scripts) `20180807` - plugins for vim, adding bells and whistles_ -- ![](grey.png) _[vim-addon-manager](https://packages.debian.org/buster/vim-addon-manager) `0.5.10` - manager of addons for the Vim editor_ -- ![](grey.png) _[focuswriter](https://packages.debian.org/buster/focuswriter) `1.7.1-1` - Fullscreen distraction-free writing program_ -- ![](grey.png) _[gedit](https://packages.debian.org/buster/gedit) `3.30.2-2` - official text editor of the GNOME desktop environment_ -- ![](grey.png) _[gedit-plugins](https://packages.debian.org/buster/gedit-plugins) `3.30.1-3` - set of plugins for gedit_ -- ![](grey.png) _[gedit-source-code-browser-plugin](https://packages.debian.org/buster/gedit-source-code-browser-plugin) `3.0.3-5.1` - source code class and function browser plugin for Gedit_ -- ![](grey.png) _[geany](https://packages.debian.org/buster/geany) `1.33-1` - fast and lightweight IDE_ -- ![](grey.png) _[nfoview](https://packages.debian.org/buster/nfoview) `1.26-1` - simple viewer for NFO files_ +- ![](green.png) [mousepad](https://packages.debian.org/bullseye/mousepad) `0.5.2-1` - simple Xfce oriented text editor +- ![](green.png) [nano](https://packages.debian.org/bullseye/nano) `5.4-2` - small, friendly text editor inspired by Pico +- ![](green.png) [vim-tiny](https://packages.debian.org/bullseye/vim-tiny) `2:8.2.2434-3` - Vi IMproved - enhanced vi editor - compact version +- ![](grey.png) _[gnome-builder](https://packages.debian.org/bullseye/gnome-builder) `3.38.2-1` - IDE for GNOME_ +- ![](grey.png) _[vim](https://packages.debian.org/bullseye/vim) `2:8.2.2434-3` - Vi IMproved - enhanced vi editor_ +- ![](grey.png) _[vim-doc](https://packages.debian.org/bullseye/vim-doc) `2:8.2.2434-3` - Vi IMproved - HTML documentation_ +- ![](grey.png) _[vim-scripts](https://packages.debian.org/bullseye/vim-scripts) `20210124.1` - plugins for vim, adding bells and whistles_ +- ![](grey.png) _[vim-addon-manager](https://packages.debian.org/bullseye/vim-addon-manager) `0.5.10` - manager of addons for the Vim editor_ +- ![](grey.png) _[focuswriter](https://packages.debian.org/bullseye/focuswriter) `1.7.6-2` - Fullscreen distraction-free writing program_ +- ![](grey.png) _[gedit](https://packages.debian.org/bullseye/gedit) `3.38.1-1` - official text editor of the GNOME desktop environment_ +- ![](grey.png) _[gedit-plugins](https://packages.debian.org/bullseye/gedit-plugins) `3.38.1-1` - set of plugins for gedit_ +- ![](grey.png) _[gedit-source-code-browser-plugin](https://packages.debian.org/bullseye/gedit-source-code-browser-plugin) `3.0.3-6` - source code class and function browser plugin for Gedit_ +- ![](grey.png) _[geany](https://packages.debian.org/bullseye/geany) `1.37.1-2` - fast and lightweight IDE_ +- ![](grey.png) _[nfoview](https://packages.debian.org/bullseye/nfoview) `1.28-1` - simple viewer for NFO files_ #### Sticky notes - - - - - -**[xfce4-notes](https://packages.debian.org/buster/xfce4-notes)** - Notes application for the Xfce4 desktop - - - The notes tool provides you a simple text editor in a little window for the - Xfce 4 desktop. Notes are especially useful for temporary stuff. - - - ------------------------ - - -- ![](green.png) [xfce4-notes](https://packages.debian.org/buster/xfce4-notes) `1.8.1-2` - Notes application for the Xfce4 desktop -- ![](grey.png) _[xpad](https://packages.debian.org/buster/xpad) `5.3.0-1` - sticky note application for X_ -- ![](grey.png) _[gnote](https://packages.debian.org/buster/gnote) `3.30.0-2` - desktop note taking program using Wiki style links_ +- ![](grey.png) _[xpad](https://packages.debian.org/bullseye/xpad) `5.4.0-1` - sticky note application for X_ #### Maps -- ![](grey.png) _[gnome-maps](https://packages.debian.org/buster/gnome-maps) `3.30.3.1-0+deb10u1` - map application for GNOME_ -- ![](grey.png) _[marble-qt](https://packages.debian.org/buster/marble-qt) `4:17.08.3-3.2` - globe and map widget (no KDE dependencies)_ -- ![](grey.png) _[geoclue-2.0](https://packages.debian.org/buster/geoclue-2.0) `2.5.2-1+deb10u1` - geoinformation service_ -- ![](grey.png) _[josm](https://packages.debian.org/buster/josm) `0.0.svn14760+dfsg-1` - Editor for OpenStreetMap_ -- ![](grey.png) _[navit](https://packages.debian.org/buster/navit) `0.5.3+dfsg.1-1` - Car navigation system with routing engine_ -- ![](grey.png) _[gpsd](https://packages.debian.org/buster/gpsd) `3.17-7` - Global Positioning System - daemon_ -- ![](grey.png) _[routino](https://packages.debian.org/buster/routino) `3.2-5` - Set of tools to find a path between two points_ -- ![](grey.png) _[mkgmapgui](https://packages.debian.org/buster/mkgmapgui) `1.1.ds-10` - Graphical User Interface for mkgmap_ -- ![](grey.png) _[mkgmap](https://packages.debian.org/buster/mkgmap) `0.0.0+svn4262-1` - Generate Garmin maps from OpenStreetMap data_ -- ![](grey.png) _[foxtrotgps](https://packages.debian.org/buster/foxtrotgps) `1.2.1-1` - GTK+ mapping and GPS application_ -- ![](grey.png) _[gis-tasks](https://packages.debian.org/buster/gis-tasks) `0.0.16` - Debian GIS tasks for tasksel_ -- ![](grey.png) _[gpsprune](https://packages.debian.org/buster/gpsprune) `19.2-1` - visualize, edit, convert and prune GPS data_ +- ![](grey.png) _[gnome-maps](https://packages.debian.org/bullseye/gnome-maps) `3.38.6-0+deb11u1` - map application for GNOME_ +- ![](grey.png) _[marble-qt](https://packages.debian.org/bullseye/marble-qt) `4:20.12.3-1` - globe and map widget (no KDE dependencies)_ +- ![](grey.png) _[geoclue-2.0](https://packages.debian.org/bullseye/geoclue-2.0) `2.5.7-3` - geoinformation service_ +- ![](grey.png) _[josm](https://packages.debian.org/bullseye/josm) `0.0.svn17428+dfsg-2` - Editor for OpenStreetMap_ +- ![](grey.png) _[navit](https://packages.debian.org/bullseye/navit) `0.5.5+dfsg.1-2+b1` - Car navigation system with routing engine_ +- ![](grey.png) _[gpsd](https://packages.debian.org/bullseye/gpsd) `3.22-4` - Global Positioning System - daemon_ +- ![](grey.png) _[routino](https://packages.debian.org/bullseye/routino) `3.3.3-1` - Set of tools to find a path between two points_ +- ![](grey.png) _[mkgmapgui](https://packages.debian.org/bullseye/mkgmapgui) `1.1.ds-11` - Graphical User Interface for mkgmap_ +- ![](grey.png) _[mkgmap](https://packages.debian.org/bullseye/mkgmap) `0.0.0+svn4600-1` - Generate Garmin maps from OpenStreetMap data_ +- ![](grey.png) _[foxtrotgps](https://packages.debian.org/bullseye/foxtrotgps) `1.2.2+bzr330-1` - GTK+ mapping and GPS application_ +- ![](grey.png) _[gis-tasks](https://packages.debian.org/bullseye/gis-tasks) `0.0.20` - Debian GIS tasks for tasksel_ +- ![](grey.png) _[gpsprune](https://packages.debian.org/bullseye/gpsprune) `20.2-1` - visualize, edit, convert and prune GPS data_ #### Screenshots - + -**[xfce4-screenshooter](https://packages.debian.org/buster/xfce4-screenshooter)** - screenshots utility for Xfce +**[xfce4-screenshooter](https://packages.debian.org/bullseye/xfce4-screenshooter)** - screenshots utility for Xfce Screenshooter is an utility for the Xfce Desktop Environment. It can take @@ -296,18 +279,18 @@ ----------------------- -- ![](green.png) [xfce4-screenshooter](https://packages.debian.org/buster/xfce4-screenshooter) `1.9.3-1` - screenshots utility for Xfce -- ![](grey.png) _[scrot](https://packages.debian.org/buster/scrot) `0.9-1` - command line screen capture utility_ -- ![](grey.png) _[gnome-screenshot](https://packages.debian.org/buster/gnome-screenshot) `3.30.0-2` - screenshot application for GNOME_ -- ![](grey.png) _[flameshot](https://packages.debian.org/buster/flameshot) `0.6.0-11` - Powerful yet simple-to-use screenshot software_ +- ![](green.png) [xfce4-screenshooter](https://packages.debian.org/bullseye/xfce4-screenshooter) `1.9.8-1` - screenshots utility for Xfce +- ![](grey.png) _[scrot](https://packages.debian.org/bullseye/scrot) `1.5-1` - command line screen capture utility_ +- ![](grey.png) _[gnome-screenshot](https://packages.debian.org/bullseye/gnome-screenshot) `3.38.0-1` - screenshot application for GNOME_ +- ![](grey.png) _[flameshot](https://packages.debian.org/bullseye/flameshot) `0.9.0+ds1-2` - Powerful yet simple-to-use screenshot software_ #### Clocks/timers - + -**[gnome-clocks](https://packages.debian.org/buster/gnome-clocks)** - Simple GNOME app with stopwatch, timer, and world clock support +**[gnome-clocks](https://packages.debian.org/bullseye/gnome-clocks)** - Simple GNOME app with stopwatch, timer, and world clock support GNOME Clocks is a simple application to show the time and date in multiple @@ -318,20 +301,21 @@ ----------------------- -- ![](green.png) [gnome-clocks](https://packages.debian.org/buster/gnome-clocks) `3.30.1-2` - Simple GNOME app with stopwatch, timer, and world clock support -- ![](green.png) [tty-clock](https://packages.debian.org/buster/tty-clock) `2.3-1+b1` - simple terminal clock -- ![](grey.png) _[dclock](https://packages.debian.org/buster/dclock) `2.2.2-11` - Digital clock for the X Window System with flexible display_ -- ![](grey.png) _[gtimer](https://packages.debian.org/buster/gtimer) `2.0.0-1.2+b1` - GTK-based X11 task timer_ -- ![](grey.png) _[stopwatch](https://packages.debian.org/buster/stopwatch) `3.5-6` - Virtual stopwatch and timer_ -- ![](grey.png) _[xfce4-timer-plugin](https://packages.debian.org/buster/xfce4-timer-plugin) `1.7.0-1` - timer plugin for Xfce panel_ +- ![](green.png) [gnome-clocks](https://packages.debian.org/bullseye/gnome-clocks) `3.38.0-1` - Simple GNOME app with stopwatch, timer, and world clock support +- ![](green.png) [tty-clock](https://packages.debian.org/bullseye/tty-clock) `2.3-1+b1` - simple terminal clock +- ![](grey.png) _[dclock](https://packages.debian.org/bullseye/dclock) `2.2.2-13` - Digital clock for the X Window System with flexible display_ +- ![](grey.png) _[gtimer](https://packages.debian.org/bullseye/gtimer) `2.0.0-1.2+b1` - GTK-based X11 task timer_ +- ![](grey.png) _[stopwatch](https://packages.debian.org/bullseye/stopwatch) `3.5-8` - Virtual stopwatch and timer_ +- ![](grey.png) _[xfce4-timer-plugin](https://packages.debian.org/bullseye/xfce4-timer-plugin) `1.7.1-1` - timer plugin for Xfce panel_ +- ![](grey.png) _[screenruler](https://packages.debian.org/bullseye/screenruler) `0.960+bzr41+deb10-4` - measure objects on screen with a variety of metrics_ #### Calculators - + -**[gnome-calculator](https://packages.debian.org/buster/gnome-calculator)** - GNOME desktop calculator +**[gnome-calculator](https://packages.debian.org/bullseye/gnome-calculator)** - GNOME desktop calculator The GNOME calculator is a powerful graphical calculator with financial, @@ -343,22 +327,21 @@ ----------------------- -- ![](green.png) [gnome-calculator](https://packages.debian.org/buster/gnome-calculator) `3.30.1-2` - GNOME desktop calculator -- ![](green.png) [bc](https://packages.debian.org/buster/bc) `1.07.1-2+b1` - GNU bc arbitrary precision calculator language -- ![](green.png) [units](https://packages.debian.org/buster/units) `2.18-1` - converts between different systems of units -- ![](grey.png) _[qalculate](https://packages.debian.org/buster/qalculate) `2.8.2-1` - Powerful and easy to use desktop calculator - transitional_ -- ![](grey.png) _[num-utils](https://packages.debian.org/buster/num-utils) `0.5-12` - programs for dealing with numbers from the command line_ -- ![](grey.png) _[speedcrunch](https://packages.debian.org/buster/speedcrunch) `0.12.0-4` - High precision calculator_ -- ![](grey.png) _[gbase](https://packages.debian.org/buster/gbase) `0.5-2.2+b2` - small numeric base converter_ -- ![](grey.png) _[graphmonkey](https://packages.debian.org/buster/graphmonkey) `1.7-4` - a GTK#-based graphing calculator_ +- ![](green.png) [gnome-calculator](https://packages.debian.org/bullseye/gnome-calculator) `3.38.2-1` - GNOME desktop calculator +- ![](green.png) [bc](https://packages.debian.org/bullseye/bc) `1.07.1-2+b2` - GNU bc arbitrary precision calculator language +- ![](green.png) [units](https://packages.debian.org/bullseye/units) `2.21-1` - converts between different systems of units +- ![](grey.png) _[num-utils](https://packages.debian.org/bullseye/num-utils) `0.5-15` - programs for dealing with numbers from the command line_ +- ![](grey.png) _[speedcrunch](https://packages.debian.org/bullseye/speedcrunch) `0.12.0-5` - High precision calculator_ +- ![](grey.png) _[gbase](https://packages.debian.org/bullseye/gbase) `0.5-2.2+b2` - small numeric base converter_ +- ![](grey.png) _[graphmonkey](https://packages.debian.org/bullseye/graphmonkey) `1.7-4.1` - a GTK#-based graphing calculator_ #### Terminal emulators - + -**[xfce4-terminal](https://packages.debian.org/buster/xfce4-terminal)** - Xfce terminal emulator +**[xfce4-terminal](https://packages.debian.org/bullseye/xfce4-terminal)** - Xfce terminal emulator This package contains Terminal, which is a lightweight and easy to use @@ -370,27 +353,27 @@ ----------------------- -- ![](green.png) [xfce4-terminal](https://packages.debian.org/buster/xfce4-terminal) `0.8.7.4-2` - Xfce terminal emulator -- ![](grey.png) _[lxterminal](https://packages.debian.org/buster/lxterminal) `0.3.2-1` - LXDE terminal emulator_ -- ![](grey.png) _[gnome-terminal](https://packages.debian.org/buster/gnome-terminal) `3.30.2-2` - GNOME terminal emulator application_ -- ![](grey.png) _[guake](https://packages.debian.org/buster/guake) `3.4.0-1` - Drop-down terminal for GNOME Desktop Environment_ -- ![](grey.png) _[terminator](https://packages.debian.org/buster/terminator) `1.91-4` - multiple GNOME terminals in one window_ -- ![](grey.png) _[rxvt-unicode](https://packages.debian.org/buster/rxvt-unicode) `9.22-6` - RXVT-like terminal emulator with Unicode and 256-color support_ -- ![](grey.png) _[tilda](https://packages.debian.org/buster/tilda) `1.4.1-2.1` - GTK+ based drop down terminal for Linux and Unix_ +- ![](green.png) [xfce4-terminal](https://packages.debian.org/bullseye/xfce4-terminal) `0.8.10-1` - Xfce terminal emulator +- ![](grey.png) _[lxterminal](https://packages.debian.org/bullseye/lxterminal) `0.4.0-1` - LXDE terminal emulator_ +- ![](grey.png) _[gnome-terminal](https://packages.debian.org/bullseye/gnome-terminal) `3.38.3-1` - GNOME terminal emulator application_ +- ![](grey.png) _[guake](https://packages.debian.org/bullseye/guake) `3.6.3-2` - Drop-down terminal for GNOME Desktop Environment_ +- ![](grey.png) _[terminator](https://packages.debian.org/bullseye/terminator) `2.1.0-2` - multiple GNOME terminals in one window_ +- ![](grey.png) _[rxvt-unicode](https://packages.debian.org/bullseye/rxvt-unicode) `9.22-11` - RXVT-like terminal emulator with Unicode and 256-color support_ +- ![](grey.png) _[tilda](https://packages.debian.org/bullseye/tilda) `1.5.4-1` - GTK+ based drop down terminal for Linux and Unix_ #### Science -- ![](grey.png) _[stellarium](https://packages.debian.org/buster/stellarium) `0.18.3-1` - real-time photo-realistic sky generator_ -- ![](grey.png) _[lightspeed](https://packages.debian.org/buster/lightspeed) `1.2a.debian.1-2` - Shows how objects moving at relativistic speeds look like_ -- ![](grey.png) _[wxmaxima](https://packages.debian.org/buster/wxmaxima) `19.01.2-1` - GUI for the computer algebra system Maxima_ -- ![](grey.png) _[gramps](https://packages.debian.org/buster/gramps) `5.0.1-1` - Genealogical research program_ +- ![](grey.png) _[stellarium](https://packages.debian.org/bullseye/stellarium) `0.20.4-3` - real-time photo-realistic sky generator_ +- ![](grey.png) _[lightspeed](https://packages.debian.org/bullseye/lightspeed) `1.2a.debian.1-3` - Shows how objects moving at relativistic speeds look like_ +- ![](grey.png) _[wxmaxima](https://packages.debian.org/bullseye/wxmaxima) `20.12.1-1` - GUI for the computer algebra system Maxima_ +- ![](grey.png) _[gramps](https://packages.debian.org/bullseye/gramps) `5.1.3-1` - Genealogical research program_ #### Color management - + -**[redshift-gtk](https://packages.debian.org/buster/redshift-gtk)** - Adjusts the color temperature of your screen with GTK+ integration +**[redshift-gtk](https://packages.debian.org/bullseye/redshift-gtk)** - Adjusts the color temperature of your screen -- GUI The color temperature is set according to the position of the sun. A @@ -404,51 +387,33 @@ ----------------------- -- ![](green.png) [redshift-gtk](https://packages.debian.org/buster/redshift-gtk) `1.12-2` - Adjusts the color temperature of your screen with GTK+ integration -- ![](grey.png) _[workrave](https://packages.debian.org/buster/workrave) `1.10.23-5` - Repetitive Strain Injury prevention tool_ -- ![](grey.png) _[safeeyes](https://packages.debian.org/buster/safeeyes) `2.0.6-1` - Protect your eyes from eye strain using this continuous breaks_ +- ![](green.png) [redshift-gtk](https://packages.debian.org/bullseye/redshift-gtk) `1.12-4.2` - Adjusts the color temperature of your screen -- GUI +- ![](grey.png) _[workrave](https://packages.debian.org/bullseye/workrave) `1.10.44-7.1` - Repetitive Strain Injury prevention tool_ +- ![](grey.png) _[safeeyes](https://packages.debian.org/bullseye/safeeyes) `2.0.6-1` - Protect your eyes from eye strain using this continuous breaks_ #### CD burning - - - - - -**[xfburn](https://packages.debian.org/buster/xfburn)** - CD-burner application for Xfce Desktop Environment - - - Xfburn is a tool to help burning CDs and DVDs. It fits well in the Xfce - Desktop Environment but can be used anywhere. - - - ------------------------ - - -- ![](green.png) [xfburn](https://packages.debian.org/buster/xfburn) `0.5.5-2` - CD-burner application for Xfce Desktop Environment -- ![](grey.png) _[brasero](https://packages.debian.org/buster/brasero) `3.12.2-5` - CD/DVD burning application for GNOME_ -- ![](grey.png) _[brasero-cdrkit](https://packages.debian.org/buster/brasero-cdrkit) `3.12.2-5` - cdrkit extensions for the Brasero burning application_ -- ![](grey.png) _[cdrdao](https://packages.debian.org/buster/cdrdao) `1:1.2.4-1` - records CDs in Disk-At-Once (DAO) mode_ +- ![](grey.png) _[xfburn](https://packages.debian.org/bullseye/xfburn) `0.6.2-1` - CD-burner application for Xfce Desktop Environment_ +- ![](grey.png) _[brasero](https://packages.debian.org/bullseye/brasero) `3.12.2-6` - CD/DVD burning application for GNOME_ +- ![](grey.png) _[brasero-cdrkit](https://packages.debian.org/bullseye/brasero-cdrkit) `3.12.2-6` - cdrkit extensions for the Brasero burning application_ +- ![](grey.png) _[cdrdao](https://packages.debian.org/bullseye/cdrdao) `1:1.2.4-2` - records CDs in Disk-At-Once (DAO) mode_ #### Desktop configuration utilities -- ![](green.png) [xfce4-settings](https://packages.debian.org/buster/xfce4-settings) `4.12.4-1` - graphical application for managing Xfce settings -- ![](green.png) [gnome-system-tools](https://packages.debian.org/buster/gnome-system-tools) `3.0.0-8` - Cross-platform configuration utilities -- ![](green.png) [menulibre](https://packages.debian.org/buster/menulibre) `2.2.0-2` - advanced FreeDesktop.org compliant menu editor -- ![](green.png) [gconf-editor](https://packages.debian.org/buster/gconf-editor) `3.0.1-6` - editor for the GConf configuration system -- ![](green.png) [dconf-editor](https://packages.debian.org/buster/dconf-editor) `3.30.2-1` - simple configuration storage system - graphical editor -- ![](green.png) [dconf-cli](https://packages.debian.org/buster/dconf-cli) `0.30.1-2` - simple configuration storage system - utilities -- ![](green.png) [qt4-qtconfig](https://packages.debian.org/buster/qt4-qtconfig) `4:4.8.7+dfsg-18+deb10u1` - Qt 4 configuration tool -- ![](green.png) [gnome-settings-daemon](https://packages.debian.org/buster/gnome-settings-daemon) `3.30.2-3` - daemon handling the GNOME session settings -- ![](green.png) [dconf-gsettings-backend](https://packages.debian.org/buster/dconf-gsettings-backend) `0.30.1-2` - simple configuration storage system - GSettings back-end -- ![](grey.png) _[gnome-tweaks](https://packages.debian.org/buster/gnome-tweaks) `3.30.2-1` - tool to adjust advanced configuration settings for GNOME_ +- ![](green.png) [xfce4-settings](https://packages.debian.org/bullseye/xfce4-settings) `4.16.0-1` - graphical application for managing Xfce settings +- ![](green.png) [gnome-system-tools](https://packages.debian.org/bullseye/gnome-system-tools) `3.0.0-9.1` - Cross-platform configuration utilities +- ![](green.png) [menulibre](https://packages.debian.org/bullseye/menulibre) `2.2.1-1` - advanced FreeDesktop.org compliant menu editor +- ![](green.png) [dconf-editor](https://packages.debian.org/bullseye/dconf-editor) `3.38.2-1` - simple configuration storage system - graphical editor +- ![](green.png) [dconf-cli](https://packages.debian.org/bullseye/dconf-cli) `0.38.0-2` - simple configuration storage system - utilities +- ![](green.png) [dconf-gsettings-backend](https://packages.debian.org/bullseye/dconf-gsettings-backend) `0.38.0-2` - simple configuration storage system - GSettings back-end +- ![](grey.png) _[gnome-tweaks](https://packages.debian.org/bullseye/gnome-tweaks) `3.34.0-4` - tool to adjust advanced configuration settings for GNOME_ +- ![](grey.png) _[gnome-settings-daemon](https://packages.debian.org/bullseye/gnome-settings-daemon) `3.38.2-1` - daemon handling the GNOME session settings_ #### Power management - + -**[xfce4-power-manager](https://packages.debian.org/buster/xfce4-power-manager)** - power manager for Xfce desktop +**[xfce4-power-manager](https://packages.debian.org/bullseye/xfce4-power-manager)** - power manager for Xfce desktop This power manager for the Xfce desktop enables laptop users to set up @@ -461,86 +426,85 @@ ----------------------- -- ![](green.png) [xfce4-power-manager](https://packages.debian.org/buster/xfce4-power-manager) `1.6.1-1` - power manager for Xfce desktop -- ![](green.png) [xfce4-battery-plugin](https://packages.debian.org/buster/xfce4-battery-plugin) `1.1.2-1` - battery monitor plugin for the Xfce4 panel -- ![](green.png) [radeontool](https://packages.debian.org/buster/radeontool) `1.6.3-1+b1` - utility to control ATI Radeon backlight functions on laptops -- ![](green.png) [bumblebee](https://packages.debian.org/buster/bumblebee) `3.2.1-20` - NVIDIA Optimus support for Linux -- ![](green.png) [primus](https://packages.debian.org/buster/primus) `0~20150328-7` - client-side GPU offloading for NVIDIA Optimus -- ![](green.png) [vbetool](https://packages.debian.org/buster/vbetool) `1.1-4` - run real-mode video BIOS code to alter hardware state -- ![](green.png) [powertop](https://packages.debian.org/buster/powertop) `2.8-1+b2` - diagnose issues with power consumption and management -- ![](green.png) [usbutils](https://packages.debian.org/buster/usbutils) `1:010-3` - Linux USB utilities -- ![](green.png) [acpi](https://packages.debian.org/buster/acpi) `1.7-1.1` - displays information on ACPI devices -- ![](green.png) [acpi-support](https://packages.debian.org/buster/acpi-support) `0.142-8` - scripts for handling many ACPI events -- ![](green.png) [acpi-support-base](https://packages.debian.org/buster/acpi-support-base) `0.142-8` - scripts for handling base ACPI events such as the power button -- ![](green.png) [laptop-mode-tools](https://packages.debian.org/buster/laptop-mode-tools) `1.72-3` - Tools for Power Savings based on battery/AC status -- ![](green.png) [fancontrol](https://packages.debian.org/buster/fancontrol) `1:3.5.0-3` - utility to control the fan speed -- ![](green.png) [rfkill](https://packages.debian.org/buster/rfkill) `2.33.1-0.1` - tool for enabling and disabling wireless devices -- ![](green.png) [cpufrequtils](https://packages.debian.org/buster/cpufrequtils) `008-1.1` - utilities to deal with the cpufreq Linux kernel feature -- ![](green.png) [hibernate](https://packages.debian.org/buster/hibernate) `2.0+15+g88d54a8-1` - smartly puts your computer to sleep (suspend to RAM or disk) -- ![](green.png) [pm-utils](https://packages.debian.org/buster/pm-utils) `1.4.1-18` - utilities and scripts for power management -- ![](grey.png) _[powerdebug](https://packages.debian.org/buster/powerdebug) `0.7.0-2013.08-1+b3` - tool to display regulator, sensor and clock information_ -- ![](grey.png) _[tlp](https://packages.debian.org/buster/tlp) `1.1-2` - Save battery power on laptops_ -- ![](grey.png) _[powerstat](https://packages.debian.org/buster/powerstat) `0.02.18-1` - laptop power measuring tool_ -- ![](grey.png) _[i8kutils](https://packages.debian.org/buster/i8kutils) `1.43` - Fan control for Dell laptops_ -- ![](grey.png) _[usbtop](https://packages.debian.org/buster/usbtop) `0.2-1+b1` - utility to show bandwidth on USB buses and devices_ +- ![](green.png) [xfce4-power-manager](https://packages.debian.org/bullseye/xfce4-power-manager) `4.16.0-1` - power manager for Xfce desktop +- ![](green.png) [xfce4-battery-plugin](https://packages.debian.org/bullseye/xfce4-battery-plugin) `1.1.3-1` - battery monitor plugin for the Xfce4 panel +- ![](green.png) [radeontool](https://packages.debian.org/bullseye/radeontool) `1.6.3-1+b1` - utility to control ATI Radeon backlight functions on laptops +- ![](green.png) [bumblebee](https://packages.debian.org/bullseye/bumblebee) `3.2.1-27` - NVIDIA Optimus support for Linux +- ![](green.png) [vbetool](https://packages.debian.org/bullseye/vbetool) `1.1-5` - run real-mode video BIOS code to alter hardware state +- ![](green.png) [powertop](https://packages.debian.org/bullseye/powertop) `2.11-1` - diagnose issues with power consumption and management +- ![](green.png) [usbutils](https://packages.debian.org/bullseye/usbutils) `1:013-3` - Linux USB utilities +- ![](green.png) [acpi](https://packages.debian.org/bullseye/acpi) `1.7-1.1` - displays information on ACPI devices +- ![](green.png) [acpi-support](https://packages.debian.org/bullseye/acpi-support) `0.143-5` - scripts for handling many ACPI events +- ![](green.png) [acpi-support-base](https://packages.debian.org/bullseye/acpi-support-base) `0.143-5` - scripts for handling base ACPI events such as the power button +- ![](green.png) [laptop-mode-tools](https://packages.debian.org/bullseye/laptop-mode-tools) `1.74-1.1` - Tools for Power Savings based on battery/AC status +- ![](green.png) [fancontrol](https://packages.debian.org/bullseye/fancontrol) `1:3.6.0-7` - utility to control the fan speed +- ![](green.png) [rfkill](https://packages.debian.org/bullseye/rfkill) `2.36.1-8` - tool for enabling and disabling wireless devices +- ![](green.png) [cpufrequtils](https://packages.debian.org/bullseye/cpufrequtils) `008-2` - utilities to deal with the cpufreq Linux kernel feature +- ![](green.png) [pm-utils](https://packages.debian.org/bullseye/pm-utils) `1.4.1-19` - utilities and scripts for power management +- ![](grey.png) _[powerdebug](https://packages.debian.org/bullseye/powerdebug) `0.7.0-2013.08-1+b3` - tool to display regulator, sensor and clock information_ +- ![](grey.png) _[tlp](https://packages.debian.org/bullseye/tlp) `1.3.1-2` - Save battery power on laptops_ +- ![](grey.png) _[powerstat](https://packages.debian.org/bullseye/powerstat) `0.02.25-1` - laptop power measuring tool_ +- ![](grey.png) _[i8kutils](https://packages.debian.org/bullseye/i8kutils) `1.43+nmu1` - Fan control for Dell laptops_ +- ![](grey.png) _[usbtop](https://packages.debian.org/bullseye/usbtop) `1.0+dfsg-1` - utility to show bandwidth on USB buses and devices_ +- ![](grey.png) _[primus](https://packages.debian.org/bullseye/primus) `0~20150328-13` - client-side GPU offloading for NVIDIA Optimus_ +- ![](grey.png) _[hd-idle](https://packages.debian.org/bullseye/hd-idle) `1.05+ds-2` - Spin down idle [USB] hard disks_ #### Character map/font viewer -- ![](green.png) [gucharmap](https://packages.debian.org/buster/gucharmap) `1:11.0.3-3` - Unicode character picker and font browser -- ![](green.png) [gnome-font-viewer](https://packages.debian.org/buster/gnome-font-viewer) `3.30.0-2` - font viewer for GNOME -- ![](grey.png) _[font-manager](https://packages.debian.org/buster/font-manager) `0.7.3-1.1` - font management application for the GNOME desktop_ +- ![](green.png) [gucharmap](https://packages.debian.org/bullseye/gucharmap) `1:13.0.5-1` - Unicode character picker and font browser +- ![](green.png) [gnome-font-viewer](https://packages.debian.org/bullseye/gnome-font-viewer) `3.34.0-2+b1` - font viewer for GNOME +- ![](grey.png) _[font-manager](https://packages.debian.org/bullseye/font-manager) `0.8.4-1` - font management application for the GNOME desktop_ +- ![](grey.png) _[thunar-font-manager](https://packages.debian.org/bullseye/thunar-font-manager) `0.8.4-1` - Thunar extension for Font Manager_ #### Spell checking/dictionaries -- ![](green.png) [hunspell](https://packages.debian.org/buster/hunspell) `1.7.0-2` - spell checker and morphological analyzer (program) -- ![](green.png) [hunspell-en-us](https://packages.debian.org/buster/hunspell-en-us) `1:2018.04.16-1` - English_american dictionary for hunspell -- ![](green.png) [hunspell-fr](https://packages.debian.org/buster/hunspell-fr) `1:6.3-2` - French dictionary for hunspell (dependency package) -- ![](green.png) [aspell](https://packages.debian.org/buster/aspell) `0.60.7~20110707-6` - GNU Aspell spell-checker -- ![](green.png) [aspell-fr](https://packages.debian.org/buster/aspell-fr) `0.50-3-8` - French dictionary for aspell -- ![](green.png) [hunspell-fr](https://packages.debian.org/buster/hunspell-fr) `1:6.3-2` - French dictionary for hunspell (dependency package) -- ![](green.png) [ispell](https://packages.debian.org/buster/ispell) `3.4.00-6+b1` - International Ispell (an interactive spelling corrector) -- ![](green.png) [iamerican](https://packages.debian.org/buster/iamerican) `3.4.00-6` - American English dictionary for ispell (standard version) -- ![](green.png) [ibritish](https://packages.debian.org/buster/ibritish) `3.4.00-6` - British English dictionary for ispell (standard version) -- ![](green.png) [ifrench-gut](https://packages.debian.org/buster/ifrench-gut) `1:1.0-32` - French dictionary for ispell (GUTenberg version) -- ![](green.png) [wfrench](https://packages.debian.org/buster/wfrench) `1.2.4-1` - French dictionary words for /usr/share/dict -- ![](grey.png) _[xfce4-dict](https://packages.debian.org/buster/xfce4-dict) `0.8.2-1` - Dictionary plugin for Xfce4 panel_ -- ![](grey.png) _[gnome-dictionary](https://packages.debian.org/buster/gnome-dictionary) `3.26.1-5` - GNOME dictionary application_ -- ![](grey.png) _[goldendict](https://packages.debian.org/buster/goldendict) `1.5.0~rc2+git20181207+ds-1` - feature-rich dictionary lookup program_ -- ![](grey.png) _[verbiste-gnome](https://packages.debian.org/buster/verbiste-gnome) `0.1.45-5` - French and Italian conjugator - GNOME interface_ +- ![](green.png) [hunspell](https://packages.debian.org/bullseye/hunspell) `1.7.0-3` - spell checker and morphological analyzer (program) +- ![](green.png) [hunspell-en-us](https://packages.debian.org/bullseye/hunspell-en-us) `1:2019.10.06-1` - English_american dictionary for hunspell +- ![](green.png) [hunspell-fr](https://packages.debian.org/bullseye/hunspell-fr) `1:7.0-1` - French dictionary for hunspell (dependency package) +- ![](green.png) [aspell](https://packages.debian.org/bullseye/aspell) `0.60.8-3` - GNU Aspell spell-checker +- ![](green.png) [aspell-fr](https://packages.debian.org/bullseye/aspell-fr) `0.50-3-8.1` - French dictionary for aspell +- ![](green.png) [hunspell-fr](https://packages.debian.org/bullseye/hunspell-fr) `1:7.0-1` - French dictionary for hunspell (dependency package) +- ![](green.png) [ispell](https://packages.debian.org/bullseye/ispell) `3.4.02-2` - International Ispell (an interactive spelling corrector) +- ![](green.png) [iamerican](https://packages.debian.org/bullseye/iamerican) `3.4.02-2` - American English dictionary for ispell (standard version) +- ![](green.png) [ibritish](https://packages.debian.org/bullseye/ibritish) `3.4.02-2` - British English dictionary for ispell (standard version) +- ![](green.png) [ifrench-gut](https://packages.debian.org/bullseye/ifrench-gut) `1:1.0-32.1` - French dictionary for ispell (GUTenberg version) +- ![](green.png) [wfrench](https://packages.debian.org/bullseye/wfrench) `1.2.6-1` - French dictionary words for /usr/share/dict +- ![](grey.png) _[xfce4-dict](https://packages.debian.org/bullseye/xfce4-dict) `0.8.4-1` - Dictionary plugin for Xfce4 panel_ +- ![](grey.png) _[gnome-dictionary](https://packages.debian.org/bullseye/gnome-dictionary) `3.26.1-6` - GNOME dictionary application_ +- ![](grey.png) _[goldendict](https://packages.debian.org/bullseye/goldendict) `1.5.0~rc2+git20200409+ds-2` - feature-rich dictionary lookup program_ +- ![](grey.png) _[verbiste-gnome](https://packages.debian.org/bullseye/verbiste-gnome) `0.1.47-1` - French and Italian conjugator - GNOME interface_ #### Resources -- ![](green.png) [desktop-base](https://packages.debian.org/buster/desktop-base) `10.0.2` - common files for the Debian Desktop -- ![](green.png) [papirus-icon-theme](https://packages.debian.org/buster/papirus-icon-theme) `20190203-1` - Papirus open source icon theme for Linux -- ![](green.png) [arc-theme](https://packages.debian.org/buster/arc-theme) `20190213-1` - Flat theme with transparent elements -- ![](green.png) [gnome-themes-standard](https://packages.debian.org/buster/gnome-themes-standard) `3.28-1` - Adwaita GTK+ 2 theme — engine - transitional package -- ![](green.png) [sound-theme-freedesktop](https://packages.debian.org/buster/sound-theme-freedesktop) `0.8-2` - freedesktop.org sound theme -- ![](green.png) [gnome-audio](https://packages.debian.org/buster/gnome-audio) `2.22.2-1` - Audio files for GNOME -- ![](grey.png) _[faenza-icon-theme](https://packages.debian.org/buster/faenza-icon-theme) `1.3.1-1` - Faenza icon theme_ -- ![](grey.png) _[clearlooks-phenix-theme](https://packages.debian.org/buster/clearlooks-phenix-theme) `7.0.1-3` - GTK3 port of Clearlooks theme_ -- ![](grey.png) _[deepin-icon-theme](https://packages.debian.org/buster/deepin-icon-theme) `15.12.68-1` - Icon Theme for Deepin software and Deepin Desktop Environment_ +- ![](green.png) [desktop-base](https://packages.debian.org/bullseye/desktop-base) `11.0.3` - common files for the Debian Desktop +- ![](green.png) [papirus-icon-theme](https://packages.debian.org/bullseye/papirus-icon-theme) `20210201-1` - Papirus open source icon theme for Linux +- ![](green.png) [arc-theme](https://packages.debian.org/bullseye/arc-theme) `20201013-2` - Flat theme with transparent elements +- ![](green.png) [gnome-themes-standard](https://packages.debian.org/bullseye/gnome-themes-standard) `3.28-1` - Adwaita GTK+ 2 theme — engine - transitional package +- ![](green.png) [sound-theme-freedesktop](https://packages.debian.org/bullseye/sound-theme-freedesktop) `0.8-2` - freedesktop.org sound theme +- ![](green.png) [gnome-audio](https://packages.debian.org/bullseye/gnome-audio) `2.22.2-1.2` - Audio files for GNOME +- ![](grey.png) _[faenza-icon-theme](https://packages.debian.org/bullseye/faenza-icon-theme) `1.3.1-1.1` - Faenza icon theme_ +- ![](grey.png) _[deepin-icon-theme](https://packages.debian.org/bullseye/deepin-icon-theme) `2020.09.25-1` - Icon Theme for Deepin software and Deepin Desktop Environment_ +- ![](grey.png) _[paper-icon-theme](https://packages.debian.org/bullseye/paper-icon-theme) `1.5.0+git20200312.aa3e8af-3` - simple and modern icon and cursor theme_ #### Virtual keyboards -- ![](grey.png) _[onboard](https://packages.debian.org/buster/onboard) `1.4.1-4+b1` - Simple On-screen Keyboard_ -- ![](grey.png) _[onboard-data](https://packages.debian.org/buster/onboard-data) `1.4.1-4` - Language model files for the word suggestion feature of Onboard_ -- ![](grey.png) _[cellwriter](https://packages.debian.org/buster/cellwriter) `1.3.6-1` - grid-entry handwriting input panel_ -- ![](grey.png) _[florence](https://packages.debian.org/buster/florence) `0.6.3-1.2` - extensible and scalable virtual keyboard for X_ +- ![](grey.png) _[onboard](https://packages.debian.org/bullseye/onboard) `1.4.1-5+b3` - Simple On-screen Keyboard_ +- ![](grey.png) _[onboard-data](https://packages.debian.org/bullseye/onboard-data) `1.4.1-5` - Language model files for the word suggestion feature of Onboard_ +- ![](grey.png) _[cellwriter](https://packages.debian.org/bullseye/cellwriter) `1.3.6-3` - grid-entry handwriting input panel_ #### Other -- ![](green.png) [libnotify-bin](https://packages.debian.org/buster/libnotify-bin) `0.7.7-4` - sends desktop notifications to a notification daemon (Utilities) -- ![](green.png) [zenity](https://packages.debian.org/buster/zenity) `3.30.0-2` - Display graphical dialog boxes from shell scripts -- ![](green.png) [numlockx](https://packages.debian.org/buster/numlockx) `1.2-7.1` - enable NumLock in X11 sessions -- ![](green.png) [x11-apps](https://packages.debian.org/buster/x11-apps) `7.7+7` - X applications -- ![](green.png) [xbitmaps](https://packages.debian.org/buster/xbitmaps) `1.1.1-2` - Base X bitmaps -- ![](green.png) [wmctrl](https://packages.debian.org/buster/wmctrl) `1.07-7+b1` - control an EWMH/NetWM compatible X Window Manager -- ![](green.png) [xclip](https://packages.debian.org/buster/xclip) `0.13-1` - command line interface to X selections -- ![](green.png) [xcalib](https://packages.debian.org/buster/xcalib) `0.8.dfsg1-2+b2` - Tiny monitor calibration loader for Xorg -- ![](green.png) [xbacklight](https://packages.debian.org/buster/xbacklight) `1.2.1-1+b2` - simple utility to set the backlight level -- ![](green.png) [conky-all](https://packages.debian.org/buster/conky-all) `1.10.8-1+b1` - highly configurable system monitor (all features enabled) -- ![](green.png) [gtk2-engines](https://packages.debian.org/buster/gtk2-engines) `1:2.20.2-5` - theme engines for GTK+ 2.x -- ![](green.png) [gtk2-engines-murrine](https://packages.debian.org/buster/gtk2-engines-murrine) `0.98.2-2+deb10u1` - cairo-based gtk+-2.0 theme engine -- ![](green.png) [gtk2-engines-pixbuf](https://packages.debian.org/buster/gtk2-engines-pixbuf) `2.24.32-3` - pixbuf-based theme for GTK+ 2.x -- ![](green.png) [gtk2-engines-xfce](https://packages.debian.org/buster/gtk2-engines-xfce) `3.2.0-4` - GTK+-2.0 theme engine for Xfce -- ![](green.png) [xdg-user-dirs-gtk](https://packages.debian.org/buster/xdg-user-dirs-gtk) `0.10-3` - tool to manage well known user directories (Gtk extension) -- ![](green.png) [libfile-mimeinfo-perl](https://packages.debian.org/buster/libfile-mimeinfo-perl) `0.29-1` - Perl module to determine file types -- ![](green.png) [policykit-1-gnome](https://packages.debian.org/buster/policykit-1-gnome) `0.105-7` - authentication agent for PolicyKit -- ![](grey.png) _[randtype](https://packages.debian.org/buster/randtype) `1.13-11+b1` - semi-random text typer_ -- ![](grey.png) _[winwrangler](https://packages.debian.org/buster/winwrangler) `0.2.4-5+b1` - Daemon for manipulating windows (tiled layout, etc.)_ -- ![](grey.png) _[xdotool](https://packages.debian.org/buster/xdotool) `1:3.20160805.1-4` - simulate (generate) X11 keyboard/mouse input events_ \ No newline at end of file +- ![](green.png) [libnotify-bin](https://packages.debian.org/bullseye/libnotify-bin) `0.7.9-3` - sends desktop notifications to a notification daemon (Utilities) +- ![](green.png) [zenity](https://packages.debian.org/bullseye/zenity) `3.32.0-6` - Display graphical dialog boxes from shell scripts +- ![](green.png) [numlockx](https://packages.debian.org/bullseye/numlockx) `1.2-8` - enable NumLock in X11 sessions +- ![](green.png) [x11-apps](https://packages.debian.org/bullseye/x11-apps) `7.7+8` - X applications +- ![](green.png) [xbitmaps](https://packages.debian.org/bullseye/xbitmaps) `1.1.1-2.1` - Base X bitmaps +- ![](green.png) [wmctrl](https://packages.debian.org/bullseye/wmctrl) `1.07-7+b1` - control an EWMH/NetWM compatible X Window Manager +- ![](green.png) [xclip](https://packages.debian.org/bullseye/xclip) `0.13-2` - command line interface to X selections +- ![](green.png) [xcalib](https://packages.debian.org/bullseye/xcalib) `0.8.dfsg1-2.1` - Tiny monitor calibration loader for Xorg +- ![](green.png) [xbacklight](https://packages.debian.org/bullseye/xbacklight) `1.2.1-1+b3` - simple utility to set the backlight level +- ![](green.png) [conky-all](https://packages.debian.org/bullseye/conky-all) `1.11.6-2` - highly configurable system monitor (all features enabled) +- ![](green.png) [gtk2-engines](https://packages.debian.org/bullseye/gtk2-engines) `1:2.20.2-5` - theme engines for GTK+ 2.x +- ![](green.png) [gtk2-engines-murrine](https://packages.debian.org/bullseye/gtk2-engines-murrine) `0.98.2-3` - cairo-based gtk+-2.0 theme engine +- ![](green.png) [gtk2-engines-pixbuf](https://packages.debian.org/bullseye/gtk2-engines-pixbuf) `2.24.33-2` - pixbuf-based theme for GTK 2 +- ![](green.png) [xdg-user-dirs-gtk](https://packages.debian.org/bullseye/xdg-user-dirs-gtk) `0.10-3` - tool to manage well known user directories (Gtk extension) +- ![](green.png) [libfile-mimeinfo-perl](https://packages.debian.org/bullseye/libfile-mimeinfo-perl) `0.30-1` - Perl module to determine file types +- ![](green.png) [policykit-1-gnome](https://packages.debian.org/bullseye/policykit-1-gnome) `0.105-7` - authentication agent for PolicyKit +- ![](grey.png) _[randtype](https://packages.debian.org/bullseye/randtype) `1.13-11+b1` - semi-random text typer_ +- ![](grey.png) _[winwrangler](https://packages.debian.org/bullseye/winwrangler) `0.2.4-5+b1` - Daemon for manipulating windows (tiled layout, etc.)_ +- ![](grey.png) _[xdotool](https://packages.debian.org/bullseye/xdotool) `1:3.20160805.1-4` - simulate (generate) X11 keyboard/mouse input events_ \ No newline at end of file