Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
24
rated 0 times [  24] [ 0]  / answers: 1 / hits: 23595  / 2 Years ago, wed, march 2, 2022, 10:56:24

I only have a traffic-limited mobile broadband connection at my disposal. sudo apt-get dist-upgrade wants to get ~500MB of data which is not feasible for me right now.



Hence, is it possible to only upgrade certain applications, e.g. Firefox?



I am quite aware that some libs must be upgraded as well, but 100MB a day won't hurt, 500MB do.



Basically, I want to split up the upgrade-process into little chunks over the month so I don't exceed my daily quota just by downloading updates.


More From » 11.04

 Answers
1

Just simply write



sudo apt-get install firefox


apt will recognize it as a request for update as firefox is already installed. It will also update the dependencies.



Works for every package, which is listed after the sudo apt-get dist-upgrade


[#41130] Friday, March 4, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
finatch

Total Points: 49
Total Questions: 106
Total Answers: 94

Location: Kazakhstan
Member since Mon, Sep 26, 2022
2 Years ago
;