|
You are here |
current.workingdirectory.net | ||
| | | | |
rants.org
|
|
| | | | | ||
| | | | |
nikdoof.com
|
|
| | | | | [AI summary] A tutorial explaining how excessive package dependencies are installed by default in Debian-based systems and providing configuration tips to control this behavior. | |
| | | | |
popey.com
|
|
| | | | | Yesterday I wrote about how I made a mistake by updating my primary Ubuntu computer to include the proposed pocket. I shouldnt have done this. So today I quickly hacked together a script to take any packages which came from proposed and downgrade them back to the release pocket. Its not pretty, but it worked, for me. #!/bin/bash TMPDIR=$(mktemp -d) PACKAGES=$TMPDIR/packages DOWNGRADE=$TMPDIR/downgrade # Get list of all installed packages dpkg -l | grep ^ii | awk -F ' ' '{ print $2}' > $PACKAGES # Start t... | |
| | | | |
martin.wojtczyk.de
|
|
| | | PostgreSQL maintains its own package repositories for binary packages for the most common Linux distributions and operating systems, which allows you to stay up to date through your familiar packag... | ||