Skip to main content

Posts

Showing posts from February, 2024

fix for wps office /ida-free if run directly

fix directly  extracted app  in home  >dpkg -I wps-office_11.1.0.11704.XA_amd64.deb  new Debian package, version 2.0.  size 319435710 bytes: control archive=13573 bytes.     1064 bytes,    25 lines      control                    325 bytes,    11 lines      copyright                42449 bytes,  1014 lines   *  postinst             #!/bin/bash     2108 bytes,    89 lines   *  postrm               #!/bin/bash     3469 bytes,   117 lines   *  preinst              #!/bin/bash    25012 bytes,   576 lines   *  prerm                #!/bin/bash  Package: wps-office  Priority: optional  Section: editors  Name: wps-office  Relocations: /opt/kingsoft  Installed-Size: 1632280  Maintainer: WPS Office Community Team <[email protected]>  Architecture: amd64  Multi-Arch: foreign  Version: 11.1.0.11704.XA  Replaces: kingsoft-office  Recommends: ttf-mscorefonts-installer  Homepage: http://wps-community.org  Depends: libc6 (>= 2.15) | libc6.1, libstdc++6 (>= 4.6), libfreetype6 (>=

debian pkg list

 apt list --manual-installed  apt-utils   bash-completion btrfs-progs   cryptsetup   dbus-broker debconf dialog dosfstools   e2fsprogs   ffmpeg fdisk file fonts-font-awesome foot   gpgv grim   intel-media-va-driver iwd   jq   lifeograph linux-image-amd64 locales   mandoc mpv   nano ncdu neofetch nnn ntfs-3g   opendoas otpclient   pavucontrol pciutils pipewire-audio playerctl polkitd   rtkit   slurp sway  systemd-boot systemd-oomd systemd-resolved systemd-timesyncd systemd-zram-generator   tiny-initramfs tzdata   udev usbutils   waybar wev wireless-regdb wl-clipboard wofi   xdg-utils xwayland dpkg-query -W -f='${Status} ${Package}\n' | grep "install ok installed" | awk '{print $4}'  apt-mark showauto   dpkg-query -W -f='${Status} ${Package}\n' | grep "install ok installed" | awk '{print $4}' > installed_packages.txt apt-mark showauto > auto_installed_packages.txt     comm -23 installed_packages.txt auto_installed_packages.txt >

linux mint install via debootstrap

http://packages.linuxmint.com/pool/ .. /   -   Directory backport / 2023-Oct-09 05:26:36 -   Directory community / 2015-Dec-18 04:12:16 -   Directory import / 2023-Sep-21 08:25:47 -   Directory incoming / 2014-Feb-12 04:42:25 -   Directory main / 2020-Dec-01 05:27:50 -   Directory romeo / 2024-Jan-15 11:16:41 -   Directory upstream / 2020-Feb-14 07:57:17 -   Directory       romeo = unstable repo   latest for now  21.3 Virginia  base Ubuntu Jammy search latest on  http://packages.linuxmint.com   https://github.com/linuxmint/mintsources/tree/master/usr/share/mintsources/ default=http://packages.linuxmint.com base_default=http://archive.ubuntu.com/ubuntu optional= romeo (unstable repo) codename=wilma base_codename=noble main_identifier=main upstream import base_identifier=-updates main restricted universe multiverse set the following as per above variable https://github.com/linuxmint/mintsources/blob/master/usr/share/mintsources/wilma/mi