0

I have a list of packages:

g++-11 lld llvm-12-dev clang-12 clang-format-12 bison libboost1.71-dev libboost1.71-context-dev libboost1.71-filesystem-dev libboost1.71-system-dev libjemalloc-dev libssl-dev

I don't want to type sudo apt-get install ... on each single one of them, what's the best way to accomplish this ?

Input:

sudo apt install g++-11 lld llvm-12-dev clang-12 clang-format-12 bison libboost1.71-dev libboost1.71-context-dev libboost1.71-filesystem-dev libboost1.71-system-dev libjemalloc-dev libssl-dev

Output:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libboost1.71-context-dev
E: Couldn't find any package by glob 'libboost1.71-context-dev'
E: Unable to locate package libboost1.71-filesystem-dev
E: Couldn't find any package by glob 'libboost1.71-filesystem-dev'
E: Unable to locate package libboost1.71-system-dev
E: Couldn't find any package by glob 'libboost1.71-system-dev'

OS: Ubuntu 20.04.2 LTS

LC117
  • 271
  • 2
  • 4

0 Answers0