Tag: linux

  • Setting Up Linux Mint on Old MacBook Pro

    Following steps fixes the problem. Removing bcmwl-kernel-source package, then reboot: sudo apt-get remove –purge bcmwl-kernel-source sudo reboot Installing new broadcom firmware: sudo apt-get install firmware-b43-installer Reload package. sudo modprobe -r b43 sudo modprobe b43 sudo rm /etc/apt/preferences.d/nosnap.pref sudo apt update sudo apt install snapd -y sudo snap install icloud-for-linux https://www.addictivetips.com/ubuntu-linux-tips/use-icloud-on-linux/ https://linuxstoney.com/how-to-install-snap-store-in-linux-mint-20-linux-mint-20-1/#:~:text=Install%20Snap%20Store%20in%20Linux%20Mint%2020%20and,4.%20Install%20Snap%20Store%20on%20Linux%20Mint%20 Set venv and tkinter…