Installing Previous Versions on Ubuntu
#16
thank you for the reply.
not sure what my next move is now.
this is the first time kodi or linux has failed me.

thanks for the help.
Reply
#17
If you look in your history log, you can see what was upgraded and when.
Code:
tail -n25 /var/log/apt/history.log

If samba was indeed upgraded, look in your package archive to see if you still have the old version available on your machine.
Code:
ls /var/cache/apt/archives

If you still have the old version in there (I haven't upgraded it and my version is 2:4.1.6+dfsg-1ubuntu2.14.04.13) then you could re-install it with
Code:
sudo dpkg -i /var/cache/apt/archives/<package name>
Learning Linux the hard way !!
Reply

Logout Mark Read Team Forum Stats Members Help
Installing Previous Versions on Ubuntu0