Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. apt full-upgrade Error

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    apt full-upgrade Error

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Negalein last edited by

      @negalein sagte in apt full-upgrade Error:

      Kann der Desktop überhaupt nachträglich deinstalliert werden?

      Natürlich. Ist aber nicht so ganz trivial. Welcher ist denn da überhaupt am Start?

      Negalein 1 Reply Last reply Reply Quote 0
      • Negalein
        Negalein Global Moderator @Thomas Braun last edited by

        @thomas-braun sagte in apt full-upgrade Error:

        Welcher ist denn da überhaupt am Start?

        das seh ich wie?

        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Negalein last edited by

          @negalein

          echo $DESKTOP_SESSION
          echo $XDG_SESSION_TYPE
          
          Negalein 1 Reply Last reply Reply Quote 0
          • Negalein
            Negalein Global Moderator @Thomas Braun last edited by

            @thomas-braun sagte in apt full-upgrade Error:

            echo $DESKTOP_SESSION echo $XDG_SESSION_TYPE

            nega@ubuntu:~$ echo $DESKTOP_SESSION
            
            nega@ubuntu:~$ echo $XDG_SESSION_TYPE
            tty
            nega@ubuntu:~$
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Negalein last edited by

              @negalein

              Momentan läuft da kein Desktop.

              Funktioniert das?

              sudo apt remove gnome desktop environment -y
              
              Negalein 1 Reply Last reply Reply Quote 0
              • Negalein
                Negalein Global Moderator @Thomas Braun last edited by

                @thomas-braun sagte in apt full-upgrade Error:

                sudo apt remove gnome desktop environment -y

                nega@ubuntu:~$ sudo apt remove gnome desktop environment -y
                [sudo] password for nega:
                Reading package lists... Done
                Building dependency tree
                Reading state information... Done
                E: Unable to locate package desktop
                E: Unable to locate package environment
                
                Thomas Braun 2 Replies Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @Negalein last edited by Thomas Braun

                  @negalein

                  Hätte mich auch gewundert...

                  sudo apt-get install --no-install-recommends ubuntu-desktop
                  sudo apt purge ubuntu-desktop -y && sudo apt autoremove -y && sudo apt autoclean
                  

                  Alternativ:

                  sudo apt-get --purge remove libgtk-3-common
                  
                  1 Reply Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Negalein last edited by

                    @negalein

                    Funktioniert der unifi auch in einem Webfrontend oder über CLI? Nicht das das einen X-Server braucht? Kenn mich damit nicht aus.

                    Negalein 1 Reply Last reply Reply Quote 0
                    • Negalein
                      Negalein Global Moderator @Thomas Braun last edited by

                      @thomas-braun sagte in apt full-upgrade Error:

                      Webfrontend

                      Ja, über eine Webseite (per IP)

                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Negalein last edited by

                        @negalein Dann kannst du auch den ganzen XServer runterkloppen:

                        sudo apt remove xserver-xorg-core
                        sudo apt autoremove
                        
                        Negalein 1 Reply Last reply Reply Quote 0
                        • Negalein
                          Negalein Global Moderator @Thomas Braun last edited by

                          @thomas-braun sagte in apt full-upgrade Error:

                          Dann kannst du auch den ganzen XServer runterkloppen:

                          Ok.
                          er arbeitet noch bei sudo apt-get install --no-install-recommends ubuntu-desktop.

                          Wenn er da fertig ist, dann noch

                          sudo apt purge ubuntu-desktop -y && sudo apt autoremove -y && sudo apt autoclean
                          sudo apt remove xserver-xorg-core
                          sudo apt autoremove
                          

                          PS: dauert sudo apt-get install --no-install-recommends ubuntu-desktop immer so lange und was macht er da eigentlich?

                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @Negalein last edited by

                            @negalein sagte in apt full-upgrade Error:

                            was macht er da eigentlich?

                            Es wird ein Desktop ohne zusätzliche Empfehlungen installiert.
                            Sorgt für eine saubere Basis.
                            Ist aber eigentlich Quatsch das so zu machen, wenn ich drüber nachdenke...
                            Säbel den xserver-xorg-core raus, dann fällt der ganze andere Kram der drauf aufsetzt eh runter.

                            Negalein 1 Reply Last reply Reply Quote 0
                            • Negalein
                              Negalein Global Moderator @Thomas Braun last edited by

                              @thomas-braun sagte in apt full-upgrade Error:

                              Ist aber eigentlich Quatsch das so zu machen, wenn ich drüber nachdenke...

                              Ok. Aber muss ich warten bis er mit dem 1. Befehl fertig ist, oder kann ich es (mit Strg+C ???) abbrechen?

                              Und dann
                              sudo apt remove xserver-xorg-core
                              sudo apt autoremove

                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @Negalein last edited by

                                @negalein

                                Warte ab, sonst fabrizierst du da u. U. eine inkonsistente Datenbank. Das willst du nicht.

                                Negalein 1 Reply Last reply Reply Quote 1
                                • Negalein
                                  Negalein Global Moderator @Thomas Braun last edited by

                                  @thomas-braun sagte in apt full-upgrade Error:

                                  Warte ab, sonst fabrizierst du da u. U. eine inkonsistente Datenbank. Das willst du nicht.

                                  läuft schon ca. 30 Minuten 😞

                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Negalein last edited by

                                    @negalein
                                    Passiert da nix im log? apt ist eigentlich recht gesprächig.

                                    Negalein 2 Replies Last reply Reply Quote 0
                                    • Negalein
                                      Negalein Global Moderator @Thomas Braun last edited by

                                      @thomas-braun sagte in apt full-upgrade Error:

                                      Passiert da nix im log? apt ist eigentlich recht gesprächig.

                                      doch, quasselt wie ne Oma 😉

                                      ein sehr kurzer Auszug

                                      Selecting previously unselected package libcaca0:amd64.
                                      Preparing to unpack .../334-libcaca0_0.99.beta19-2.1ubuntu1.20.04.2_amd64.deb ...
                                      Unpacking libcaca0:amd64 (0.99.beta19-2.1ubuntu1.20.04.2) ...
                                      Selecting previously unselected package libdv4:amd64.
                                      Preparing to unpack .../335-libdv4_1.0.0-12_amd64.deb ...
                                      Unpacking libdv4:amd64 (1.0.0-12) ...
                                      Selecting previously unselected package libgstreamer-plugins-good1.0-0:amd64.
                                      Preparing to unpack .../336-libgstreamer-plugins-good1.0-0_1.16.3-0ubuntu1.1_amd64.deb ...
                                      Unpacking libgstreamer-plugins-good1.0-0:amd64 (1.16.3-0ubuntu1.1) ...
                                      Selecting previously unselected package libiec61883-0:amd64.
                                      Preparing to unpack .../337-libiec61883-0_1.2.0-3_amd64.deb ...
                                      Unpacking libiec61883-0:amd64 (1.2.0-3) ...
                                      Selecting previously unselected package libmp3lame0:amd64.
                                      Preparing to unpack .../338-libmp3lame0_3.100-3_amd64.deb ...
                                      Unpacking libmp3lame0:amd64 (3.100-3) ...
                                      Selecting previously unselected package libmpg123-0:amd64.
                                      Preparing to unpack .../339-libmpg123-0_1.25.13-1_amd64.deb ...
                                      Unpacking libmpg123-0:amd64 (1.25.13-1) ...
                                      Selecting previously unselected package libspeex1:amd64.
                                      Preparing to unpack .../340-libspeex1_1.2~rc1.2-1.1ubuntu1.20.04.1_amd64.deb ...
                                      Unpacking libspeex1:amd64 (1.2~rc1.2-1.1ubuntu1.20.04.1) ...
                                      Selecting previously unselected package libshout3:amd64.
                                      Preparing to unpack .../341-libshout3_2.4.3-1_amd64.deb ...
                                      Unpacking libshout3:amd64 (2.4.3-1) ...
                                      Selecting previously unselected package libtag1v5-vanilla:amd64.
                                      Preparing to unpack .../342-libtag1v5-vanilla_1.11.1+dfsg.1-0.3ubuntu2_amd64.deb ...
                                      Unpacking libtag1v5-vanilla:amd64 (1.11.1+dfsg.1-0.3ubuntu2) ...
                                      Selecting previously unselected package libtag1v5:amd64.
                                      Preparing to unpack .../343-libtag1v5_1.11.1+dfsg.1-0.3ubuntu2_amd64.deb ...
                                      Unpacking libtag1v5:amd64 (1.11.1+dfsg.1-0.3ubuntu2) ...
                                      Selecting previously unselected package libtwolame0:amd64.
                                      Preparing to unpack .../344-libtwolame0_0.4.0-2_amd64.deb ...
                                      Unpacking libtwolame0:amd64 (0.4.0-2) ...
                                      Selecting previously unselected package libv4lconvert0:amd64.
                                      Preparing to unpack .../345-libv4lconvert0_1.18.0-2build1_amd64.deb ...
                                      Unpacking libv4lconvert0:amd64 (1.18.0-2build1) ...
                                      Selecting previously unselected package libv4l-0:amd64.
                                      Preparing to unpack .../346-libv4l-0_1.18.0-2build1_amd64.deb ...
                                      Unpacking libv4l-0:amd64 (1.18.0-2build1) ...
                                      Selecting previously unselected package libvpx6:amd64.
                                      Preparing to unpack .../347-libvpx6_1.8.2-1build1_amd64.deb ...
                                      Unpacking libvpx6:amd64 (1.8.2-1build1) ...
                                      Selecting previously unselected package libwavpack1:amd64.
                                      Preparing to unpack .../348-libwavpack1_5.2.0-1ubuntu0.1_amd64.deb ...
                                      Unpacking libwavpack1:amd64 (5.2.0-1ubuntu0.1) ...
                                      Selecting previously unselected package gstreamer1.0-plugins-good:amd64.
                                      Preparing to unpack .../349-gstreamer1.0-plugins-good_1.16.3-0ubuntu1.1_amd64.deb ...
                                      Unpacking gstreamer1.0-plugins-good:amd64 (1.16.3-0ubuntu1.1) ...
                                      Selecting previously unselected package libxv1:amd64.
                                      Preparing to unpack .../350-libxv1_2%3a1.0.11-1_amd64.deb ...
                                      Unpacking libxv1:amd64 (2:1.0.11-1) ...
                                      Selecting previously unselected package gstreamer1.0-x:amd64.
                                      Preparing to unpack .../351-gstreamer1.0-x_1.16.3-0ubuntu1.1_amd64.deb ...
                                      Unpacking gstreamer1.0-x:amd64 (1.16.3-0ubuntu1.1) ...
                                      Selecting previously unselected package libcheese8:amd64.
                                      Preparing to unpack .../352-libcheese8_3.34.0-1ubuntu1_amd64.deb ...
                                      Unpacking libcheese8:amd64 (3.34.0-1ubuntu1) ...
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • Negalein
                                        Negalein Global Moderator @Thomas Braun last edited by

                                        @thomas-braun

                                        gleich ist er wieder tot 😞

                                        Processing triggers for man-db (2.9.1-1) ...
                                        /usr/bin/mandb: can't write to /var/cache/man/12626: No space left on device
                                        /usr/bin/mandb: can't create index cache /var/cache/man/12626: No space left on device
                                        
                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @Negalein last edited by

                                          @negalein

                                          Brech den Prozess ab, lösche den apt cache, hoffe das die Datenbank nicht schief ist und hau den xserver raus.

                                          Negalein 1 Reply Last reply Reply Quote 0
                                          • Negalein
                                            Negalein Global Moderator @Thomas Braun last edited by Negalein

                                            @thomas-braun sagte in apt full-upgrade Error:

                                            Brech den Prozess ab, lösche den apt cache, hoffe das die Datenbank nicht schief ist und hau den xserver raus.

                                            war fertig, hab dann das mit dem x-Server gemacht.

                                            Dann nochmal sudo apt clean

                                            nega@ubuntu:~$ df -h
                                            Filesystem                         Size  Used Avail Use% Mounted on
                                            udev                               947M     0  947M   0% /dev
                                            tmpfs                              199M  1.1M  198M   1% /run
                                            /dev/mapper/ubuntu--vg-ubuntu--lv  8.8G  8.4G     0 100% /
                                            tmpfs                              992M     0  992M   0% /dev/shm
                                            tmpfs                              5.0M     0  5.0M   0% /run/lock
                                            tmpfs                              992M     0  992M   0% /sys/fs/cgroup
                                            /dev/sda2                          974M  306M  601M  34% /boot
                                            /dev/loop3                          64M   64M     0 100% /snap/core20/1852
                                            /dev/loop0                          56M   56M     0 100% /snap/core18/2721
                                            /dev/loop1                          56M   56M     0 100% /snap/core18/2714
                                            /dev/loop2                          64M   64M     0 100% /snap/core20/1828
                                            /dev/loop5                          92M   92M     0 100% /snap/lxd/24061
                                            /dev/loop4                          92M   92M     0 100% /snap/lxd/23991
                                            /dev/loop6                          50M   50M     0 100% /snap/snapd/18596
                                            /dev/loop7                          50M   50M     0 100% /snap/snapd/18357
                                            tmpfs                              199M     0  199M   0% /run/user/1000
                                            

                                            Sollten eigentl. 400 MB frei sein.
                                            Sagt aber 0 MB verfügbar.

                                            Hab jetzt mal einen Reboot gemacht.


                                            hat nichts gebracht 😞

                                            Last login: Tue Mar 28 20:35:34 2023 from 10.0.1.31
                                            /usr/bin/xauth:  unable to write authority file /home/nega/.Xauthority-n
                                            nega@ubuntu:~$ df -h
                                            Filesystem                         Size  Used Avail Use% Mounted on
                                            udev                               947M     0  947M   0% /dev
                                            tmpfs                              199M  1.1M  198M   1% /run
                                            /dev/mapper/ubuntu--vg-ubuntu--lv  8.8G  8.4G     0 100% /
                                            tmpfs                              992M     0  992M   0% /dev/shm
                                            tmpfs                              5.0M     0  5.0M   0% /run/lock
                                            tmpfs                              992M     0  992M   0% /sys/fs/cgroup
                                            /dev/sda2                          974M  306M  601M  34% /boot
                                            /dev/loop3                          64M   64M     0 100% /snap/core20/1852
                                            /dev/loop6                          50M   50M     0 100% /snap/snapd/18357
                                            /dev/loop1                          56M   56M     0 100% /snap/core18/2714
                                            /dev/loop4                          92M   92M     0 100% /snap/lxd/23991
                                            /dev/loop5                          92M   92M     0 100% /snap/lxd/24061
                                            /dev/loop7                          50M   50M     0 100% /snap/snapd/18596
                                            /dev/loop0                          56M   56M     0 100% /snap/core18/2721
                                            /dev/loop2                          64M   64M     0 100% /snap/core20/1828
                                            tmpfs                              199M   12K  199M   1% /run/user/117
                                            tmpfs                              199M  4.0K  199M   1% /run/user/1000
                                            

                                            nega@ubuntu:~$ sudo apt remove xserver-xorg-core
                                            [sudo] password for nega:
                                            Reading package lists... Done
                                            Building dependency tree
                                            Reading state information... Done
                                            Package 'xserver-xorg-core' is not installed, so not removed
                                            0 upgraded, 0 newly installed, 0 to remove and 84 not upgraded.
                                            nega@ubuntu:~$ sudo apt autoremove
                                            Reading package lists... Done
                                            Building dependency tree
                                            Reading state information... Done
                                            0 upgraded, 0 newly installed, 0 to remove and 84 not upgraded.
                                            nega@ubuntu:~$
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            776
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            71
                                            2798
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo