import { Box, Code, Heading, HStack, Icon, Image, Link, Text, VStack, } from "@chakra-ui/react"; import { CodeBlock } from "components/CodeBlock"; import { FcLinux } from "react-icons/fc"; import { BsWindows } from "react-icons/bs"; import { DisplayAd } from "components/special"; export default function PackageManagerPage() { return ( Installation using Package Managers If you don't want to download the binary of Spotube, you can use various package managers to install Spotube too (only Windows & Linux now) Linux Flatpak Make sure Flatpak is installed in your Linux device & Run the following command in the terminal: $ flatpak install com.github.KRTirtho.Spotube AUR If you're an Arch Linux user, you can also install Spotube from AUR. Make sure you have yay or pamac or{" "} paru installed in your system. And Run the Following command in the Terminal: # for pamac user
$ pamac install spotube-bin
# for paru user
$ paru -Sy spotube-bin
# for yay user
$ yay -Sy spotube-bin
Windows Chocolatey Spotube is available in{" "} community.chocolatey.org {" "} repo. If you have chocolatey install in your system just run following command in an Elevated Command Prompt or PowerShell: $ choco install spotube WinGet Yes, Spotube is also available in the Official Windows PackageManager WinGet. Make sure you have WinGet installed in your Windows machine and run following in a Terminal: $ winget install --id KRTirtho.Spotube Install from App Stores Android (F-Droid) Spotube for Android is available in the F-Droid repositories too. So you can install it directly from F-Droid Android application too F-Droid Download
); }