|
You are here |
current.workingdirectory.net | ||
| | | | |
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... | |
| | | | |
debianaddict.com
|
|
| | | | | [AI summary] A blog post detailing the troubleshooting and resolution of a dpkg I/O error encountered during an Ubuntu Lucid server upgrade, resulting in a corrupted package file that was fixed by cleaning the apt cache. | |
| | | | |
www.pbandjelly.org
|
|
| | | | | ||
| | | | |
developerlife.com
|
|
| | | I've provided scripts for setting up a new Ubuntu 24.04 desktop machine. They have been tested on a fresh install of Ubuntu 24.04 LTS. They contain all the software that is needed for Rust development, OBS Studio use, and general developer productivity. They are highly opinionated for my use case, but you can modify them to suit your needs. | ||