【QNAP】ipkgの場所発見(/opt/bin)

Linux・CLI・DevOpsカテゴリを表すパンダのイラスト Linux・CLI・DevOps

スキル不足なのか、、みんなあまり困っていないのか。。

手持ちのQNAPのファームバージョンをアップデートしたら、ipkgがなくなってしまった。

もうサポートやめてしまったのかとも思ってあきらめていたら、(/opt/binのディレクトリに発見。試しにgrepをインストールしてみたら、インストールも可能だった。

これは、常識レベルなのか??自分のスキル不足を痛感。

ファームウェアのバージョン:4.1.4 の場合

[/opt/bin] # ls | grep ipkg
ipkg*
ipkg-opt@
[/opt/bin] # ./ipkg install grep
Installing grep (2.12-1) to root…
Downloading http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/grep_2.12-1_arm.ipk
Installing pcre (8.31-1) to root…
Downloading http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/pcre_8.31-1_arm.ipk
Installing libstdc++ (6.0.9-6) to root…
Downloading http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/libstdc++_6.0.9-6_arm.ipk
Configuring grep
update-alternatives: Linking //opt/bin/grep to /opt/bin/grep-grep
update-alternatives: Linking //opt/bin/egrep to /opt/bin/grep-egrep
update-alternatives: Linking //opt/bin/fgrep to /opt/bin/grep-fgrep
Configuring libstdc++
Configuring pcre
Successfully terminated.
[/opt/bin] # ./grep a.txt b.txt
./grep: b.txt: No such file or directory
[/opt/bin] #

文書情報

記事タイトル
【QNAP】ipkgの場所発見(/opt/bin)
作成日
更新日
Source URL
https://papanda925.com/?p=620

ライセンス: 本記事のうち、当サイトが権利を有する本文・自作図表は、特記なき限り CC BY 4.0 で利用できます。生成AIを活用して作成・編集した内容を含みます。コードについて、別途ライセンス表示またはリンク先GitHubリポジトリのライセンスがある場合は、その条件を優先します。引用・第三者資料・画像・商標等は本ライセンスの対象外です。 利用ポリシー

タイトルとURLをコピーしました