Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _posts/2.3/2021-05-01-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ dpkg: error processing package bbb-libreoffice-docker (--configure):
Ubuntu 18.04 uses systemd-resolved, which presents a local caching resolver and registers this at `/etc/resolv.conf`. If you get they above error and have a local name server, such as `10.11.12.13`, then try adding it with the hosts `resolv.conf`.

```
rm /etc/resolv.conf
echo "nameserver 10.11.12.13" > /etc/resolv.conf
```

Expand Down
1 change: 1 addition & 0 deletions _posts/2.4/2021-05-01-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ dpkg: error processing package bbb-libreoffice-docker (--configure):
Ubuntu 18.04 uses systemd-resolved, which presents a local caching resolver and registers this at `/etc/resolv.conf`. If you get they above error and have a local name server, such as `10.11.12.13`, then try adding it with the hosts `resolv.conf`.

```
rm /etc/resolv.conf
echo "nameserver 10.11.12.13" > /etc/resolv.conf
```

Expand Down