# github.com/go-delve/delve/pkg/proc/internal/ebpf cgo: C compiler "gcc" not found: exec: "gcc": executable file not found in $PATH GCCをインストールする gccがなかったので、インストールしました。 sudoaptinstallgcc この状態でもう一度インストールすると、正常にインストールでき...
$ sudo apt install gcc-multilib Reading package lists... Done Building dependency tree... Done Reading state information... Done gcc-multilib is already the newest version (4:11.2.0-1ubuntu1). 0 upgraded, 0 newly installed, 0 to remove and 29 not upgraded. 参考記事のベストアンサーのコ...
$ sudo sh -c'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'$ wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc|sudo apt-key add - $ sudo apt-get update $ sudo apt-get install pos...
master 1Branch 0Tags Code Repository files navigation README MIT license UbuntuでVSCode+CMake+gcc+gdb開発設定メモ 事前準備 $ sudo apt install cmake build-essential gdb global VSCode インストールしておく機能拡張 C++ C++ Intellisense
sudo apt install g++-7-mulitilib I was able to find the directory /usr/include/sys with header files in it. While waiting for an official answer, you can give it a try if you want. Of course, choose the gcc version that you need. ...
wget -O- https://apt.corretto.aws/corretto.key | sudo apt-key add - sudo add-apt-repository 'deb https://apt.corretto.aws stable main' sudo apt-get update sudo apt-get install -y gcc libssl-dev libcurl4-openssl-dev liblog4cplus-dev \ libgstreamer1.0-dev libgstreamer-plugins-base1....
sudo apt install libssl-dev libffi-dev libncurses5-dev zlib1g zlib1g-dev libreadline-dev libbz2-dev libsqlite3-dev make gcc これらもインストールしなくてはいけなかった。 これらはpyenvの依存関係です。 既に入っているのもあると思いますがとりあえずインストールしておきましょう。
/bin/bashsudoapt updatesudoapt-getinstall-ybuild-essential# gccインストールの確認gcc--versionsudoapt-getinstall-ygitsudoapt-getinstall-ydocker.io## netstat コマンドを入れる。portチェック等で利用sudoapt-getinstall-ynet-tools## ubuntu-drivers コマンドを入れる。ドライバ確認で利用sudoapt-...