Do you have 32bit packages on your system?

Here is where you can post tips and tricks to share with other users of MX. Do not ask for help in this Forum.
Message
Author
User avatar
KBD
Posts: 959
Joined: Sun Jul 03, 2011 7:52 pm

Re: Do you have 32bit packages on your system?

#11 Post by KBD »

Same as Jerry.

User avatar
Head_on_a_Stick
Posts: 919
Joined: Sun Mar 17, 2019 3:37 pm

Re: Do you have 32bit packages on your system?

#12 Post by Head_on_a_Stick »

Jesse over at Distrowatch seems to like uneccessary pipes & commands for some reason, here's my list from my Debian buster box without the CLI spam:

Code: Select all

E485:~$ dpkg -l|awk -F' |:' '/^ii/&&/i386/{print $3}' || echo 'Did not find 32-bit packages'  
gcc-8-base
libatomic1
libbsd0
libc6
libc6-i386
libdrm-amdgpu1
libdrm-intel1
libdrm-nouveau2
libdrm-radeon1
libdrm2
libedit2
libelf1
libexpat1
libffi6
libgcc1
libgl1
libgl1-mesa-dri
libgl1-mesa-glx
libglapi-mesa
libglvnd0
libglx-mesa0
libglx0
libgpg-error0
libidn2-0
libllvm7
libpciaccess0
libsensors5
libstdc++6
libtinfo6
libudev1
libunistring2
libvulkan1
libwayland-client0
libx11-6
libx11-xcb1
libxau6
libxcb-dri2-0
libxcb-dri3-0
libxcb-glx0
libxcb-present0
libxcb-randr0
libxcb-sync1
libxcb1
libxdamage1
libxdmcp6
libxext6
libxfixes3
libxinerama1
libxshmfence1
libxss1
libxxf86vm1
mesa-vulkan-drivers
steam
zlib1g
E485:~$
mod note: Signature removed, please read the forum rules

User avatar
fehlix
Developer
Posts: 10375
Joined: Wed Apr 11, 2018 5:09 pm

Re: Do you have 32bit packages on your system?

#13 Post by fehlix »

This command:

Code: Select all

aptitude search "?architecture (i386) ?installed"
shows on MX18.3 LiveISO those installed:

Code: Select all

i A gcc-6-base:i386                           - GCC, the GNU Compiler Collection (base package)     
i A libc6:i386                                - GNU C Library: Shared libraries                     
i A libgcc1:i386                              - GCC support library                                 
i   libtxc-dxtn-s2tc:i386                     - Texture compression library for Mesa            
On my installed systems much more are shown.
:puppy:
Gigabyte Z77M-D3H, Intel Xeon E3-1240 V2 (Quad core), 32GB RAM,
GeForce GTX 770, Samsung SSD 850 EVO 500GB, Seagate Barracuda 4TB

User avatar
gosia
Posts: 957
Joined: Sun Apr 28, 2019 3:43 pm

Re: Do you have 32bit packages on your system?

#14 Post by gosia »

Code: Select all

$ aptitude search "?architecture (i386) ?installed"
i   brdcp7010lpr:i386               - Brother DCP-7010 LPR driver               
i   cupswrapperdcp7010:i386         - Brother DCP7010 CUPS wrapper driver 

Code: Select all

$ dpkg -l|awk -F' |:' '/^ii/&&/i386/{print $3}' || echo 'Did not find 32-bit packages'
brdcp7010lpr
cupswrapperdcp7010
libc6-i386

User avatar
manyroads
Posts: 2623
Joined: Sat Jun 30, 2018 6:33 pm

Re: Do you have 32bit packages on your system?

#15 Post by manyroads »

Here are mine...

Code: Select all

$ dpkg -l | grep "^ii" | grep ":i386" && echo "Found 32-bit packages" || echo "Did not find 32-bit packages"
ii  gcc-6-base:i386                                 6.3.0-18+deb9u1                            i386         GCC, the GNU Compiler Collection (base package)
ii  gcc-7-base:i386                                 7.3.0-1~mx17+1                             i386         GCC, the GNU Compiler Collection (base package)
ii  gcc-8-base:i386                                 8.3.0-6~mx17+1                             i386         GCC, the GNU Compiler Collection (base package)
ii  libc6:i386                                      2.24-11+deb9u4                             i386         GNU C Library: Shared libraries
ii  libgcc1:i386                                    1:8.3.0-6~mx17+1                           i386         GCC support library
ii  libtxc-dxtn-s2tc:i386                           1.0+git20151227-2                          i386         Texture compression library for Mesa
ii  zlib1g:i386                                     1:1.2.8.dfsg-5                             i386         compression library - runtime
Found 32-bit packages
Pax vobiscum,
Mark Rabideau - ManyRoads Genealogy -or- eirenicon llc. (geeky stuff)
i3wm, bspwm, hlwm, dwm, spectrwm ~ Linux #449130
"For every complex problem there is an answer that is clear, simple, and wrong." -- H. L. Mencken

Post Reply

Return to “Tips & Tricks by users”