----Messaggio originale---- Da: lisi.reisz@gmail.com Data: 24/08/2011 17.15 A: trinity-users@lists.pearsoncomputing.net Ogg: Re: [trinity-users] R: Re: [trinity-users] HOW To configure in order to
use apt-get ?
On Wednesday 24 August 2011 14:59:56 daniele.manghi@libero.it wrote:
In my sources.list, everything is a comment, except the last line :
tags file:///usr/share/debtags/
i.e. you haven't got a sources.list. apt is therefore correct in saying
that
you have not got a particular package. You haven't got any!
What distro have you installed and how? It rather looks as though you have got Ubuntu of some sort or other, but how did you install it? I have never come across a Ubuntu installation (nor indeed any other) that was installed with _no_ repositories.
Dr. Klepp is right, if you have Ubuntu with GNOME you can set repositories
up
in Synaptic quite simply.
In fact, there may be a simple way anyway. Could you post the whole of your sources.list, including the lines commented out?
Lisi
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.
net
Read list messsages on the Web archive: http://trinity-users.pearsoncomputing.
net/
Please remember not to top-post: http://trinity.pearsoncomputing.
net/mailing_lists/#top-posting
Yes, of course, here it is :
# Source locations to get tag database info # # You can specify more than one; during update, debtags will merge the contents # of all the sources. The merged data can be found in # /var/lib/debtags/package-tags and /var/lib/debtags/vocabulary. # # To contribute tags, please visit http://debtags.alioth.debian.org/todo.html
# Reviewed tag data from the APT Packages file #tags apt://
# Package rating from http://www.iterating.org #tags http://www.iterating.org/tags
# Regularly updated, but unchecked, database on the web # # If you plan to use Stable, please be aware that online tag # databases are more likely to track Testing/Unstable; so be careful # about downloading tags from them, and please check if tags are still # accurate for current package versions before contributing them upstream # #tags http://debtags.alioth.debian.org/tags/
# Example of locally maintained custom tag data # # You can provide your own tag data. To do so, place a file called # vocabulary.gz and a file called tags-current.gz in a directory, and use the # directory as a tag source. # # In the example given below, you would place the tag data in # /etc/debtags/mytags/tags-current.gz, and the vocabulary data in # /etc/debtags/mytags/vocabulary.gz # # The format of tags-current.gz is described in the tagcoll(1) manpage and the # file is similar to /var/lib/debtags/package-tags. # # The format of vocabulary.gz is like the Debian Packages file, and the file is # similar to /var/lib/debtags/vocabulary. # #tags file:/etc/debtags/mytags
tags file:///usr/share/debtags/ --- end-of-file---------
(I've installed a binary release of Maverick+Trinity)
Hi Daniele, you may have the following in your /etc/apt/sources.list:
deb http://de.archive.ubuntu.com/ubuntu/ lucid main restricted deb-src http://de.archive.ubuntu.com/ubuntu/ lucid main restricted deb http://de.archive.ubuntu.com/ubuntu/ lucid-updates main restricted deb-src http://de.archive.ubuntu.com/ubuntu/ lucid-updates main restricted deb http://de.archive.ubuntu.com/ubuntu/ lucid universe deb-src http://de.archive.ubuntu.com/ubuntu/ lucid universe deb http://de.archive.ubuntu.com/ubuntu/ lucid-updates universe deb-src http://de.archive.ubuntu.com/ubuntu/ lucid-updates universe deb http://de.archive.ubuntu.com/ubuntu/ lucid multiverse deb-src http://de.archive.ubuntu.com/ubuntu/ lucid multiverse deb http://de.archive.ubuntu.com/ubuntu/ lucid-updates multiverse deb-src http://de.archive.ubuntu.com/ubuntu/ lucid-updates multiverse deb http://security.ubuntu.com/ubuntu lucid-security main restricted deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted deb http://security.ubuntu.com/ubuntu lucid-security universe deb-src http://security.ubuntu.com/ubuntu lucid-security universe deb http://security.ubuntu.com/ubuntu lucid-security multiverse deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse # Trinity deb http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity/debian squeeze main deb-src http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity/debian squeeze main deb http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-builddeps/debian squeeze main deb-src http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-builddeps/debian squeeze main
where lucid has to be replaced by maverick. I don't know if you need them all. After editing /etc/apt/sources.list you have to run "sudo apt-get update".
Hi Daniele, I have to correct myself: the sources for Trinity based on Maverick you'll find here: http://www.trinitydesktop.org/installation.php#ubuntu
On Wednesday 24 August 2011 20:38:09 HHa wrote:
Hi Daniele, I have to correct myself: the sources for Trinity based on Maverick you'll find here: http://www.trinitydesktop.org/installation.php#ubuntu
You do, of course, still need all the main repositories. My sources.file will be no use to you in its specifics since it is for Debian, but I'll paste it here just to give you an idea of what I think is a minimal (well, almost minimal - I could comment out the entries for src until or unless I need them!) You will see taht I am currently using the Uiniversity of Idaho mirrors as a result of advice I hva received on this list. You might find it useful to have them in your sources.list, but commented out until you need them - next time the freak weather is near Pearson Computing!
I think taht the Ubuntu equaivalent of backports is ppa or something. ___________________________________________________--
deb http://mirror.ox.ac.uk/debian/ squeeze main deb-src http://mirror.ox.ac.uk/debian/ squeeze main
deb http://security.debian.org/ squeeze/updates main deb-src http://security.debian.org/ squeeze/updates main
deb http://mirror.ox.ac.uk/debian/ squeeze-updates main deb-src http://mirror.ox.ac.uk/debian/ squeeze-updates main
# deb http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity/debian squeeze main # deb-src http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity/debian squeeze main # deb http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-builddeps/debian squeeze main # deb-src http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-builddeps/debian squeeze main
deb http://mirror.its.uidaho.edu/pub/trinity/trinity/debian squeeze main deb-src http://mirror.its.uidaho.edu/pub/trinity/trinity/debian squeeze main deb http://mirror.its.uidaho.edu/pub/trinity/trinity-builddeps/debian squeeze main deb-src http://mirror.its.uidaho.edu/pub/trinity/trinity-builddeps/debian squeeze main
deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free ___________________________________________________________________----
HTH Lisi
On Wednesday 24 August 2011 20:38:09 HHa wrote:
Hi Daniele, I have to correct myself: the sources for Trinity based on Maverick you'll find here: http://www.trinitydesktop.org/installation.php#ubuntu
Sorry all - I absentmindedly clicked on send _before_ I had corrected my typos. :-( And I'm a lousy typist.
Lisi