Home
last modified time | relevance | path

Searched full:apt (Results 1 – 19 of 19) sorted by relevance

/openthread-latest/.github/workflows/
Dbuild.yml65 sudo apt-get update
66 sudo apt-get --no-install-recommends install -y clang-format-14 clang-tidy-14 shellcheck
126 …sudo apt-get --no-install-recommends install -y build-essential ninja-build libreadline-dev libncu…
127 sudo apt-get remove cmake
128 sudo apt-get purge --auto-remove cmake
166 sudo apt-get update
167 sudo apt-get --no-install-recommends install -y ninja-build libreadline-dev libncurses-dev
185 sudo apt-get update
186 sudo apt-get --no-install-recommends install -y clang-tools-14 ninja-build
204 sudo apt-get --no-install-recommends install -y ninja-build libreadline-dev libncurses-dev
[all …]
Dtoranj.yml77 sudo apt-get update
78 sudo apt-get --no-install-recommends install -y ninja-build lcov
112 sudo apt-get update
113 sudo apt-get --no-install-recommends install -y ninja-build lcov
149 sudo apt-get update
150 sudo apt-get --no-install-recommends install -y ninja-build
209 sudo apt-get update
210 sudo apt-get --no-install-recommends install -y clang-10 clang++-10 ninja-build llvm lcov
211 sudo apt-get --no-install-recommends install -y g++-multilib
232 sudo apt-get --no-install-recommends install -y lcov
Dsimulation-1.1.yml71 sudo apt-get update
72 sudo apt-get --no-install-recommends install -y ninja-build lcov
124 sudo apt-get update
125 sudo apt-get --no-install-recommends install -y lcov ninja-build g++-multilib
179 sudo apt-get update
180 sudo apt-get --no-install-recommends install -y lcov ninja-build g++-multilib
227 sudo apt-get update
228 sudo apt-get --no-install-recommends install -y g++-multilib lcov ninja-build
269 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat
318 sudo apt-get update
[all …]
Dsimulation-1.4.yml83 sudo apt-get update
84 sudo apt-get --no-install-recommends install -y ninja-build llvm lcov
85 …sudo apt-get --no-install-recommends install -y g++-multilib libreadline-dev:i386 libncurses-dev:i…
148 sudo apt-get update
149 sudo apt-get --no-install-recommends install -y ninja-build lcov
223 sudo apt-get update
224 sudo apt-get --no-install-recommends install -y ninja-build lcov
275 sudo apt-get update
276 sudo apt-get --no-install-recommends install -y g++-multilib lcov ninja-build
320 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat
[all …]
Dotns.yml75 sudo apt-get update
76 sudo apt-get --no-install-recommends install -y lcov ninja-build
115 sudo apt-get update
116 sudo apt-get --no-install-recommends install -y lcov ninja-build
177 sudo apt-get update
178 sudo apt-get --no-install-recommends install -y lcov ninja-build
218 sudo apt-get --no-install-recommends install -y lcov
Dposix.yml66 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat
99 sudo apt-get update
101 sudo apt-get install --no-install-recommends -y bind9-host ntp socat
158 sudo apt-get update
159 sudo apt-get --no-install-recommends install -y lcov ninja-build
200 sudo apt-get update
201 …sudo apt-get --no-install-recommends install -y socat expect lcov libreadline-dev net-tools ninja-…
282 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat
316 sudo apt-get --no-install-recommends install -y lcov
Dotbr.yml75 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
76 …sudo apt-get --no-install-recommends install -y python3-setuptools python3-wheel ninja-build socat…
197 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
198 …sudo apt-get --no-install-recommends install -y python3-setuptools python3-wheel ninja-build socat…
246 sudo apt-get --no-install-recommends install -y lcov
Dunit.yml79 sudo apt-get update
80 sudo apt-get --no-install-recommends install -y ninja-build lcov
121 sudo apt-get --no-install-recommends install -y lcov
Dotci.yml71 sudo apt-get update
72 sudo apt-get --no-install-recommends install -y ninja-build
Dcodeql.yml66 sudo apt-get --no-install-recommends install -y ninja-build libreadline-dev libncurses-dev
/openthread-latest/tools/harness-simulation/posix/etc/
DDockerfile75 ENV OTBR_BUILD_DEPS apt-utils build-essential psmisc ninja-build cmake ca-certificates \
80 RUN apt-get update \
83 && apt-get install --no-install-recommends -y $OTBR_DOCKER_REQS $OTBR_DOCKER_DEPS \
110 …&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $OTBR_DOCKER_DEPS \
111 …&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $OTBR_BUILD_DEPS \
112 && rm -rf /var/lib/apt/lists/* \
/openthread-latest/script/
Dbootstrap41 …sudo apt-get --no-install-recommends install -y clang-format-14 clang-tidy-14 || echo 'WARNING: co…
50 …command -v shfmt || sudo apt-get install shfmt || echo 'WARNING: could not install shfmt, which is…
57 # apt-get update and install dependencies
58 sudo apt-get update
59 sudo apt-get --no-install-recommends install -y g++ lsb-release cmake ninja-build shellcheck
67 …sudo apt-get --no-install-recommends install -y binutils-arm-none-eabi gcc-arm-none-eabi gdb-arm-n…
69 sudo apt-get --no-install-recommends install -y bzip2 ca-certificates wget
135 if command -v apt-get; then
136 PM=apt
Dcheck-simulation-local-host45 …echo "Error: iproute2 is required but not installed. Please install it (e.g., 'sudo apt install ip…
Dcheck-size66 sudo apt-get --no-install-recommends install -y ninja-build
/openthread-latest/etc/docker/android-trusty/
DDockerfile43 RUN apt-get -y update && apt-get --no-install-recommends install -y \
102 RUN apt-get purge -y unzip wget git && apt-get -y autoremove && apt-get -y clean && rm -rf /var/lib…
/openthread-latest/third_party/mbedtls/repo/tests/docker/bionic/
DDockerfile22 RUN apt-get update \
23 && apt-get -y install software-properties-common \
24 && rm -rf /var/lib/apt/lists
26 RUN add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
28 RUN apt-get update \
29 && apt-get -y install \
53 && rm -rf /var/lib/apt/lists/*
/openthread-latest/etc/docker/environment/
DDockerfile8 && apt-get update -y \
9 && apt-get install -y locales \
11 && apt-get --no-install-recommends install -fy \
/openthread-latest/tests/toranj/
Dstart.sh81 sudo apt-get --no-install-recommends install -y dbus libdbus-1-dev
82 sudo apt-get --no-install-recommends install -y autoconf-archive
83 sudo apt-get --no-install-recommends install -y libarchive-tools
84 sudo apt-get --no-install-recommends install -y libtool
85 sudo apt-get --no-install-recommends install -y libglib2.0-dev
86 sudo apt-get --no-install-recommends install -y lcov
88 sudo add-apt-repository universe
89 sudo apt-get update
90 sudo apt-get --no-install-recommends install -y libboost-all-dev python2
/openthread-latest/tools/harness-simulation/posix/
Dinstall.sh45 sudo apt install -y "${PACKAGES[@]}"