-1

Is it possible to ignore/autoyes all disk space prompts in an apt-get installation?

mjhm
  • 16,497
  • 10
  • 44
  • 55
nightTrevors
  • 639
  • 4
  • 11
  • 24

1 Answers1

2
apt-get install -y <package name>
Regan
  • 8,231
  • 5
  • 23
  • 23