# p7zip-full is for extracting Windows and OS X packages # wget is for downloading update.xml, installers, and MARs # libgtk-3-0 is required to run the Firefox updater
apt_packages=()
apt_packages+=('curl')
apt_packages+=('libgtk-3-0')
apt_packages+=('locales')
apt_packages+=('p7zip-full')
apt_packages+=('python3-cairo')
apt_packages+=('python3-pip')
apt_packages+=('python3-aiohttp')
apt_packages+=('shellcheck')
apt_packages+=('sudo')
apt_packages+=('wget')
apt_packages+=('zip')
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.