Sunday, May 5, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 4814  / 2 Years ago, fri, august 12, 2022, 10:48:31

How can I fint out the current version of libass installed and how can I update it to the latest install it from scratch?



I have Ubuntu 13.10 and SMplayer installed, and I'm facing some problem in rendering ass files with SMplayer. I'm trying to figure out the cause of this problem.



What should I do?


More From » software-installation

 Answers
0

To see if you have libass installed try in your terminal,



apt-cache policy libass
apt-cache policy libass-dev


It will show the version of the package as well. To install libass enter in terminal,



sudo apt-get install libass-dev


If your smplayer is correctly installed try to update libass as,



sudo apt-get install --reinstall libass-dev

[#27279] Saturday, August 13, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ithriv

Total Points: 46
Total Questions: 115
Total Answers: 96

Location: Malaysia
Member since Wed, May 11, 2022
2 Years ago
;