When I add a PPA and I want to install some of its content, it is quite annoying to re-update all my apt list using apt-get update
.
Is it instead possible to only sync the content of a given repository?
aptpackage-managementsoftware-sources
When I add a PPA and I want to install some of its content, it is quite annoying to re-update all my apt list using apt-get update
.
Is it instead possible to only sync the content of a given repository?
Best Answer
yes, apt-get can do that, and can do it in a nice way.
Append following to
~/.bash_funcs
Append following to
~/.bashrc
Append following to
~/.bash_completion
Then source the files
Done and start to fire it
You can update a single ppa repository without having to update whole apt source, with implement of bash-completion.