Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: HOWTO: Enabling the Universe APT repository

  1. #1
    Join Date
    Oct 2004
    Location
    USA
    Beans
    3,774

    HOWTO: Enabling the Universe APT repository

    First open a terminal window and enter:
    sudo nano /etc/apt/sources.list

    Look for the following lines:
    deb http://archive.ubuntu.com/ubuntu/ warty main restricted
    deb-src http://archive.ubuntu.com/ubuntu/ warty main restricted
    Change them to look like:
    deb http://archive.ubuntu.com/ubuntu/ warty main restricted universe
    deb-src http://archive.ubuntu.com/ubuntu/ warty main restricted universe
    Save the file and then run:
    sudo apt-get update

    This will update your repository and include all the files available in the universe.

  2. #2
    Join Date
    Oct 2004
    Location
    Houston, Texas. USA
    Beans
    217

    Re: How do I enable the Universe APT repository?

    If I include 'Universal' in my repository will there be any conflicts? True, I just installed Ubuntu and haven't done much with it but still the thought of conflicts does come up. Any problems downloading software from Universal? One other thing, is Universal packages straight from the Debian resorces? Thanks.
    LongTooth
    Houston, Texas

  3. #3
    Join Date
    Oct 2004
    Location
    Houston, Texas. USA
    Beans
    217

    Re: How do I enable the Universe APT repository?

    I should mention that the lines to alter are already there. Just uncomment them.
    LongTooth
    Houston, Texas

  4. #4
    Join Date
    Nov 2004
    Beans
    42

    Re: HOWTO: How do I enable the Universe APT repository?

    I have followed the steps above and downloaded prismstumbler, I ran synaptic and installed the package but when I try and run prismstumbler I get the error /usr/bin/pst is missing

    Have I correctly installed the package looking at the above?

    Cheer

    Chet

  5. #5
    Join Date
    Nov 2004
    Location
    Guadalajara, Mexico
    Beans
    46
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: HOWTO: Enabling the Universe APT repository

    Hi! im new to ubuntu (i installed it just yesterday)

    its there any real problem activating universal instead of the normal list?

    i had just modified it, cuz i couldn't install the necesary python lib for bittorrent, but had no problems with universal

    also i just installed bluefish (sudo apt-get install bluefish) and had no problems installing it but when i run it it displays this

    Code:
    root@ubuntu:/home/pablasso # bluefish
    
    (bluefish:5868): Gtk-CRITICAL **: file gtkwidget.c: line 4205 (gtk_widget_set_sensitive): assertion `GTK_IS_WIDGET (widget)' failed
    
    (bluefish:5868): Gtk-CRITICAL **: file gtkwidget.c: line 4205 (gtk_widget_set_sensitive): assertion `GTK_IS_WIDGET (widget)' failed
    
    (bluefish:5868): Gtk-CRITICAL **: file gtkwidget.c: line 4205 (gtk_widget_set_sensitive): assertion `GTK_IS_WIDGET (widget)' failed
    
    (bluefish:5868): Gtk-CRITICAL **: file gtkwidget.c: line 4205 (gtk_widget_set_sensitive): assertion `GTK_IS_WIDGET (widget)' failed
    anyway it loads ok, but i had no idea of what that mesagges mean...

    thanks!
    Last edited by Pablasso; November 8th, 2004 at 07:16 AM.

  6. #6
    Join Date
    Nov 2004
    Location
    Melbourne, Australia
    Beans
    30
    Distro
    Ubuntu Breezy 5.10

    Exclamation Re: HOWTO: Enabling the Universe APT repository

    I've run into a rather interesting problem after adding Universe - Synaptic now doesn't display any packages! It shows categories, but the actual packages and their descriptions are missing. Any ideas?

  7. #7
    Join Date
    Nov 2004
    Location
    Guadalajara, Mexico
    Beans
    46
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: HOWTO: Enabling the Universe APT repository

    did you only uncomment the universe lines or did something else?

  8. #8
    Join Date
    Nov 2004
    Location
    Melbourne, Australia
    Beans
    30
    Distro
    Ubuntu Breezy 5.10

    Thumbs up Re: HOWTO: Enabling the Universe APT repository

    I fixed the problem by deleting all .synaptic.conf files in my home directory. Apparently, it is a bug with that version of Synaptic.
    "I reject reality and substitute it with mine!" - Adam from MythBusters

  9. #9
    Join Date
    Nov 2004
    Beans
    2

    Re: HOWTO: Enabling the Universe APT repository

    I have tried both this process and the one outlined in the wiki. Both, however, generate the same response:

    404 directory doesn't exist

    Is the universal directory off-line? Been moved?

    thanks

  10. #10
    Join Date
    Oct 2004
    Beans
    Hidden!

    Re: HOWTO: Enabling the Universe APT repository

    Quote Originally Posted by winRefugee
    I have tried both this process and the one outlined in the wiki. Both, however, generate the same response:

    404 directory doesn't exist

    Is the universal directory off-line? Been moved?

    thanks
    If you're typing "universal" instead of "universe" you'll probably get that error.

    A 404 error means you typed something wrong.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •