Skip to content

Tag Archives: apt

Upgrade all packages but one

To upgrade nearly all packages with apt-get but “hold” some of them at the current version, you can use dpkg. Let’s say I would like to upgrade my Debian or Ubuntu system with apt-get and here is what I’m getting: % sudo apt-get upgrade [...] apt apt-transport-https apt-utils ghostscript ghostscript-cups ghostscript-x google-chrome-beta hal indicator-applet nvidia-current-modaliases [...]

Dynamic MMap ran out of room

Increase the maximum allocated memory in your /etc/apt/apt.conf. Add this line if it does not exist (also create /etc/apt/apt.conf if necessary): APT::Cache-Limit 30000000;