I am trying to Play Music Directly from YouTube on Clubhouse and I found the below instruction for this propose:
How to Play Music Directly from YouTube on Clubhouse
But as I can not use the clubhouse app on Ubuntu OS even by asking the below question:
Problem in installing the clubhouse via APT command
So now I am trying to connect one two-sided audio cable between android phone and my laptop then use the second which is Using VB audio to Play Internal sounds on Clubhouse, so I have googled and found the below result:
Virtual Audio Cable For Ubuntu
which suggest running :
sudo apt-get install jack
sudo apt-get install qjackctl
But I asked here to have some comment about other's method or confirmation to select the right Ubuntu app for Virtual cable.
Update 1:
I have tried to install the jack
app and get below results and error:
sudo aptitude install jack
jack is already installed at the requested version (3.1.1+cvs20050801-29.2)
jack is already installed at the requested version (3.1.1+cvs20050801-29.2)
The following partially installed packages will be configured:
mailutils postfix
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 80 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
Setting up postfix (3.3.0-1ubuntu0.4) ...
Postfix (main.cf) configuration was not changed. If you need to make changes,
edit /etc/postfix/main.cf (and others) as needed. To view Postfix
configuration values, see postconf(1).
After modifying main.cf, be sure to run 'service postfix reload'.
Running newaliases
newaliases: warning: valid_hostname: misplaced delimiter: so-Lenovo-ideapad-310-15IKB..name
newaliases: fatal: file /etc/postfix/main.cf: parameter myhostname: bad parameter value: so-Lenovo-ideapad-310-15IKB..name
dpkg: error processing package postfix (--configure):
installed postfix package post-installation script subprocess returned error exit status 75
dpkg: dependency problems prevent configuration of mailutils:
mailutils depends on default-mta | mail-transport-agent; however:
Package default-mta is not installed.
Package postfix which provides default-mta is not configured yet.
Package mail-transport-agent is not installed.
Package postfix which provides mail-transport-agent is not configured yet.
dpkg: error processing package mailutils (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Errors were encountered while processing:
postfix
mailutils
E: Sub-process /usr/bin/dpkg returned an error code (1)
Setting up postfix (3.3.0-1ubuntu0.4) ...
Postfix (main.cf) configuration was not changed. If you need to make changes,
edit /etc/postfix/main.cf (and others) as needed. To view Postfix
configuration values, see postconf(1).
After modifying main.cf, be sure to run 'service postfix reload'.
Running newaliases
newaliases: warning: valid_hostname: misplaced delimiter: so-Lenovo-ideapad-310-15IKB..name
newaliases: fatal: file /etc/postfix/main.cf: parameter myhostname: bad parameter value: so-Lenovo-ideapad-310-15IKB..name
dpkg: error processing package postfix (--configure):
installed postfix package post-installation script subprocess returned error exit status 75
dpkg: dependency problems prevent configuration of mailutils:
mailutils depends on default-mta | mail-transport-agent; however:
Package default-mta is not installed.
Package postfix which provides default-mta is not configured yet.
Package mail-transport-agent is not installed.
Package postfix which provides mail-transport-agent is not configured yet.
dpkg: error processing package mailutils (--configure):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Errors were encountered while processing:
postfix
mailutils
Thanks.