Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
That's got me confused because the 2.0.0-1 version first appears in Natty. Even Maverick still uses the 1.6.5 version so where did this 2.0.0-1 version come from if he's still using Lucid?
Neko is a girl owo
and I am not sure. maybe is got messed up because it upgraded half way?
That's got me confused because the 2.0.0-1 version first appears in Natty. Even Maverick still uses the 1.6.5 version so where did this 2.0.0-1 version come from if he's still using Lucid?
Neko is a girl owo
and I am not sure. maybe is got messed up because it upgraded half way?
Quote:
Could you post your /etc/apt/souces.list file here please. Maybe we can figure out where that version of ttf-lyx came from and how to correct it.
How would you like me to do that? is there a way of me doing it inside the Terminal? or do you want me to go into the sources file and copy and paste?
I'd do the copy and paste thing! (but only because I'm lazy that way )
just type;
Code:
gedit /etc/apt/sources.list
And it should open the file as read-only.
Aha all if forgiven <3
This is what I got back from said command
Code:
#
deb cdrom:[Ubuntu 10.04 LTS _Lucid Lynx_ - Release amd64 (20100429)]/ lucid main restricted
deb-src http://archive.ubuntu.com/ubuntu maverick restricted main #Added by software-properties
deb cdrom:[Ubuntu 10.04 LTS _Lucid Lynx_ - Release amd64 (20100429)]/ lucid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ maverick main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ maverick restricted main multiverse universe #Added by software-properties
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ maverick-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ maverick-updates restricted main multiverse universe #Added by software-properties
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ maverick universe
deb http://us.archive.ubuntu.com/ubuntu/ maverick-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ maverick multiverse
deb http://us.archive.ubuntu.com/ubuntu/ maverick-updates multiverse
## Uncomment the following two lines to add software from the 'backports'
## repository.
## 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/ lucid-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
## 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 maverick partner
deb-src http://archive.canonical.com/ubuntu maverick partner
deb http://security.ubuntu.com/ubuntu maverick-security main restricted
deb-src http://security.ubuntu.com/ubuntu maverick-security restricted main multiverse universe #Added by software-properties
deb http://security.ubuntu.com/ubuntu maverick-security universe
deb http://security.ubuntu.com/ubuntu maverick-security multiverse
# deb http://archive.getdeb.net/ubuntu natty-getdeb apps # disabled on upgrade to maverick
Ok, so it started to upgrade to Maverick, and then something failed leaving the Maverick repositories in your sources.list file. The Maverick repository only have the 1.6.7-1 version of ttf-lyx and the 2.0.0-1 version first appears in the Natty updates repository.
Now, at this point I'm not sure how best to proceed. You have three options;
1. Backup your data, download the latwst Ubuntu .iso and do a fresh install.
2. Try installing the ttf-lyx .deb from the Natty repo (then uninstall)
3. wait for someone to give you a better option
Ok, so it started to upgrade to Maverick, and then something failed leaving the Maverick repositories in your sources.list file. The Maverick repository only have the 1.6.7-1 version of ttf-lyx and the 2.0.0-1 version first appears in the Natty updates repository.
Now, at this point I'm not sure how best to proceed. You have three options;
1. Backup your data, download the latwst Ubuntu .iso and do a fresh install.
2. Try installing the ttf-lyx .deb from the Natty repo (then uninstall)
3. wait for someone to give you a better option
1. Would that require A disk?
2. how would I uninstall it? Sorry super newb.. >//<
3. I will try two and see where that goes.
Start by downloading the .deb from this page http://packages.ubuntu.com/natty-upd...f-lyx/download
Then install it. you can do this by right clicking on it from nautilus and select 'open with gdebi'
If that works, try uninstalling it again.
Start by downloading the .deb from this page http://packages.ubuntu.com/natty-upd...f-lyx/download
Then install it. you can do this by right clicking on it from nautilus and select 'open with gdebi'
If that works, try uninstalling it again.
Not at all. But it's starting to look like apt is completely crippled by the failed upgrade!
Ok, I've had a look at what's been tried from the beginning and is looks like there is one thing that hasn't been done! (although I thought it had ?)
try,
Code:
sudo apt-get -f install ttf-lyx-
if that works, it should remove the damaged package and get us at least halfway to normal again.
2) Then I gave this command :- celsius@ubuntu:/var/lib/dpkg/info$ sudo mv ttf-lyx.postrm ttf-lyx.postrm.bak
celsius@ubuntu:/var/lib/dpkg/info$ sudo apt-get install --reinstall ttf-lyx
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.