tesla_dashcam icon indicating copy to clipboard operation
tesla_dashcam copied to clipboard

there's no "ttf-freefont" package.

Open marcone opened this issue 3 years ago • 1 comments

Running tesla_dashcam prints:

$ ~/.local/bin/tesla_dashcam
Font file /usr/share/fonts/truetype/freefont/FreeSans.ttf does not exist. Provide a valid font file using --font or disable timestamp using --no-timestamp
You can also install the fonts using for example: apt-get install ttf-freefont

however that package doesn't appear to exist (I'm on Ubuntu 20.04.3 LTS):

$ sudo apt-get install ttf-freefont
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ttf-freefont is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'ttf-freefont' has no installation candidate

(I'm not sure which package it thinks refers to ttf-freefont. apt cache depends seems to be saying it refers to itself)

marcone avatar Dec 17 '21 21:12 marcone

Looks like for ubuntu that font is located in package fonts-freefont-ttf

sudo apt update
sudo apt install fonts-freefont-ttf

ehendrix23 avatar Jan 13 '22 15:01 ehendrix23