Wpis z mikrobloga

#linux #ubuntu #github Cześć, zainstalowałęm na Windows Linux Subsystem - Ubuntu. Chcę pobrać kompilator z githuba wg instrukcji mam wpisać:

sudo apt install make wget git gcc g++ lhasa libgmp-dev libmpfr-dev libmpc-dev flex bison gettext texinfo ncurses-dev autoconf rsync

ale otrzymuje komunikat zwrotny:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libncurses-dev' instead of 'ncurses-dev'
Package lhasa 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 texinfo 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
However the following packages replace it:
install-info info

E: Package 'lhasa' has no installation candidate
E: Package 'texinfo' has no installation candidate`
  • 7
  • Odpowiedz
czyli masz texinfo
lecisz sudo apt-get install -y lhasa

jak zassa to odpalasz
sudo apt install make wget git gcc g++ libgmp-dev libmpfr-dev libmpc-dev flex bison gettext ncurses-dev autoconf rsync
  • Odpowiedz