Tag: apt
-
Debian: How to see what has recently been upgraded or updated through apt-get
Forgotten what it was you last updated, or want to check what someone else has been updating? There’s a log file for that, and it’s located at: /var/log/apt/history.log To view it, run: less /var/log/apt/history.log Looking for an older logfile? They’re kept, too. To see the other log files available, view the…
-
How to cache yum repositories on CentOS using apt-cacher-ng on Debian or Ubuntu
If you have a lot of virtual (or real) machines running Debian or Ubuntu and a limited internet connection, it can make a lot of sense to use apt-cacher-ng to create a local cache of the packages you use so that they are only downloaded once. The current version of apt-cacher-ng can also help…