Advertisement
Guest User

trying to update and upgrade debian

a guest
Aug 23rd, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.04 KB | None | 0 0
  1. lauri@debian-9-vanhahko-kone:~$ sudo -s
  2. root@debian-9-vanhahko-kone:/home/lauri# LC_ALL=C apt-get -f install
  3. Reading package lists... Done
  4. Building dependency tree      
  5. Reading state information... Done
  6. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  7. root@debian-9-vanhahko-kone:/home/lauri# locale
  8. LANG=fi_FI.UTF-8
  9. LANGUAGE=
  10. LC_CTYPE="fi_FI.UTF-8"
  11. LC_NUMERIC="fi_FI.UTF-8"
  12. LC_TIME="fi_FI.UTF-8"
  13. LC_COLLATE="fi_FI.UTF-8"
  14. LC_MONETARY="fi_FI.UTF-8"
  15. LC_MESSAGES="fi_FI.UTF-8"
  16. LC_PAPER="fi_FI.UTF-8"
  17. LC_NAME="fi_FI.UTF-8"
  18. LC_ADDRESS="fi_FI.UTF-8"
  19. LC_TELEPHONE="fi_FI.UTF-8"
  20. LC_MEASUREMENT="fi_FI.UTF-8"
  21. LC_IDENTIFICATION="fi_FI.UTF-8"
  22. LC_ALL=
  23. root@debian-9-vanhahko-kone:/home/lauri# apt update
  24. Nouda:1 http://security.debian.org stable/updates InRelease [62,9 kB]
  25. Siv:2 http://ftp.fi.debian.org/debian stable InRelease                                                                        
  26. Löytyi:3 http://ftp.fi.debian.org/debian stable-updates InRelease                                                              
  27. Löytyi:4 http://ftp.fi.debian.org/debian stable Release                                                    
  28. Löytyi:5 http://ftp.debian.org/debian stretch-backports InRelease                                          
  29. Noudettiin 62,9 kt ajassa 1s (56,0 kt/s)                                            
  30. Luetaan pakettiluetteloita... Valmis
  31. Muodostetaan riippuvuussuhteiden puu      
  32. Luetaan tilatiedot... Valmis        
  33. All packages are up to date.
  34. root@debian-9-vanhahko-kone:/home/lauri# apt -t stretch-backports -f install
  35. Luetaan pakettiluetteloita... Valmis
  36. Muodostetaan riippuvuussuhteiden puu      
  37. Luetaan tilatiedot... Valmis        
  38. 0 päivitetty, 0 uutta asennusta, 0 poistettavaa ja 0 päivittämätöntä.
  39. root@debian-9-vanhahko-kone:/home/lauri# apt -t stretch-backports dist-upgrade
  40. Luetaan pakettiluetteloita... Valmis
  41. Muodostetaan riippuvuussuhteiden puu      
  42. Luetaan tilatiedot... Valmis        
  43. Käsitellään päivitystä... Valmis
  44. 0 päivitetty, 0 uutta asennusta, 0 poistettavaa ja 0 päivittämätöntä.
  45. root@debian-9-vanhahko-kone:/home/lauri# LC_ALL=C apt -t stretch-backports dist-upgrade
  46. Reading package lists... Done
  47. Building dependency tree      
  48. Reading state information... Done
  49. Calculating upgrade... Done
  50. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  51. root@debian-9-vanhahko-kone:/home/lauri# LC_ALL=C apt -t stretch-backports update
  52. Hit:1 http://security.debian.org stable/updates InRelease
  53. Ign:2 http://ftp.fi.debian.org/debian stable InRelease                                      
  54. Hit:3 http://ftp.fi.debian.org/debian stable-updates InRelease                                                        
  55. Hit:4 http://ftp.debian.org/debian stretch-backports InRelease                                                        
  56. Hit:5 http://ftp.fi.debian.org/debian stable Release
  57. Reading package lists... Done                      
  58. Building dependency tree      
  59. Reading state information... Done
  60. All packages are up to date.
  61. root@debian-9-vanhahko-kone:/home/lauri#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement