0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Ubuntu22.04のsnap版LXD5.0でタブ補完できるようにする

Posted at

概要

Ubuntu 22.04 で snap から LXD5.0 をインストールすると lxc コマンドでタブ補完ができずに使いづらいので、手動でタブ補完できるようにする。

環境

  • OS: Ubuntu Server 22.04 minimalインストール
  • LXD: snap版 LXD 5.0.1(5.0/stable)

やること

  1. bash-completion をインストールする

    apt install -y bash-completion
    
  2. シンボリックリンクを作成する

    ln -s /snap/lxd/current/etc/bash_completion.d/snap.lxd.lxc /etc/bash_completion.d/lxc
    

参考文献

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?