cat /etc/apt/sources.list : mishu@mishu-laptop:~$ cat /etc/apt/sources.list # deb cdrom:[Ubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090421.3)]/ jaunty main restricted # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://ftp.lug.ro/ubuntu/ jaunty main restricted deb-src http://ftp.lug.ro/ubuntu/ jaunty main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://ftp.lug.ro/ubuntu/ jaunty-updates main restricted deb-src http://ftp.lug.ro/ubuntu/ jaunty-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team. Also, please note that software in universe WILL NOT receive any ## review or updates from the Ubuntu security team. deb http://ftp.lug.ro/ubuntu/ jaunty universe deb-src http://ftp.lug.ro/ubuntu/ jaunty universe deb http://ftp.lug.ro/ubuntu/ jaunty-updates universe deb-src http://ftp.lug.ro/ubuntu/ jaunty-updates universe ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. deb http://ftp.lug.ro/ubuntu/ jaunty multiverse deb-src http://ftp.lug.ro/ubuntu/ jaunty multiverse deb http://ftp.lug.ro/ubuntu/ jaunty-updates multiverse deb-src http://ftp.lug.ro/ubuntu/ jaunty-updates multiverse ## Uncomment the following two lines to add software from the 'backports' ## repository. ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. #deb http://ro.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse #deb-src http://ro.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse ## Uncomment the following two lines to add software from Canonical's ## 'partner' repository. ## This software is not part of Ubuntu, but is offered by Canonical and the ## respective vendors as a service to Ubuntu users. #deb http://archive.canonical.com/ubuntu jaunty partner #deb-src http://archive.canonical.com/ubuntu jaunty partner deb http://ftp.lug.ro/ubuntu/ jaunty-security main restricted deb-src http://ftp.lug.ro/ubuntu/ jaunty-security main restricted deb http://ftp.lug.ro/ubuntu/ jaunty-security universe deb-src http://ftp.lug.ro/ubuntu/ jaunty-security universe deb http://ftp.lug.ro/ubuntu/ jaunty-security multiverse deb-src http://ftp.lug.ro/ubuntu/ jaunty-security multiverse ==================================================== apt-cache search git : mishu@mishu-laptop:~$ apt-cache search git seahorse-plugins - seahorse plugins and utilities for encryption in GNOME esound-common - Enlightened Sound Daemon - Common files libfreetype6 - FreeType 2 font engine, shared library files libesd-alsa0 - Enlightened Sound Daemon (ALSA) - Shared libraries libexif12 - library to parse EXIF files libavc1394-0 - control IEEE 1394 audio/video devices seahorse - A Gnome front end for GnuPG liba52-0.7.4 - library for decoding ATSC A/52 streams libmtp8 - Media Transfer Protocol (MTP) library libxrender1 - X Rendering Extension client library libxfont1 - X11 font rasterisation library libotr2 - Off-the-Record Messaging library totem-gstreamer - A simple media player for the GNOME desktop based on GStreamer libxrandr2 - X11 RandR extension library libsm-dev - X11 Session Management library (development headers) libxcomposite1 - X11 Composite extension library libdv4 - software library for DV format digital video (runtime lib) libcdio-cdda0 - library to read and control digital audio CDs libxi6 - X11 Input extension library libcdio-paranoia0 - library to read digital audio CDs with error correction gnupg - GNU privacy guard - a free PGP replacement libcryptui0 - the UI library for DBUS functions exported by seahorse libxfixes3 - X11 miscellaneous 'fixes' extension library libxdamage1 - X11 damaged region extension library libxaw7 - X11 Athena Widget library libxau-dev - X11 authorisation library (development headers) libx11-6 - X11 client-side library ubuntu-keyring - GnuPG keys of the Ubuntu archive eject - ejects CDs and operates CD-Changers under Linux libx11-dev - X11 client-side library (development headers) update-motd - Modular framework to dynamically generate the message of the day libxp6 - X Printing Extension (Xprint) client library xtrans-dev - X transport library (development files) libgphoto2-2 - gphoto2 digital camera library f-spot - personal photo management application dcraw - decode raw digital camera images libx11-data - X11 client-side library pidgin-otr - Off-the-Record Messaging plugin for pidgin libsm6 - X11 Session Management library libxxf86vm1 - X11 XFree86 video mode extension library libmusicbrainz4c2a - Second generation incarnation of the CD Index - library libgphoto2-port0 - gphoto2 digital camera port library libxau6 - X11 authorisation library ========================================================= sudo apt-get install git-core : mishu@mishu-laptop:~$ sudo apt-get install git-core Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package git-core =========================================================