Debian apt-get change temporary directory

Date: 2013-07-17 Tags: Linux, Debian

Under Debian, if /tmp is a partition and you set it as noexec, you might need to do this to avoid issues with apt-get.

Create /etc/apt/apt.conf.d/50tmp

APT
{
  ExtractTemplates
  {
	TempDir "/var/tmp";
  };
};



Thanks for reading this post!


Did you find an issue in this article?

- click on the following Github link
- log into Github with your account
- click on the line number containing the error
- click on the "..." button
- choose "Reference in new issue"
- add a title and your comment
- click "Submit new issue"

Your feedback is much appreciated! πŸ€œπŸΌπŸ€›πŸΌ

You can also drop me a line below!