Skip to content

Installation failed for ayangweb/BongoCat #41

Description

@code404nul

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions