Αποτελέσματα Αναζήτησης
In those situations, apt-get update may not work, so you first need to fix the problem with apt-get install --fix-missing or with some dpkg commands. You can see apt-get install --fix-missing as a light and friendly version of commands like dpkg-reconfigure --all or dpkg.
- How to Upgrade a Single Package Using Apt-Get
In my experience on Ubuntu 12.04 LTS, using the command...
- How to Upgrade a Single Package Using Apt-Get
Boot using a live usb/cd of ubuntu. Use boot-repair to fix the problem. After booting with live usb/cd, run following command in terminal: sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update sudo apt-get install -y boot-repair && boot-repair Use Recomended Repair. More info - https://help.ubuntu.com/community/Boot-Repair
2 Answers. Sorted by: 51. Run sudo apt-get update command. If sudo apt-get update is also not working then follow the steps below:- Open /etc/apt/sources.list file. Check the word after http://security.ubuntu.com/ubuntu/ in the sources.list file, let the word be xyz. Go to the address http://security.ubuntu.com/ubuntu/ and then click on dists.
3 Μαρ 2015 · First choose “Try Ubuntu", then open the Terminal. Open a terminal window, e.g. by pressing ctrl + alt + T. Enter the command: $ WINOSDATA=true ubiquity. For details: You can test this by running first: $ sudo os-prober. And then: $ sudo WINOSDATA=true os-prober.
18 Ιαν 2022 · Boot-Repair is a simple tool to repair frequent boot issues you may encounter in Ubuntu like when you can't boot Ubuntu after installing Windows or another Linux distribution, or when you can't boot Windows after installing Ubuntu, or when GRUB is not displayed anymore, some upgrade breaks GRUB, etc.
27 Ιαν 2015 · This page documents how to restore or recover the boot-loader (GRUB) after installing Windows. Some reasons to repair your boot-loader might include installing Microsoft Windows after you have installed Ubuntu, adding or removing a hard drive, or changing hard drive settings.
26 Δεκ 2013 · You need to boot system using LiveCD of ubuntu and run below command to install grub : sudo grub-install /dev/XXX. above command will install grub and it also Keep windows bootloader NTLDR into grub , then you can choose any one OS while boot.