If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
I just did the upgrade by changing the sources.list on my testing 12.04 partition to read quantal..............29 packages and none were the libxfont1
The following NEW packages will be installed:
libwebp2
The following packages have been kept back:
libpurple0
The following packages will be upgraded:
c2esp gstreamer0.10-ffmpeg libaacs0 libcdaudio1 libdirac-encoder0 libfaad2 libmatroska5 libmms0 libmodplug1 libmp3lame0
libmpg123-0 libofa0 libopencore-amrnb0 libopencore-amrwb0 libresid-builder0c2a libsdl-image1.2 libsidplay2 libsoundtouch0
libtextcat-data libtextcat0 libts-0.0-0 libvo-aacenc0 libvo-amrwbenc0 libxvidcore4 libzvbi-common libzvbi0 mpg123 tsconf
28 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
vinny@vinnys-HP-G62:~$ dpkg-query -l libxfont1
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-=========================-=========================-================================================== ================
ii libxfont1 1:1.4.4-1 X11 font rasterisation library
vinny@vinnys-HP-G62:~$
I dont seem to be geting the version 1:1.4.5-1 yet ?
You should have more than that. I did clean install precise last night and dist-upgraded it to current. Then changed repos to QQ and had 240 updates and 15 new install packages. Check /etc/apt/sources.list that they all refer to quantal.
## 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://us.archive.ubuntu.com/ubuntu/ quantal-backports restricted universe multiverse main
deb-src http://us.archive.ubuntu.com/ubuntu/ quantal-backports restricted universe multiverse main
## 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 quantal partner
# deb-src http://archive.canonical.com/ubuntu quantal partner
## Uncomment the following two lines to add software from Ubuntu's
## 'extras' repository.
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
# deb http://extras.ubuntu.com/ubuntu quantal main
# deb-src http://extras.ubuntu.com/ubuntu quantal main
vinny@vinnys-HP-G62:~$
......................well .......I see my mistake now ....he he changing it as I type and re-dist-upgrading
yes now I get 291 upgrades and X would not start..................
downgraded libxfont1 to the 1:1.4.4-1 and X is back .................typing this from Quantal now 8)
was their an easier way to do that than downloading the package from my 12.04 partition and copying it to my 12.10 partition then dpkg -i ing it from the TTY1 that 12.10 was dropping me to.......he he
was their an easier way to do that than downloading the package from my 12.04 partition and copying it to my 12.10 partition then dpkg -i ing it from the TTY1 that 12.10 was dropping me to.......he he
You can specify a version to install to apt-get:
sudo apt-get install libxfont1=1:1.4.4-1
(you'd have to re-enable precise repos, and run apt-get update first)
(you'd have to re-enable precise repos, and run apt-get update first)
yes I did try that first (with Quanta repos )and got a not found error and thought to my self .....humm probably gotta go back to precise repos for that..........and seed aww heck with that and just did what I did..................and it worked ......thanks for the solution
Comment