Ubuntu Installation :: Find A Version The Entire Package AND Install?
Jun 7, 2011
No matter how I try, or how many sources I go to, every instance of open office gives me an error message saying that the JRE (Java) file is corrupt. I cannot find an instance of Open Office I can download regardless of the version. I have no Open Office now. How can I find a version that will give me the entire package AND install? I've had a lot of trouble getting any version to install...but that may be due to the corruption of the JRE file
View 1 Replies
ADVERTISEMENT
Jan 22, 2011
Fedora 14 I recently went to install some software using the source files.When I ran the command
Code:
./configure
I got a message saying that
Code:
package gthread-2.0 not found
After searching the internet some one had the same problem. I needed to install a package called
Code:
glib2-devel
However, rather that searching the internet.
View 1 Replies
View Related
Jan 22, 2011
Specifically, I want Clementine player 0.6, but the guy that installed Ubuntu on my laptop put natty narwhal alpha 1 on it (don't ask me why. I wanted maverick since its stable but he never really asked. The whole thing was kinda a surprise), and Clementine only offers downloads for Ubuntu distros up to maverick. So. Can I/is there a way I can install it anyway? Or am I forced to just use Banshee until the official Update comes out and Clementine is updated in....
View 6 Replies
View Related
Sep 11, 2009
I have a fedora 11 with kernel package: kernel-PAE-2.6.29.6-217.2.3.fc11.i686
I would like to install the devel package for this kernel version, but I can't find it, because in the fedora repo there is only the original kernel (2.6.29.4....) and in the updates repo there is only the newest kernel package (2.6.30....)
Where can I find the packages which are between the fedora and update repos' versions?
View 2 Replies
View Related
May 10, 2010
I have (after upgrading from 9.10 to 10.04) several packages who are installed with multiple versions.
e.g. Python
dpkg -l | grep python2
ii libpython2.6 2.6.5-1ubuntu6 Shared Python runtime library
[code]....
I guess I only need the newest one .. The other ones have status "RC" Or am I wrong here, and do I need to keep these old versions ?So how do I get rid off 2.4 and 2.5 and just keep version 2.6.How can I easily remove these "old" packages. I tried aptitude purge, aptitude clean, aptitude autoclean. But they don't do the trick.I am looking for an easy way, because python is only an example. Else I could just delete them be using their name.... (of course)
View 1 Replies
View Related
Nov 19, 2010
I am trying to install asterisk on my box. When I use "apt-get install asterisk", version 1.6.29 is installed. Is there a way I can install 1.4 instead?
View 3 Replies
View Related
Mar 28, 2010
I am getting this when I build a project in JBoss Seam:
Code:
asookazian@asookazian-desktop:/opt/jboss-seam-2.2.1.CR1/examples/booking:10:30 PM:$ant clean explode
Buildfile: build.xml
clean:
initcopy:
initpoms:
[echo] Setting up dependencies
Build Failed
/opt/jboss-seam-2.2.1.CR1/build/common.build.xml:95: The following error occurred while executing this line:
/opt/jboss-seam-2.2.1.CR1/build/utilities.build.xml:18: Directory /opt/jboss-seam-2.2.1.CR1/classes/poms creation was not successful for an unknown reason
Total time: 0 seconds
How can I install Ant 1.7.0 (i.e. an older version of an existing package)?
Code:
asookazian@asookazian-desktop:/opt/jboss-seam-2.2.1.CR1/examples/booking:10:31 PM:$sudo apt-get install ant=1.7.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '1.7.0' for 'ant' was not found
I downloaded the zip file for 1.7.0 but I need to redo all the symbolic link stuff, no?
Code:
asookazian@asookazian-desktop:/usr/bin:10:34 PM:$ls -la ant | less
Code:
lrwxrwxrwx 1 root root 20 2010-03-23 06:15 ant -> ../share/ant/bin/ant
I'd like to keep both versions of the ant package in my Ubuntu 9.10 system if possible...
View 1 Replies
View Related
Oct 5, 2010
I've got version 1.2 of package dtc. I installed it using apt-get install. But I want version 1.1 of it installed instead. How do I get that?
View 5 Replies
View Related
Aug 13, 2010
I am running Ubuntu 9.04 at work and have a sudden need to install a newer version of python-support (> 0.9.0) than is currently available in the repo (0.8.7) for my Ubuntu version. Upgrading to 9.10 is not an option as we are planning to jump to 10.04 LTS in the next few months and I am unable (unwilling) to mess with a complete upgrade prior. Is it possible for me to upgrade to the newest version of python-support - or is this package OS version specific? Assuming it's possible, how might I go about the process of upgrading?
View 2 Replies
View Related
Apr 15, 2011
My procedure for updating the installed packages was, to klick on the list of packages that are installed in the installation source @ system in YAST and choose "Update if newer version is available". Up to Suse 11.3 Yast automatically chooses the latest version from each available repository that is installed (eg, Packman or Mozilla Build Service). With 11.4 however, I noticed that it only updates a package, if a newer version is avalible in the repository from which the package originally origines. Since I don't want to look through 4 GB of packages manually, whether there are newer versions in another repository available, I ask you if I there is a posibility to get the old behavior of YAST back.
View 1 Replies
View Related
May 19, 2010
I have the suspicion that the latest gdm update (2.28.1-0ubuntu2.2) broke something because the login screen isn't displayed anymore on my desktop. My question is the following:How can I revert an update or force a package version via command line? It's pretty straight forward via Synaptic but I only have access to the recovery command line so that is not really an option.
View 1 Replies
View Related
May 28, 2010
I had no problems installing the F13 DVD, but when I chose to install it across a 160 GB and 250 GB hard drives, it happily used both of them for the system and left me 40 GB of storage to play with.... at least I think that is what happened. I kind of had the opposite in mind. I know I could have installed it on one and used the other drive for a separate storage location, but for me, it's just easier to have one big storage/system volume and not have to worry about paths and /dev/sdb/images stuff
View 4 Replies
View Related
May 15, 2010
When i update package sax2-tools to version 8.1-618.1, from Xorg repository 11.2, it autimatically offers to delete the following packages:
sax2
sax2-gui
sax2-ident
sax2-libsax
sax2-libsax-perl
Dont know if this is a wanted behaviour.
View 3 Replies
View Related
Mar 15, 2010
Probably a stupid question. I want to install flashplayer- found the package on the adobe website- chosen the version (9.04+) and I then get the question 'Choose an application' - to open it with. What do I do now? This prompt simply takes me to file browser. Or is there an easier way to do it?
View 5 Replies
View Related
Oct 10, 2010
my laptop currently has 8GB of RAM and I wouldn't want that going to waste. I have read about the issues with flash on the 64 bit versions of buntu. Would you recommend going 64-bit or 32-bit with PAE? also, does the 10.10 kernel have PAE enabled by default?
View 9 Replies
View Related
Nov 30, 2010
Ihave Ubuntu 9.10. would like to upgrade soon to the new version of Ubuntu via the package manager. If i upgrade this way will my programs and files and pictures stay as is. I have all my stuff backed up anyways, but would like to know how this upgrade works.
View 5 Replies
View Related
May 29, 2010
how do i find which package offers gl.h?
View 1 Replies
View Related
Mar 23, 2010
I know this is a very silly post, however I just can't find the link to download a previous version of Open SUSE.if someone could direct me to a page where I can download the Open SUSE 10.2
View 1 Replies
View Related
Mar 10, 2011
I've just upgraded to openSUSE 11.4 and I have 2 small problems.
1) I can't find fetchmsttffonts package, so I'm missing some fonts I was using
2) Is there a way how to change progress bar colors? I'm getting some poisonous light green and it's not very eye pleasing (I think that when I was doing same upgrade in virtual machine there where dark green similar to 11.3)
View 1 Replies
View Related
May 4, 2009
I'm looking to install the w3c-libwww package, but can't seem to find it in yum. Is there a safe repository somewhere I can enable to grab it, or am I going to have to install if from source? CentOS ver. 5.2/3
View 1 Replies
View Related
Sep 12, 2010
I have been upgrading Ubuntu as its new distributions are released every six months regularly since quite some time now. Is there a way I can find out which was the original installation version that I first installed after I formatted my disk. I mean as far as I remember I have been using this state of my Ubuntu since 8.04 and have been upgrading since then, but I am not sure.
View 4 Replies
View Related
May 8, 2011
I can't find the Ubuntu 11.04 netbook remix version in the official website. Where can I get it?
View 2 Replies
View Related
Jan 29, 2010
Code:
$ uname -a
Linux MyBox 2.6.28-17-generic #58-Ubuntu SMP Tue Dec 1 21:27:25 UTC 2009 x86_64 GNU/Linux
[code]...
View 3 Replies
View Related
May 23, 2010
Despite using Linux for a while I'm only just getting a taste of managing my very own system so please be gentle!
After trying a `blind' sudo apt-get install acroread which was unsuccessful I tried installing using the synaptic package manager, and couldn't find it in there either.
According to the software sources info I have both Universe and Multiverse switched on. I'm fairly sure one of my attempted permutations of `acro', `reader' and `acrobat' etc should have hit upon something so I assume there must be something more fundamental wrong!
Am using a newly installed Lucid Lynx 10.04
View 5 Replies
View Related
Dec 7, 2010
i created a meta package with a collection of useful tools. But now i want to find a way that all the depended package are removed if the meta package is removed. my first try was to use the postrm script. but this dont work as dpkg still hold the lock.
View 1 Replies
View Related
Feb 20, 2011
Linux noob, and I'm trying to install a little program on my rootserver, but it requires libboost and libboost-dev. Unfortunately ubuntu can't seem to find the packages and google does not help either. The only info I found was telling me to install "gnuradio" or something, which takes up 138 mb. So, how can I install these packages now?also: I cancelled the installation of gnuradio via "CTRL+C", will this cause any problems? Are there some trash files left on the system now?
View 1 Replies
View Related
Aug 9, 2010
Lasted repositories: Index of /repositories/X11:/RemoteDesktop/openSUSE_11.3/i586
FreeNX-0.7.2-28.1
NX-3.4.0-21.1
To day I try install on openSUSE 11.3 and SLES11-SP1, Not finish. Error: Could not find 1.5.0 or 2.[01].0 or 3.[01].0 version string in nxagent. NX 1.5.0 or 2.[01].0 or 3.[012].0 backend is needed for this version of FreeNX.
# nxsetup --install
Removing special user "nx" ...no crontab for nx
done
Removing session database ...done
Removing logfile ...done
sent invalidate(passwd) request, exiting
sent invalidate(group) request, exiting
Setting up /etc/nxserver ...done
[Code]...
View 1 Replies
View Related
Sep 16, 2010
Debian linux:
I've tried apt-get install with the following packages:
And others and always get 'Couldn't find package'.
I tried doing an apt-get update and that worked without problem.
View 11 Replies
View Related
Jan 31, 2010
I am running Ubuntu 9.1 and am trying to download the apt file from the adobe web site and use apturl to open it. I enable the partner channel packages finish downloading and an error pops up. Could not find package 'adobe-flashplugin'.
View 4 Replies
View Related
May 16, 2010
In my laptop Asus EeePC900Ha, i was installed Edubuntu 7.10 for education in school. But now there is somme problem:
1.Where is possible to find language GNOME package (Macedonian) i mean for download.
2 And there is possible to find a drivers, because my web cam, audio, and modem don`t work.
View 8 Replies
View Related