How to Install MOC on linuxmint 18.03

To Install MOC on Linux mint 18.03
Music On Console (MOC) is a ncurses-based console audio player for Linux/UNIX. It was written in C language.The console-based feature of this audio player comes with many advantages which are: simple yet powerful interface, low memory utilization. Apart from this, it has separate thread for output buffer which helps it avoid high load situations. In this tutorial, we will cover the installation of brave on Linuxmint 18.03.

Installation

Update the system repository using the following command.


linuxhelp ~ # apt-get update
Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
Get:2 http://archive.canonical.com/ubuntu xenial InRelease \[11.5 kB\]                      
Ign:3 http://packages.linuxmint.com sylvia InRelease                                           
Get:4 http://archive.canonical.com/ubuntu xenial/partner amd64 Packages \[3,156 B\]              
Get:5 http://archive.canonical.com/ubuntu xenial/partner i386 Packages \[3,148 B\]                     
Get:6 http://packages.linuxmint.com sylvia Release \[24.2 kB\]              
.
.
.
Get:39 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages \[367 kB\]            
Get:40 http://security.ubuntu.com/ubuntu xenial-security/universe i386 Packages \[312 kB\]             
Get:41 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en \[138 kB\]            
Get:42 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages \[3,456 B\]         
Get:43 http://security.ubuntu.com/ubuntu xenial-security/multiverse i386 Packages \[3,632 B\]          
Get:44 http://security.ubuntu.com/ubuntu xenial-security/multiverse Translation-en \[1,744 B\]         
Fetched 6,170 kB in 13s (462 kB/s)                                                                   
Reading package lists... Done

Install the moc music player application.


linuxhelp ~ # apt-get install moc -y
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libenca0 libid3tag0 libopusfile0 librcc0 librcd0 libsidutils0 libtagc0
Suggested packages:
  moc-ffmpeg-plugin
The following NEW packages will be installed:
.
.
.
Setting up libsidutils0 (2.1.1-14ubuntu2) ...
Setting up libtagc0:amd64 (1.9.1-2.4ubuntu1) ...
Setting up librcd0 (0.1.13-3build1) ...
Setting up librcc0 (0.2.12-0.1) ...
Setting up moc (1:2.6.0~svn-r2788-1) ...
Processing triggers for libc-bin (2.23-0ubuntu9) ...

Just type moc from a terminal.


linuxhelp ~ # mocp
Running the server...
Trying JACK...
Trying ALSA...

Now, you can able to use the moc browser application.

With this, the method to install brave on Linux mint 18.03 comes to an end.

FAQ
Q
How to fix the MOC start?
A
If MOC fails to start, it is most probably because of something wrong in ~/.moc/. You can try to fix it, or simply delete the whole folder.
Q
Is MOC 2.5.2 and 2.6-alpha3 Released?
A
The infamous stuttering problem which makes long-playing audio sound like a broken record under some circumstances has finally been traced to ALSA's dmix component. So the circumvention for the ALSA stutter bug has been included in both the latest 2.5.2 maintenance and 2.6-alpha3 development releases which are now available.
Q
How to Report Bugs Effectively?
A
I'll be having more to say on what I would like to see in MOC bug reports after version 2.5 is out and I have more time to do so, but I recently reread an essay by Simon Tatham and it agrees with much of what I would have to say.
Q
What is Moc on Ubuntu?
A
Music on Console (MOC) is a ncurses-based console audio player for Linux/UNIX. It was written in C language. The console-based feature of this audio player comes with many advantages which are: simple yet powerful interface, low memory utilization.
Q
Should MOC Continue To Support OpenBSD?
A
I've been working recently on bringing MOC up to the currently common C99 and POSIX.1-2001 standards. However, the road block I keep running into is with OpenBSD.