add software

Asked by dpmccul

I wish to install a number of packages, including F77 and enscript. The ubuntu page
http://packages.ubuntu.com/dapper/amd64/g77/download
tells me to add a mirror site to my /etc/apt/sources.list.
I add the lines:
deb http://mirrors.kernel.org/ubuntu intrepid-updates main
deb http://mirrors.cs.wmich.edu/ubuntu intrepid-updates main
deb http://ubuntu.cs.utah.edu/ubuntu intrepid-updates main
deb http://mirrors.kernel.org/ubuntu intrepid main
deb http://mirrors.cs.wmich.edu/ubuntu intrepid main
deb http://ubuntu.cs.utah.edu/ubuntu intrepid main

but these applications still do not show up in Add/Remove software even after updating.
I use Ubuntu 8.10

What do I need to do to use the package manager to add these apps?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gnome-app-install Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

gksudo gedit /etc/apt/sources.list

copy the lines starting with the word:

deb

and paste them at the BOTTOM of the sources.list file

Save the new file and close gedit

In terminal type:

sudo apt-get update

You can now install the software from those servers. If you get any GPG warnings then paste the full output of the command and I'll give you the commands to get the keys

Revision history for this message
dpmccul (dpmccul) said :
#2

Had those lines in /etc/apt/sources.list
Ran sudo apt-get update
and saw (among others)
Hit http://ubuntu.cs.utah.edu intrepid-updates Release.gpg

Ign http://ubuntu.cs.utah.edu intrepid-updates/main Translation-en_US

Hit http://ubuntu.cs.utah.edu intrepid Release.gpg

Hit http://us.archive.ubuntu.com intrepid-updates Release

Ign http://ubuntu.cs.utah.edu intrepid/main Translation-en_US

Hit http://ubuntu.cs.utah.edu intrepid-updates Release
Hit http://mirrors.kernel.org intrepid-updates/main Packages
Hit http://mirrors.kernel.org intrepid/main Packages
Hit http://mirrors.cs.wmich.edu intrepid-updates Release.gpg
Ign http://mirrors.cs.wmich.edu intrepid-updates/main Translation-en_US
Hit http://mirrors.cs.wmich.edu intrepid Release.gpg
Ign http://mirrors.cs.wmich.edu intrepid/main Translation-en_US
Hit http://mirrors.cs.wmich.edu intrepid-updates Release
Hit http://mirrors.cs.wmich.edu intrepid Release
Hit http://mirrors.cs.wmich.edu intrepid-updates/main Packages
Hit http://mirrors.cs.wmich.edu intrepid/main Packages

Why are many of these entries being ignored? (Ign)

Thus, I believe it is reading the sources.list
However, I can still not fine these applications in the add/remove
software list.

actionparsnip wrote:
> Your question #83822 on ubuntu-docs in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/ubuntu-docs/+question/83822
>
> Status: Open => Needs information
>
> actionparsnip requested for more information:
> gksudo gedit /etc/apt/sources.list
>
> copy the lines starting with the word:
>
> deb
>
> and paste them at the BOTTOM of the sources.list file
>
> Save the new file and close gedit
>
> In terminal type:
>
> sudo apt-get update
>
> You can now install the software from those servers. If you get any GPG
> warnings then paste the full output of the command and I'll give you the
> commands to get the keys
>

--
Dean P McCullough
301 926 4454

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

The Ign ones are either down or do not exist. The servers are read from the sources.list

If they are not in add/remove then the repositories do not hold what you need

Revision history for this message
Sam_ (and-sam) said :
#4

As you can see 'Ign' lines are Translation packages, nothing to update there. (Same in Hardy here, nothing to worry.) For your comfort you may check system administration -> supported languages

Revision history for this message
Sam_ (and-sam) said :
#5

btw.
Add/Remove isn't very advanced, hence Synaptic (or apt-get via CLI) is the choice.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

I only use apt-get, synaptic hides all the good output when things go wrong.

Revision history for this message
dpmccul (dpmccul) said :
#7

Thanks. That worked. It is unfortunate that Add/Remove has problems.

Related question, I have a AMD-64 processor (8.10-2.6.27-14-generic).
When I installed one of the packages, I was offered 32-bit libraries
only. Apparently, the person who installed Ubuntu after my disc crash
failed to do something correctly. I would prefer to use the 64-bit
libraries. How can I correct this problem, or should I simply try to
reinstall Ubuntu?

Sam wrote:
> Your question #83822 on gnome-app-install in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/gnome-app-install/+question/83822
>
> Sam proposed the following answer:
> btw.
> Add/Remove isn't very advanced, hence Synaptic (or apt-get via CLI) is the choice.
>
>
>
> ------------------------------------------------------------------------
>
>
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 8.5.409 / Virus Database: 270.13.113/2396 - Release Date: 09/26/09 05:51:00
>

--
Dean P McCullough
301 926 4454

Revision history for this message
Sam_ (and-sam) said :
#8

Possible that the other user installed 32bit Ubuntu on 64bit architecture, it's common practice, because some users like certain apps which (still) are only available in 32bit.
If you type in terminal:
uname -a

it will show at the end of the line which Ubuntu was installed. It says either x86_64 or i686 GNU/Linux.
In case of i686, simply download 64bit .iso and install.
http://releases.ubuntu.com/
https://help.ubuntu.com/community/Installation

btw. the Add/Remove issue will be past sooner than later.
http://www.ubuntu.com/testing/karmic/alpha6
https://wiki.ubuntu.com/SoftwareCenter

Can you help with this problem?

Provide an answer of your own, or ask dpmccul for more information if necessary.

To post a message you must log in.