Stow

Stow to destination root /: 現有目標不屬於 stow

  • January 31, 2021

我正在嘗試將包裹存放到“根”/

# cd ~/.dotfiles
# sudo stow -t / kraken
WARNING! stowing kraken would cause conflicts:
 * existing target is not owned by stow: lib
All operations aborted.

我的包裹看起來像這樣:

kraken
├── home
│   └── user
│       └── scripts
├── lib
│   └── systemd
│       └── system
│           └── some.service

stow 可以幫我解決這個問題,還是我沒有按預期使用它?

謝謝!

正如評論中提到的,running with-v4顯示這/lib實際上是/usr/lib. 這與https://github.com/aspiers/stow/issues/11相似但可能不完全相同。

引用自:https://unix.stackexchange.com/questions/631793