Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu package not found #189

Closed
rahilwazir opened this issue Mar 18, 2016 · 6 comments
Closed

Ubuntu package not found #189

rahilwazir opened this issue Mar 18, 2016 · 6 comments

Comments

@rahilwazir
Copy link

When trying to install through package manager:

$ sudo apt-get install fonts-hack-ttf
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package fonts-hack-ttf

OS: Ubuntu 15.10, 64bit

Solved:

Add following to /etc/apt/sources.list:

deb http://us.archive.ubuntu.com/ubuntu xenial main universe

Then

$ sudo apt-get update
$ sudo apt-get install fonts-hack-ttf

Could you please add it to the readme?

@chrissimpkins
Copy link
Member

Happy to. Thank you very much for reporting it. Do you happen to know what Ubuntu releases this applies to?

cc : @alerque

@rahilwazir
Copy link
Author

Well at least it worked on 15.10, sorry not sure about the other releases, but it should work

@chrissimpkins
Copy link
Member

Let's poke the maintainer on Ubuntu to get more comprehensive information. Can you point to where you found this?

@rahilwazir
Copy link
Author

I followed the steps from here xenial/all/fonts-hack-ttf and see the sidebar section for maintainer here

@chrissimpkins
Copy link
Member

Will have a look. Thanks @rahilwazir

@chrissimpkins
Copy link
Member

added to readme along with the previous link to manual install instructions. Thanks for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants