How to properly remove the uploaded apt-get package archives? I looked in the folder
/ var / cache / apt / archives
Answer 1, authority 100%
Use apt-get with the clean command to clear the local package cache:
sudo apt-get clean
Answer 2, authority 8%
During APT installation, package files are cached in the / var / cache / apt / archives directory and can be removed.
# apt-get autoclean # removes only unused package files
# apt-get clean # removes all files from cache