Answer the question
In order to leave comments, you need to log in
Is it possible to run aptitude update only on a specific entry from sources.list?
There are quite a lot of sources in my sources.list (experimental, unstable, testing, debian-multimedia, google-chrome, etc.) and I'm somewhat lazy to edit the sources list every time I want to update, for example, only Mplayer or Google- chrome. Is it possible with aptitude's native (or third party) tools to "partially update" the list of packages?
PS mana and Google did not give an answer.
Answer the question
In order to leave comments, you need to log in
Essentially, you need to download the files in the spirit
to the .
These files are located at the addresses specified in apt.sortez.
They can, in theory, be taken by wget'om to the addresses
and put where necessary.
All this, in theory, can be automated on the tower.
repo.wuala.com_dists_stable_main_binary-i386_Packages
repo.wuala.com_dists_stable_Release
repo.wuala.com_dists_stable_Release.gpg
repo.wuala.com/dists/stable/main/binary-i386/Packages
repo.wuala.com/dists/stable/Release
repo.wuala.com/dists/stable/Release.gpg
cp sources.list sources.list.orig
edit sources.list
(apt-get|aptitude) update
rm sources.list
mv sources.list.orig sources.list
????
PROFIT
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question