Showing posts with label wine. Show all posts
Showing posts with label wine. Show all posts

Thursday, January 25, 2024

Pi-apps / wine on raspberry pi



From page to install notepad++ and run it on the pi
 
wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash
  
Use the pi-app to install notepad++.  wine will be installed if not installed by installing other x86 app.  Need to change kernel page size to 4k from default 16k, which requires a reboot, then redoing the install.  Wine install starts after that reboot.
 
--30--

Friday, August 18, 2023

notes on attempting to install vmesxi vsphere client (from vmesxi 6 level) under wine on linux

download client installer from esxi server (local) web page
download microsoft .NET 3.5 SP1 from MS.
 
notes on installing dot net that seems useful
 
getting error when installing dot net 3.5 sp1 
  "Turn Windows Features on or off" ...
 
 
 
--30--