「Linux -- sshfs」の版間の差分
(ページの作成:「== インストール == <source lang="bash"> wget http://pkgs.repoforge.org/fuse-sshfs/fuse-sshfs-2.2-1.el6.rf.i686.rpm rpm -ivh fuse-sshfs-2.2-1.el6.rf.i686.rpm </source> == 関連項目 == * IT tips 一覧 * http://12158.diarynote.jp/200908042121271913/ * http://pkgs.repoforge.org/fuse-sshfs/ Category:Linux Category:IT tips」) |
編集の要約なし |
||
1行目: | 1行目: | ||
== インストール == | == インストール == | ||
< | <syntaxhighlight lang="bash" line> | ||
wget http://pkgs.repoforge.org/fuse-sshfs/fuse-sshfs-2.2-1.el6.rf.i686.rpm | wget http://pkgs.repoforge.org/fuse-sshfs/fuse-sshfs-2.2-1.el6.rf.i686.rpm | ||
rpm -ivh fuse-sshfs-2.2-1.el6.rf.i686.rpm | rpm -ivh fuse-sshfs-2.2-1.el6.rf.i686.rpm | ||
</ | |||
</syntaxhighlight> | |||
== 関連項目 == | == 関連項目 == |
2024年6月14日 (金) 06:00時点における版
インストール
wget http://pkgs.repoforge.org/fuse-sshfs/fuse-sshfs-2.2-1.el6.rf.i686.rpm
rpm -ivh fuse-sshfs-2.2-1.el6.rf.i686.rpm