Ubuntu Downloads

ubuntu-logo-256

Packages

Packages are the most straightforward way to install GRUB2 Editor. Simply select your distribution and architecture below:

Ubuntu 11.10: 32-bit | 64-bit

Ubuntu 11.04: 32-bit | 64-bit

Ubuntu 10.10: 32-bit | 64-bit

Repositories

On the other hand, you may subscribe to a repository in order to automatically get new updates:

For Ubuntu 11.10 run the following as normal user:

sudo sed -i '$ a\deb http://download.opensuse.org/repositories/home:ksmanis/xUbuntu_11.10/ /' /etc/apt/sources.list
wget -q http://download.opensuse.org/repositories/home:ksmanis/xUbuntu_11.10/Release.key -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install kcm-grub2

For Ubuntu 11.04 run the following as normal user:

sudo sed -i '$ a\deb http://download.opensuse.org/repositories/home:ksmanis/xUbuntu_11.04/ /' /etc/apt/sources.list
wget -q http://download.opensuse.org/repositories/home:ksmanis/xUbuntu_11.04/Release.key -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install kcm-grub2

For Ubuntu 10.10 run the following as normal user:

sudo sed -i '$ a\deb http://download.opensuse.org/repositories/home:ksmanis/xUbuntu_10.10/ /' /etc/apt/sources.list
wget -q http://download.opensuse.org/repositories/home:ksmanis/xUbuntu_10.10/Release.key -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install kcm-grub2

12 thoughts on “Ubuntu Downloads

  1. Hi, please leave a tip on how to install repository key, because now I’m getting this error message after apt-get update:
    W: GPG error: http://download.opensuse.org Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 6FE3AE1CC7D68E37

    • GRUB2 Editor is fully (100%) translated in Spanish, but unfortunately a bug introduced in version 0.5.5 prevents translations from getting loaded. Next version to be released will include it.

    • I’m sorry but the openSUSE Build Service doesn’t provide Mint repositories/packages. Try converting another package or poke your distro’s maintainers to create a proper package :)

    • Unfortunately, the openSUSE Build Service is a bit slow to roll out a 12.04 repo. Till then, try to manually install a .deb file from the links above.

  2. In “Kubuntu 12.04 Precise”
    1. Open Terminal (Konsole)
    2. sudo apt-get install kde-config-grub2

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s