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:
- ⦿ Then to install simply run:
- ⦿ To update simply type:
- ⦿ To uninstall the rpm Package:
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
sudo dnf install materialgram
sudo dnf update materialgram
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:
- ⦿ Then to install simply run:
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
sudo apt update && sudo apt install materialgram