Comments (4)
Please run the command sudo apt-get update
firstly, and make sure no error occurs.
And then run the following apt-get install
commands:
sudo apt-get install fonts-hack-otf
sudo apt-get install fonts-hack-ttf
sudo apt-get install fonts-hack-web
from wsl-tutorial.
Yes I did, and the result is this:
me@MyPC:~$ sudo apt-get update
Ign http://archive.ubuntu.com trusty InRelease
Ign http://ppa.launchpad.net trusty InRelease
Get:1 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
Hit http://ppa.launchpad.net trusty Release.gpg
Hit http://archive.ubuntu.com trusty Release.gpg
Hit http://ppa.launchpad.net trusty Release
Hit http://archive.ubuntu.com trusty Release
Get:2 http://archive.ubuntu.com trusty-updates/main amd64 Packages [1,065 kB]
Hit http://ppa.launchpad.net trusty/main amd64 Packages
Get:3 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.2 kB]
Get:4 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [449 kB]
Get:5 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]
Get:6 http://archive.ubuntu.com trusty-updates/main Translation-en [525 kB]
Get:7 http://archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]
Get:8 http://archive.ubuntu.com trusty-updates/restricted Translation-en [4,024 B]
Get:9 http://archive.ubuntu.com trusty-updates/universe Translation-en [243 kB]
Hit http://archive.ubuntu.com trusty/main amd64 Packages
Hit http://archive.ubuntu.com trusty/restricted amd64 Packages
Hit http://archive.ubuntu.com trusty/universe amd64 Packages
Hit http://archive.ubuntu.com trusty/multiverse amd64 Packages
Hit http://archive.ubuntu.com trusty/main Translation-en
Hit http://archive.ubuntu.com trusty/multiverse Translation-en
Hit http://archive.ubuntu.com trusty/restricted Translation-en
Hit http://archive.ubuntu.com trusty/universe Translation-en
Get:10 http://security.ubuntu.com trusty-security InRelease [65.9 kB]
Ign http://archive.ubuntu.com trusty/main Translation-en_US
Ign http://ppa.launchpad.net trusty/main Translation-en_US
Ign http://archive.ubuntu.com trusty/multiverse Translation-en_US
Ign http://archive.ubuntu.com trusty/restricted Translation-en_US
Ign http://ppa.launchpad.net trusty/main Translation-en
Ign http://archive.ubuntu.com trusty/universe Translation-en_US
Get:11 http://security.ubuntu.com trusty-security/main amd64 Packages [723 kB]
Get:12 http://security.ubuntu.com trusty-security/restricted amd64 Packages [14.1 kB]
Get:13 http://security.ubuntu.com trusty-security/universe amd64 Packages [223 kB]
Get:14 http://security.ubuntu.com trusty-security/multiverse amd64 Packages [4,796 B]
Get:15 http://security.ubuntu.com trusty-security/main Translation-en [391 kB]
Get:16 http://security.ubuntu.com trusty-security/multiverse Translation-en [2,564 B]
Get:17 http://security.ubuntu.com trusty-security/restricted Translation-en [3,546 B]
Get:18 http://security.ubuntu.com trusty-security/universe Translation-en [123 kB]
Fetched 3,942 kB in 54s (72.3 kB/s)
Reading package lists... Done
me@MyPC:~$ sudo apt-get install fonts-hack-otf
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package fonts-hack-otf
me@MyPC:~$ 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
me@MyPC:~$ sudo apt-get install fonts-hack-web
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package fonts-hack-web
from wsl-tutorial.
Oh, maybe you can try to install the hack fonts from here. And I have updated the README doc.
from wsl-tutorial.
@QMonkey Why is this open again?
from wsl-tutorial.
Related Issues (9)
- xrdb: Can't open display HOT 2
- /etc/dbus-1/session.conf file does not exist HOT 2
- xrdp Can't open display.
- How to change the resolution?
- how to add sogoupinyin input method?
- Under the new Ubuntu 18.04, /etc/dbus-1/session.conf no longer exists HOT 4
- /etc/dbus-1/sesson.conf doesn't exist HOT 2
- GitHub Releases
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.
from wsl-tutorial.