Category: Debian

  • How to Install Slack on Linux

    How to Install Slack on Linux
    , , , , , , ,

    Installing Slack on Linux is super easy and only requires a few simple steps, irrespective of the distro you’re using. Links:Slack (DEB) – https://slack.com/downloads/linuxSlack (RPM) – https://slack.com/intl/en-in/downloads/linux Commands:sudo apt install ./slack-.deb sudo dnf localinstall ./slack-.rpmsudo dnf remove slackyay -S slack-desktopsudo pacman -S –needed base-devel gitgit clone https://aur.archlinux.org/yay.gitcd yaymakepkg -siyay –versionsudo snap install slacksudo snap remove… Read more

  • How to Install the Latest Python Version on Debian/Ubuntu Linux

    How to Install the Latest Python Version on Debian/Ubuntu Linux
    ,

    Let us now go through the steps to install the latest version of Python on Linux. We will be installing Python on the Debian/Ubuntu distribution of Linux. Note:Change the WGET to the latest version of python(3.12.0) Commands:sudo apt updatecd Python-3.10.2/tar -xf Python-3.10.2.tar.xz./configuresudo make installpython3 –version Chapters:0:00 Intro0:23 Installing development packages1:03 Download & extract the latest… Read more