xubuntu upgrading question

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
9alfred99
Posts: 38
Joined: Sat Nov 26, 2016 12:48 am

xubuntu upgrading question

Post by 9alfred99 »

The replies one of my posts has this:

OS: Ubuntu 16.04 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.15.4671 (Git)
Branch: releases/FreeCAD-0-15
Hash: 244b3aef360841646cbfe80a1b225c8b39c8380c
Python version: 2.7.11
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17


Please have a look at the "IMPORTANT: Please read first" announcement again. It clearly states that the FreeCAD version you are using is obsolete.

It says that 0.15 is odsolete. So, I ty to upgrade with:
sudo add-apt-repository ppa:freecad-maintainers/freecad-stable
sudo apt-get update

But, I stay at 0.15, doesn't go to a higher version.
So, how do I upgrade to the latest stable release.?

tj
damian
Posts: 583
Joined: Sun May 31, 2015 6:16 pm

Re: xubuntu upgrading question

Post by damian »

sudo apt-get upgrade
9alfred99
Posts: 38
Joined: Sat Nov 26, 2016 12:48 am

Re: xubuntu upgrading question

Post by 9alfred99 »

Nope, upgrades a lot of things but freecad still version 0.15.

tj
damian
Posts: 583
Joined: Sun May 31, 2015 6:16 pm

Re: xubuntu upgrading question

Post by damian »

9alfred99 wrote:but freecad still version 0.15
In Ubuntu 16.04 works fine. Can you in xubuntu check the installed ppas?
In ubuntu is System Settings - Software & Updates - Other Software
software.png
software.png (728.09 KiB) Viewed 1530 times
OS: Ubuntu 16.04.1 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.16.6707 (Git)
Build type: None
Branch: releases/FreeCAD-0-16
Hash: 5465bc47c95db45e0be85dc0e2872419efadce0f
Python version: 2.7.12
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17
chrisb
Veteran
Posts: 54213
Joined: Tue Mar 17, 2015 9:14 am

Re: xubuntu upgrading question

Post by chrisb »

Did you try

Code: Select all

sudo apt-get dist-upgrade 
Did you try to uninstall and reinstall? Please note that apt-get remove still leaves the configuration files, so you should do

Code: Select all

apt-get purge freecad
.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
9alfred99
Posts: 38
Joined: Sat Nov 26, 2016 12:48 am

Re: xubuntu upgrading question

Post by 9alfred99 »

sudo apt-get dist-upgrade

This worked.
Thanks to all.

tj
Post Reply