Materialgram

Setup RPM Repository:

Note: If you have installed the flatpak version then please do remove it first.

  • ⦿ Open a new terminal and copy-paste the below content to add the RPM repo of Materialgram:
    • sudo tee /etc/yum.repos.d/materialgram.repo <<EOF [Materialgram] name=Materialgram RPM (From burhancodes) - x86_64 - Updates baseurl=https://burhancodes.github.io/materialgram-repo/rpms/ enabled=1 gpgcheck=0 metadata_expire=1h EOF
  • ⦿ Then to install simply run:
    • sudo dnf install materialgram
  • ⦿ To update simply type:
    • sudo dnf update materialgram
  • ⦿ To uninstall the rpm Package:
    • sudo dnf remove materialgram

Setup DEB Repository:

Note: If you have installed the flatpak version then please do remove it first.

  • ⦿ Open a new terminal and copy-paste the below content to add the RPM repo of Materialgram:
    • bash <(curl -s "https://raw.githubusercontent.com/ghazzor/materialgram-deb-package/master/install.sh")
      OR wget -qO- https://raw.githubusercontent.com/ghazzor/materialgram-deb-package/master/materialgram_repo.asc | sudo tee /etc/apt/trusted.gpg.d/materialgram_repo.asc echo "deb [arch=amd64] https://raw.githubusercontent.com/ghazzor/materialgram-deb-package/master/apt/repo/ bionic main" | sudo tee /etc/apt/sources.list.d/materialgram.list
  • ⦿ Then to install simply run:
    • sudo apt update && sudo apt install materialgram