OpenBangla / OpenBangla-Keyboard

An OpenSource, Unicode compliant Bengali Input Method
http://openbangla.github.io/
GNU General Public License v3.0
470 stars 74 forks source link

Installation script doesn't works on Pop!_OS 22.04 LTS #384

Closed niamotullah closed 2 months ago

niamotullah commented 2 months ago
$ bash -c "$(wget -q https://raw.githubusercontent.com/OpenBangla/OpenBangla-Keyboard/master/tools/install.sh -O -)"
|-------------------------------------------------------|
|-----Welcome to the OpenBangla Keyboard installer------|
|-------------------------------------------------------|

This helper script will install/update OpenBangla Keyboard in your system.
You might need to type your password for the installation to proceed.

After the installation completes successfully, you would need to configure
your desktop environment for OpenBangla Keyboard to work.
Visit https://github.com/OpenBangla/OpenBangla-Keyboard/wiki/Configuring-Environment
for instructions on how to configure your desktop environment.
--------------------------------------------------------

Downloading installation package for  ...

Sorry, this script was not able to identify your OS distribution.
Please report a bug at https://github.com/OpenBangla/OpenBangla-Keyboard/issues

Please visit https://github.com/OpenBangla/OpenBangla-Keyboard/wiki/Installing-OpenBangla-Keyboard for distrowise/distro-specific install instructions.

Do you want to see the instructions? (Yes/No)

OS:

$ neofetch 
             /////////////                niamot@pop-os 
         /////////////////////            ------------- 
      ///////*767////////////////         OS: Pop!_OS 22.04 LTS x86_64 
    //////7676767676*//////////////       Host: RLEF-XX M1010 
   /////76767//7676767//////////////      Kernel: 6.9.3-76060903-generic 
  /////767676///*76767///////////////     Uptime: 5 hours, 41 mins 
 ///////767676///76767.///7676*///////    Packages: 1815 (dpkg), 9 (flatpak) 
/////////767676//76767///767676////////   Shell: bash 5.1.16 
//////////76767676767////76767/////////   Resolution: 1920x1200 
///////////76767676//////7676//////////   DE: GNOME 42.9 
////////////,7676,///////767///////////   WM: Mutter 
/////////////*7676///////76////////////   WM Theme: Pop 
///////////////7676////////////////////   Theme: Pop-dark [GTK2/3] 
 ///////////////7676///767////////////    Icons: Pop [GTK2/3] 
  //////////////////////'////////////     Terminal: gnome-terminal 
   //////.7676767676767676767,//////      CPU: 12th Gen Intel i5-12450H (12) @ 4.400GHz 
    /////767676767676767676767/////       GPU: Intel Alder Lake-P GT1 [UHD Graphics] 
      ///////////////////////////         Memory: 5298MiB / 15718MiB 
         /////////////////////
             /////////////                                        
mominul commented 2 months ago

Download this deb file OpenBangla-Keyboard_2.0.0-ubuntu22.04.deb and install it by

sudo apt install ./path/to/OpenBangla-Keyboard_2.0.0-ubuntu22.04.deb
faizul726 commented 2 months ago

does that actually work?

i think this is the correct command

sudo dpkg -i ./path/to/OpenBangla-Keyboard_2.0.0-ubuntu22.04.deb
mominul commented 2 months ago

does that actually work?

i think this is the correct command

sudo dpkg -i ./path/to/OpenBangla-Keyboard_2.0.0-ubuntu22.04.deb

@faizul726 apt can handle deb files. Your command is would also work but I prefer apt because it is a high level command.