# UIP - User Installed Packages
# Date: Fri, 16 Feb 2024 00:54:20 +0530
# Host: mx
# System: MX-23.1_fluxbox_x64 Libretto October 15, 2023
#
# List of user installed packages
# Package name Description
# UIP - User Installed Packages
# Date: Fri, 16 Feb 2024 00:54:20 +0530
# Host: mx
# System: MX-23.1_fluxbox_x64 Libretto October 15, 2023
#
# List of user installed packages
# Package name Description
4kvideodownloaderplus Download online video
ansible Configuration management, deployment, and task execution system
archivemount mounts an archive for access as a file system
audacity fast, cross-platform audio editor
bleachbit delete unnecessary files from the system
brave-browser The web browser from Brave
bridge-utils Utilities for configuring the Linux Ethernet bridge
codium Code editing. Redefined.
docker-buildx-plugin Docker Buildx cli plugin.
docker-ce Docker: the open-source application container engine
docker-compose-plugin Docker Compose (V2) plugin for the Docker CLI.
fzf general-purpose command-line fuzzy finder
gir1.2-spiceclientgtk-3.0 GTK3 widget for SPICE clients (GObject-Introspection)
google-chrome-stable The web browser from Google
handbrake versatile DVD ripper and video transcoder (GTK+ GUI)
inkscape vector-based drawing program
isomaster Graphical CD image editor
krita pixel-based image manipulation program
libguestfs-tools guest disk image management system - tools
libobasis7.6-extension-beanshell-script-provider Script provider for BeanShell extension for LibreOffice 7.6.4.1
libobasis7.6-extension-javascript-script-provider Script provider for JavaScript extension for LibreOffice 7.6.4.1
libobasis7.6-extension-mediawiki-publisher MediaWiki publisher extension for LibreOffice 7.6.4.1
libobasis7.6-extension-nlpsolver NLPSolver extension for LibreOffice 7.6.4.1
libobasis7.6-extension-pdf-import PDF import extension for LibreOffice 7.6.4.1
libobasis7.6-extension-report-builder Report Builder extension for LibreOffice 7.6.4.1
libobasis7.6-firebird Firebird module for LibreOffice 7.6.4.1
libobasis7.6-gnome-integration GNOME integration module for LibreOffice 7.6.4.1
libobasis7.6-graphicfilter Graphic filter module for LibreOffice 7.6.4.1
libobasis7.6-kde-integration KDE integration module for LibreOffice 7.6.4.1
libobasis7.6-librelogo LibreLogo toolbar for LibreOffice 7.6 Writer.4.1
libobasis7.6-libreofficekit-data Libreofficekit data files for LibreOffice 7.6.4.1
libobasis7.6-ogltrans OpenGL slide transitions module for LibreOffice 7.6.4.1
libobasis7.6-onlineupdate Online update module for LibreOffice 7.6.4.1
libobasis7.6-ooolinguistic Linguistic module for LibreOffice 7.6.4.1
libobasis7.6-postgresql-sdbc PostgreSQL Connector driver for LibreOffice 7.6.4.1
libobasis7.6-python-script-provider Script provider for Python for LibreOffice 7.6.4.1
libobasis7.6-xsltfilter XSLT filter samples module for LibreOffice 7.6.4.1
libreoffice7.6-base Base brand module for LibreOffice 7.6.4.1
libreoffice7.6-calc Calc brand module for LibreOffice 7.6.4.1
libreoffice7.6-debian-menus LibreOffice 7.6 desktop integration
libreoffice7.6-dict-en En dictionary for LibreOffice 7.6.4.1
libreoffice7.6-dict-es Es dictionary for LibreOffice 7.6.4.1
libreoffice7.6-dict-fr Fr dictionary for LibreOffice 7.6.4.1
libreoffice7.6-draw Draw brand module for LibreOffice 7.6.4.1
libreoffice7.6-en-us Brand language module for LibreOffice 7.6.4.1
libreoffice7.6-impress Impress brand module for LibreOffice 7.6.4.1
libreoffice7.6-math Math brand module for LibreOffice 7.6.4.1
libreoffice7.6-writer Writer brand module for LibreOffice 7.6.4.1
libvirt-daemon-system Libvirt daemon configuration files
lxc Linux Containers userspace tools
mypaint paint program for use with graphics tablets
neovim heavily refactored vim fork
net-tools NET-3 networking toolkit
obs-studio recorder and streamer for live video content
openssh-server secure shell (SSH) server, for secure access from remote machines
packages-microsoft-prod Apt configuration for packages.microsoft.com
pdfsam-basic Open source desktop application to split, merge, rotate, extract pages and mix PDF files.
pipx execute binaries from Python packages in isolated environments
playonlinux front-end for Wine
privoxy Privacy enhancing HTTP Proxy
python3-dev header files and a static library for Python (default)
python3-pip Python package installer
python3-pyqt5.qtwebengine Python 3 bindings for Qt5's WebEngine module
python3-tk Tkinter - Writing Tk applications with Python 3.x
shotcut video editor
shotwell digital photo organizer
terminator multiple GNOME terminals in one window
tor anonymizing overlay network for TCP
torsocks use SOCKS-friendly applications with Tor
transmission lightweight BitTorrent client
ultracopier advanced graphical file copy system
virt-manager desktop application for managing virtual machines
virtualbox-7.0 Oracle VM VirtualBox
vlc multimedia player and streamer
winbind service to resolve user and group information from Windows NT servers
winetricks simple tool to work around common problems in Wine
Saturday, February 21, 2026
MX Linux tune up tips with the package lists
Posted by PNA Prasanna at 9:23 AM 0 comments
Labels: MX Linux
Things has to be done after installing Debian 12
#VSCodium Repo
apt install wget
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | sudo apt-key add -
add-apt-repository 'deb https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs/ vscodium main'
apt update && sudo apt upgrade
apt install codium
#sudo usermod -a -G vboxusers $USER
#GRUB_DISABLE_OS_PROBER=false
#Chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
#Brave
apt install apt-transport-https curl
sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main" | sudo tee /etc/apt/sources.list.d/brave-browser-release.list
apt update
apt install brave-browser -y
#KVM
apt install qemu-system libvirt-daemon-system
apt install --no-install-recommends qemu-system libvirt-clients libvirt-daemon-system
apt install virt-manager
#adduser $USER libvirt
adduser pna libvirt
#lxc
apt install lxc
apt install libvirt-bin
apt-get install lxc libvirt0 libpam-cgfs bridge-utils uidmap
#Date
timedatectl status
#pip3
apt install python3-pip
apt install pipx
pipx install paramiko
pipx install jupyterlab
pipx install notebook
jupyter-lab --allow-root
#playonlinux
apt install winbind
#powershell
apt install -y wget apt-transport-https software-properties-common
wget -q https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb
dpkg -i packages-microsoft-prod.deb
apt update
apt install -y powershell
pwsh
#conkey
https://vitux.com/how-to-install-conky-system-monitor-and-conky-manager-on-debian-10/
#pdfcrack - Cracking pdf
sudo apt-get install pdfcrack
pdfcrack -f MYFILE.PDF
#Kuberctl
kubectl config set-context –-current --namespace=awx
#Enable VPN
apt install network-manager-openvpn-gnome -y
#Docker
docker ps
docker container stop <id>
docker images
docker rmi <image id>
docker ps -a
docker stop <id>
docker rm <id>
#Reset root password in qcow2 image
apt install libguestfs-tools
Ref:https://www.cyberciti.biz/faq/how-to-reset-forgotten-root-password-for-linux-kvm-qcow2-image-vm/
#VirtualBox can't operate in VMX root mode. Please disable the KVM kernel extension, recompile your kernel and reboot.
#VBox status code: -4011 (VERR_VMX_IN_VMX_ROOT_MODE).
sudo lsof | grep kvm
pgrep -a qemu
lsmod | grep kvm
modprobe -r kvm_intel
modprobe -r kvm
#To add back the module
modprobe -v kvm_intel
#Co-app for Video Download Helper firefox extension
curl -sSLf https://github.com/aclap-dev/vdhcoapp/releases/latest/download/install.sh | bash
#Podman
sudo apt install podman -y
sudo systemctl enable podman
sudo systemctl start podman
sudo systemctl status podman.service
#Remove libreoffice
apt remove --purge libreoffice*
#Localsend - is for using to send files locally in the intranet
#install rar/unrar
apt install unar
unar filename.rar
#Portainer installation
sudo usermod -aG docker $USER
docker volume create portainer_data
sudo docker run -d -p 8000:8000 -p 9443:9443 –name portainer –restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:latest
docker ps
http://localhost:9000
password: Debian@Admin
Posted by PNA Prasanna at 8:55 AM 0 comments
Labels: Debian12
