56 lines
2.0 KiB
Python
56 lines
2.0 KiB
Python
"""
|
|
* SPDX-FileCopyrightText: 2023-2025 PeppermintOS Team
|
|
* (peppermintosteam@proton.me)
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*
|
|
* These lists are used to install shared packages packages
|
|
"""
|
|
|
|
GENERAL_SHARED_LIST = ['alsa-utils\n'
|
|
'bluez\n'
|
|
'btop\n'
|
|
'calamares\n'
|
|
'calamares-settings-debian\n'
|
|
'console-setup\n'
|
|
'cups\n'
|
|
'curl\n'
|
|
'dconf-editor\n'
|
|
'dkms\n'
|
|
'dbus-x11\n'
|
|
'desktop-base\n'
|
|
'fonts-cantarell\n'
|
|
'fonts-liberation\n'
|
|
'f2fs-tools\n'
|
|
'gdebi\n'
|
|
'gir1.2-webkit2-4.0\n'
|
|
'git\n'
|
|
'gnome-disk-utility\n'
|
|
'gnome-system-tools\n'
|
|
'gparted\n'
|
|
'gvfs-backends\n'
|
|
'inputattach\n'
|
|
'inxi\n'
|
|
'locales\n'
|
|
'libgtk2.0-0\n'
|
|
'libgtk2.0-common\n'
|
|
'nala\n'
|
|
'network-manager-gnome\n'
|
|
'ntp\n'
|
|
'plymouth\n'
|
|
'plymouth-themes\n'
|
|
'pulseaudio-module-bluetooth\n'
|
|
'python3-pip\n'
|
|
'python3-tk\n'
|
|
'python3-pil.imagetk\n'
|
|
'synaptic\n'
|
|
'system-config-printer\n'
|
|
'simple-scan\n'
|
|
'smartmontools\n'
|
|
'smbclient\n'
|
|
'spice-vdagent\n'
|
|
'sqlite3\n'
|
|
'wireless-tools\n'
|
|
'wget\n'
|
|
'xfsprogs\n'
|
|
]
|