0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

今日のdocker error: has no installation candidate

Last updated at Posted at 2022-11-15
bash
$ docker run -it ubuntu /bin/bash

Dockerを用いてVSOMEIPを使ってみる

bash
# apt -y install wget 
# apt install  libboost-system1.55-dev libboost-thread1.55-dev libboost-log1.55-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libboost-system1.55-dev 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

Package libboost-thread1.55-dev 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

Package libboost-log1.55-dev 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: Unable to locate package install
E: Package 'libboost-system1.55-dev' has no installation candidate
E: Package 'libboost-thread1.55-dev' has no installation candidate
E: Package 'libboost-log1.55-dev' has no installation candidate
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?