Repo
ayangweb/BongoCat
ipm version
v0.1.44
OS / System
Pop!_OS 22.04 LTS, debian based
What happened
All attempted installation methods failed.
Installation methods tried
Build from Source (Recommended for Developers)
git clone https://github.com/ayangweb/BongoCat.git
cd BongoCat
npm install -g pnpm
pnpm install
pnpm tauri build
Quick Run (Development Mode)
git clone https://github.com/ayangweb/BongoCat.git
cd BongoCat
pnpm install
pnpm tauri dev
Install BongoCat on Windows using the executable installer
Invoke-WebRequest -Uri "https://github.com/ayangweb/BongoCat/releases/download/v0.9.0/BongoCat_0.9.0_x64-setup.exe" -OutFile "BongoCat_Installer.exe"
Start-Process -FilePath "BongoCat_Installer.exe" -ArgumentList "/SILENT" -Wait
Remove-Item "BongoCat_Installer.exe"
Install via .deb package
wget -O BongoCat_amd64.deb https://github.com/ayangweb/BongoCat/releases/download/v1.1.0/BongoCat_1.1.0_amd64.deb
sudo dpkg -i BongoCat_1.1.0_amd64.deb
sudo apt --fix-broken install -y
rm BongoCat_1.1.0_amd64.deb
Notes
(Anything else you want to add)
Repo
ayangweb/BongoCat
ipm version
v0.1.44
OS / System
Pop!_OS 22.04 LTS, debian based
What happened
All attempted installation methods failed.
Installation methods tried
Build from Source (Recommended for Developers)
git clone https://github.com/ayangweb/BongoCat.gitcd BongoCatnpm install -g pnpmpnpm installpnpm tauri buildQuick Run (Development Mode)
git clone https://github.com/ayangweb/BongoCat.gitcd BongoCatpnpm installpnpm tauri devInstall BongoCat on Windows using the executable installer
Invoke-WebRequest -Uri "https://github.com/ayangweb/BongoCat/releases/download/v0.9.0/BongoCat_0.9.0_x64-setup.exe" -OutFile "BongoCat_Installer.exe"Start-Process -FilePath "BongoCat_Installer.exe" -ArgumentList "/SILENT" -WaitRemove-Item "BongoCat_Installer.exe"Install via .deb package
wget -O BongoCat_amd64.deb https://github.com/ayangweb/BongoCat/releases/download/v1.1.0/BongoCat_1.1.0_amd64.debsudo dpkg -i BongoCat_1.1.0_amd64.debsudo apt --fix-broken install -yrm BongoCat_1.1.0_amd64.debNotes
(Anything else you want to add)