Ask a Question related to Ubuntu, Design and Development.
-
riccardo ferraro #1
installing new sw on Ubuntu Breezy
I have installed 5.10 on my notebook Toshiba A80.
It works well,I have installed mplayer and mplayerplug-in from
source after setting up some dependencies, with no problems.
On the other end, I have problems installing other packages,
even with apt or dpkg.
Here is my /etc/apt/sources.list:
deb cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release i386
(20051012)]/ breezy main restricted
deb [url]http://archive.ubuntu.com/ubuntu[/url] breezy-updates main restricted
deb-src [url]http://archive.ubuntu.com/ubuntu[/url] breezy-updates main restricted
deb [url]http://archive.ubuntu.com/ubuntu[/url] breezy universe
deb-src [url]http://archive.ubuntu.com/ubuntu[/url] breezy universe
deb [url]http://security.ubuntu.com/ubuntu[/url] breezy-security main restricted
deb-src [url]http://security.ubuntu.com/ubuntu[/url] breezy-security main restricted
deb [url]http://security.ubuntu.com/ubuntu[/url] breezy-security universe
deb-src [url]http://security.ubuntu.com/ubuntu[/url] breezy-security universe
deb [url]http://archive.ubuntu.com/ubuntu[/url] breezy multiverse
deb-src [url]http://archive.ubuntu.com/ubuntu[/url] breezy multiverse
deb [url]http://archive.ubuntu.com/ubuntu[/url] breezy-backports main restricted
universe multiverse
Examples of problems:
apt-get install libfontconfig1-dev
Reading package lists... Done
Building dependency tree... Done
Package libfontconfig1-dev is not available, but is referred
to by another package.
This may mean that the package is missing, has been obsoleted,
or is only available from another source
E: Package libfontconfig1-dev has no installation candidate
apt-get install libgtk2.0-dev
Reading package lists... Done
Building dependency tree... Done
libgtk2.0-dev is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
libcairo2-dev: Depends: libfontconfig1-dev but it is not installable
Depends: libfreetype6-dev (>= 2.1.0) but it is not
installable
(......................)
By the way I cannot understand what it means when it says that a
package "is not installable". Can you help please ? Thanks a lot.
riccardo ferraro Guest
-
update manager on Ubuntu Breezy
every time I get the info "new updates available" I launch as root UpdateManager: it seems to work,but at the end it says E:locales:subprocess... -
Tried Installing Breezy To 6.06 LTS
I tried updating Ubuntu 5.10 (Breezy) to 6.06 LTS using the following command gksudo "update-manager -d" and following the directions on web page... -
Ubuntu - installing software (please help)
I am new to Linux and I have a problem that I hope you can help me with. I am using Ubuntu 5.10 (Breezy Badger). I am trying to install a game... -
JRE In Ubuntu Breezy
I've followed the instruction after downloading the .bin from sun java fakeroot make-jpkg jre-1_5_0_06-linux-i586.bin sudo dpkg -i... -
Unofficial Ubuntu 5.10 (Breezy Badger) Starter Guide
http://easylinux.info/wiki/Ubuntu Thought this should be referenced somewhere on this list. -- Chuck -
Conor #2
Re: installing new sw on Ubuntu Breezy
In article <pan.2005.12.01.11.40.16.152727@fastwebnet.it>, riccardo
ferraro says...Take a look at this forum, there's a program someone has made to make> I have installed 5.10 on my notebook Toshiba A80.
> It works well,I have installed mplayer and mplayerplug-in from
> source after setting up some dependencies, with no problems.
> On the other end, I have problems installing other packages,
> even with apt or dpkg.
> Here is my /etc/apt/sources.list:
>
installing the "essentials" a point and click:
[url]http://www.ubuntuforums.org/showthread.php?t=84742[/url]
Make use of the forums at ubuntuforums.org - there's a wealth of info
there.
--
Conor
"You're not married, you haven't got a girlfriend and you've never seen
Star Trek? Good Lord!" - Patrick Stewart, Extras.
Conor Guest
-
SINNER #3
Re: installing new sw on Ubuntu Breezy
* riccardo ferraro wrote in alt.os.linux.ubuntu:
Why would you use the source? They are in the repositories.> I have installed 5.10 on my notebook Toshiba A80.
> It works well,I have installed mplayer and mplayerplug-in from
> source after setting up some dependencies,
>with no problems.
> On the other end, I have problems installing other packages,
> even with apt or dpkg.
> Here is my /etc/apt/sources.list:> deb cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release i386
> (20051012)]/ breezy main restricted
> deb [url]http://archive.ubuntu.com/ubuntu[/url] breezy-updates main restricted
> deb-src [url]http://archive.ubuntu.com/ubuntu[/url] breezy-updates main restricted
> deb [url]http://archive.ubuntu.com/ubuntu[/url] breezy universe
> deb-src [url]http://archive.ubuntu.com/ubuntu[/url] breezy universe
> deb [url]http://security.ubuntu.com/ubuntu[/url] breezy-security main restricted
> deb-src [url]http://security.ubuntu.com/ubuntu[/url] breezy-security main restricted
> deb [url]http://security.ubuntu.com/ubuntu[/url] breezy-security universe
> deb-src [url]http://security.ubuntu.com/ubuntu[/url] breezy-security universe
> deb [url]http://archive.ubuntu.com/ubuntu[/url] breezy multiverse
> deb-src [url]http://archive.ubuntu.com/ubuntu[/url] breezy multiverse
> deb [url]http://archive.ubuntu.com/ubuntu[/url] breezy-backports main restricted
> universe multiverse> Examples of problems:This means that some other package requires it but the repository does> apt-get install libfontconfig1-dev
> Reading package lists... Done
> Building dependency tree... Done
> Package libfontconfig1-dev is not available, but is referred
> to by another package.
> This may mean that the package is missing, has been obsoleted,
> or is only available from another source
> E: Package libfontconfig1-dev has no installation candidate
not have it, try doing a search
sinner@gates-of-hell:~$ aptitude search libfontconfig
E: /home/sinner/.aptitude/config - Unable to open %s for writing (13 Permission denied)
v libfontconfig-dev -
i libfontconfig1 - generic font configuration library (shared library)
p libfontconfig1-dbg - generic font configuration library (debugging symbols)
p libfontconfig1-dev - generic font configuration library (development headers)
My guess here is that youve done a source based install that has messed
with other dependencies, have you tried uninstalling mplayer and the
plugins and tried to reinstall using apt-get/aptitude?
[...]
--
David
When you dial a wrong number you never get a busy signal.
SINNER Guest
-
Toby Newman #4
Re: installing new sw on Ubuntu Breezy
On 2005-12-01, SINNER <99nesorjd@gates_of_hell.invalid> wrote:
The only way to get it optimised for your hardware is to compile the> * riccardo ferraro wrote in alt.os.linux.ubuntu:>>> I have installed 5.10 on my notebook Toshiba A80.
>> It works well,I have installed mplayer and mplayerplug-in from
>> source after setting up some dependencies,
> Why would you use the source? They are in the repositories.
source. From the repository, you get a lowest-common-denominator
version.
--
Toby.
Add the word afiduluminag to the subject
field to circumvent my email filters.
Ignore any mail delivery error.
Toby Newman Guest
-
SINNER #5
Re: installing new sw on Ubuntu Breezy
* Toby Newman wrote in alt.os.linux.ubuntu:
DL the source for your distro and compile it. DL'ing the source from the> On 2005-12-01, SINNER <99nesorjd@gates_of_hell.invalid> wrote:>>> * riccardo ferraro wrote in alt.os.linux.ubuntu:>>>>> I have installed 5.10 on my notebook Toshiba A80.
>>> It works well,I have installed mplayer and mplayerplug-in from
>>> source after setting up some dependencies,
>> Why would you use the source? They are in the repositories.
> The only way to get it optimised for your hardware is to compile the
> source. From the repository, you get a lowest-common-denominator
> version.
>
project page/home page creates OTHER issues that will likely be harder to
resolve.
--
David
SINNER Guest
-
Toby Newman #6
Re: installing new sw on Ubuntu Breezy
On 2005-12-14, SINNER <arcade.master@gmail.com> wrote:
I installed mplayer from source using sources from their website this> * Toby Newman wrote in alt.os.linux.ubuntu:
>>>> On 2005-12-01, SINNER <99nesorjd@gates_of_hell.invalid> wrote:>>>>> * riccardo ferraro wrote in alt.os.linux.ubuntu:
>>>> I have installed 5.10 on my notebook Toshiba A80.
>>>> It works well,I have installed mplayer and mplayerplug-in from
>>>> source after setting up some dependencies,
>>>
>>> Why would you use the source? They are in the repositories.
>> The only way to get it optimised for your hardware is to compile the
>> source. From the repository, you get a lowest-common-denominator
>> version.
>>
> DL the source for your distro and compile it. DL'ing the source from the
> project page/home page creates OTHER issues that will likely be harder to
> resolve.
>
week. I didn't expect it to work, but it did, very well. Kubuntu.
--
Toby.
Add the word afiduluminag to the subject
field to circumvent my email filters.
Ignore any mail delivery error.
Toby Newman Guest



Reply With Quote

