0

I want to install ibus-m17n for malayalam (Indian Regional language) in my system. I'd searched my ubuntu software system, but cant find ibus-m17n. please help

  • You haven't said what release, https://packages.ubuntu.com/search?suite=all&searchon=names&keywords=ibus-m17n hows it's available. Did you try a package manager (that lists everything such as aptitude, synaptic as some 'user' tools list stick to 'major' type titles) – guiverc Sep 16 '19 at 09:17
  • fyi: sudo apt install ibus-m17n would have installed it; prior comment was based at user-level tool rather than a command. – guiverc Sep 16 '19 at 09:27

1 Answers1

1

You can install it via command

sudo apt install ibus-m17n

or load a package manager tool and search there, eg. aptitude, synaptic, muon etc.

enter image description here

Some software tools (eg. Ubuntu Software, Software Boutique, Discover) limit themselves to major or popular packages and don't list all packages to avoid 'clutter' or confusion. Package managers are useful for less-common packages.

guiverc
  • 30,396
  • You could add Discover to the list of software centers that don't offer all packages. – DK Bose Sep 16 '19 at 13:04
  • 1
    See my excellent answer here! – DK Bose Sep 16 '19 at 13:12
  • When writing my wording (major or popular packages or best of the best) I was thinking of wimpy's introduction or justification for the Software Boutique (which included how the list used by Software Boutique was created) on what was probably the Ubuntu Podcast. Yes yours was a great answer (+1) – guiverc Sep 16 '19 at 13:18
  • Do you have a link to wimpy's post/blog or wherever that intro is? Thanks! – DK Bose Sep 16 '19 at 13:24
  • I could be wrong, but I think wimpy gave roughly the same in (at least) two podcasts; one of which maybe https://ubuntu-mate.org/blog/ubuntu-mate-and-ubuntu-software-center/ (destination linux ep103). This isn't the one I was thinking of sorry (there was more focus on family in the one I was thinking of, and less phone-quality audio, this was possibly an earlier talk on topic) – guiverc Sep 16 '19 at 13:54
  • maybe https://www.youtube.com/watch?v=gR8VnDZx_IU @DKBose (Destination Linux EP15 -- better than first I think) – guiverc Sep 16 '19 at 14:01
  • I'm listening to https://www.jupiterbroadcasting.com/85672/oscon-secret-sauce-lup-103/ and wimpy appears about 8min into the podcast. So thanks! – DK Bose Sep 16 '19 at 14:03