bomi
bomi copied to clipboard
'libass >= 0.12.1' package was not found.
if install from source it will show up, cc@CC:~/Downloads/bomi-0.9.11$ ./configure configure for Linux... Checking for ffmpeg >= 2.4 ... yes Checking for libass >= 0.12.1 ... no 'libass >= 0.12.1' package was not found.
if choosen deb it will show below
sudo dpkg -i bomi_0.9.11ppa1~trusty1_amd64.deb
[sudo] password for cc:
Sorry, try again.
[sudo] password for cc:
(Reading database ... 244360 files and directories currently installed.)
Preparing to unpack bomi_0.9.11ppa1~trusty1_amd64.deb ...
Unpacking bomi (0.9.11ppa1~trusty1) ...
dpkg-deb (subprocess): decompressing archive member: lzma error: compressed data is corrupt
dpkg-deb: error: subprocess
but i did install it cc@CC:~/Downloads/bomi-0.9.11$ whereis libass libass: /usr/local/lib/libass.a /usr/local/lib/libass.la /usr/local/lib/libass.so
so how to solve it?thx
on ubuntu 16.04
Do you have libass-dev
package installed?
sure
cc@CC:~$ sudo apt-get install libass-dev
[sudo] password for cc:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libass-dev is already the newest version (0.13.1-1).
The following packages were automatically installed and are no longer required:
gir1.2-gmenu-3.0 oneconf oneconf-common python-aptdaemon
python-aptdaemon.gtk3widgets python-attr python-bs4 python-chardet
python-cups python-debian python-debtagshw python-defer python-dirspec
python-html5lib python-lxml python-oneconf python-openssl python-pam
python-pyasn1-modules python-serial python-service-identity
python-twisted-bin python-twisted-core python-twisted-web
python-ubuntu-sso-client python-xapian python3-oneconf
python3-piston-mini-client software-center-aptdaemon-plugins
ubuntu-sso-client
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
cc@CC:~$