I'm a user of eagle (PCB design software) but the version in Jaunty is only version 4.16-r2 whereas the current release version is 5.6. How can I get the software package upgraded without breaking my system with apt?
Announcement
Collapse
No announcement yet.
How do I get a package version upgraded in the repository?
Collapse
This topic is closed.
X
X
-
Re: How do I get a package version upgraded in the repository?
If the software is available as a .deb package, then you can download the package and type:
Code:sudo dpkg -i packagename.deb
But it might work, so it's worth a try, if there is a deb package for the new software. If it refuses to install and mentions dependency problems, you might ultimately need to upgrade to a newer distribution.
If there is not a deb package available, you will have to compile it from source, and that is a whole new adventure. Try searching the howto guides for instructions on how to do that.
We only have to look at ourselves to see how intelligent life might develop into something we wouldn't want to meet. -- Stephen Hawking
- Top
- Bottom
Comment