Entware のインストール.前回 と同様だが少し画像と説明を追加.
「App Center」を開き,右上の「設定(歯車マーク)」をクリック.「アプリリポジトリ」タブを選択.
「追加」を押して「OPKG Store」の URL「 https://www.qnapclub.eu/en/repo.xml 」を入力.
ログイン情報は不要.
https://www.qnapclub.eu/en/howto/1
左のアイコンに「OPKG Store」が増える.選択して「すべてのアプリ」.検索ボックスに「Entware」と入力.
「Entware-std」をインストール.
これで opkg コマンドが使える様になる.
ASUSTOR NAS で作成した .out は,この段階で動作する様になるみたい.
gcc と python3 などのインストール
admin で入ったコンソール で,
opkg install gcc
opkg install python3
他に tree , mc なども.
https://jml.mish.work/various/nas/qnap-nas.html
https://jml.mish.work/various/nas.html
2023/01/11
//qnapclub.eu/ にうまく接続できないので…
https://www.qnapclub.eu/en/repo.xml
https://www.qnapclub.eu/en/howto/1
[…] gcc -sh: gcc: command not found [Iwao@TS253D ~]$ opkg -sh: opkg: command not found [Iwao@TS253D ~]$ /opt/bin/opkg opkg must have one sub-command argument usage: opkg [options…] sub-command [arguments…] where […]
[…] gcc -sh: gcc: command not found [Iwao@TS253D ~]$ opkg -sh: opkg: command not found [Iwao@TS253D ~]$ /opt/bin/opkg opkg must have one sub-command argument usage: opkg [options…] sub-command [arguments…] where […]
[…] found となってしまう. which gcc などで探すと,gcc が見つからない. 以前 gcc などは入れている ので,/opt/bin/gcc として存在するはず. /opt/bin/ を見ると,perl […]