Maui
Board Index divider Search Member List Help
Hello There, Guest! Login Register
Login
Username:
Password: Lost Password?
 
Maui Forums › Maui Support › Installation › Upgrade Maui 1 -> Maui 2

Pages ({1}): 1 2 3 Next »
Upgrade Maui 1 -> Maui 2
leszek Offline
Moderator
Joined: Jul 2013
Posts: 3,633
#1
Lightbulb  11th October 2016, 18:45 (This post was last modified: 28th October 2016, 21:05 by starbuck.)
Hi,

we uploaded a new version of the package maui-apt-config which will change some of our default repositories. 
These now link to a snapshotcopy of the neon repository under our control. The normal neon.list therefore got removed.

To get on the new maui-2 release channels, please use the following commands:


Code:
sudo apt-get update
sudo apt-get install -q -y -o Dpkg::Options::="--force-confnew" maui-apt-config
sudo apt-get update
sudo apt-get upgrade
sudo apt-get update
sudo apt-get dist-upgrade


If the last command went through fine, you can also do a cleanup via


Code:
sudo apt-get update
sudo apt autoremove


This allows us to control the flow of updated plasma versions a little bit more and assure our users to have the latest and greatest of stable packages without the likelyhoof of breaking something (the same goes for the previously used package repository packages.netrunner.com that got removed aswell and is now a linked snapshot concurrent together with the snapshots of neon).

We hope to improve stability with this move and provide an overall better experience for our users. 

Please post any questions or issues here.
Find
Reply
d0pefish Offline
New Islander
**
Joined: Jan 2014
Posts: 32
#2
12th October 2016, 1:56
So when doing an apt-get update/upgrade im assuming you answer yes to all these type questions:
"Configuration file '/etc/apt/apt.conf.d/10periodic'
==> Deleted (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
*** 10periodic (Y/I/N/O/D/Z) [default=N] ? y "
Find
Reply
d0pefish Offline
New Islander
**
Joined: Jan 2014
Posts: 32
#3
12th October 2016, 2:17
Just noticed that now when running apt-get update i get a message at the end
"Reading package lists... Done
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-2-packages xenial InRelease' doesn't support architecture 'i386' "
Find
Reply
TomFo Offline
Survivor
*
Joined: Oct 2016
Posts: 10
#4
12th October 2016, 3:19
(12th October 2016, 2:17)d0pefish Wrote: Just noticed that now when running  apt-get update i get a message at the end
"Reading package lists... Done
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-2-packages xenial InRelease' doesn't support architecture 'i386'    "

Me too  Sad
Find
Reply
leszek Offline
Moderator
Joined: Jul 2013
Posts: 3,633
#5
12th October 2016, 9:12
Yeah that is just a info. We don't provide i386 packages for our repo. It will not appear in mintUpdate or other graphical tools.
Find
Reply
rocky7x Offline
Island Inhabitant
*****
Joined: Jul 2016
Posts: 344
#6
12th October 2016, 11:02
Just to put my finding into the official post as well:
After the upgrade, the package base-files pops up in the new upgrade list - don't upgrade it, just refresh the list once more and it will disappear.
Find
Reply
fanisatt Offline
Island Intermediate
****
Joined: Sep 2016
Posts: 133
#7
12th October 2016, 18:30 (This post was last modified: 21st October 2016, 13:05 by starbuck.)
I read your text just now and I remember that I got a relative update lately but I chose the "O" (The default action is to keep your current version) .... I used to do this for years with linux mint....
What I have to do now in order to update to the newest maui-apt-config ? (I can see to me version 1.4.7)
Thanks !
Find
Reply
leszek Offline
Moderator
Joined: Jul 2013
Posts: 3,633
#8
12th October 2016, 18:31
Reinstall the package should help I guess.
Find
Reply
fanisatt Offline
Island Intermediate
****
Joined: Sep 2016
Posts: 133
#9
12th October 2016, 18:37
(12th October 2016, 18:31)leszek Wrote: Reinstall the package should help I guess.

I have the 1.4.7 version ! I hope it is ok but I am not sure !
Thanks.
Find
Reply
leszek Offline
Moderator
Joined: Jul 2013
Posts: 3,633
#10
12th October 2016, 18:50 (This post was last modified: 21st October 2016, 12:59 by starbuck.)
You can remove the package. And install it again. This should change the /etc/apt/sources.list.d/official-package-repositories.list to the following

Code:
# Do not edit this file manually, use Software Sources instead.

# Maui specific Packages
deb http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-2 xenial main
#deb-src http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-2 xenial main

# Maui specific Packages Backports
#deb http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-xenial-backports xenial main
#deb-src http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-xenial-backports xenial main

# Neon specific Packages Backports
#deb http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-xenial-backports-neon xenial main
#deb-src http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-xenial-backports-neon xenial main

# Ubuntu
deb http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu xenial-updates main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ xenial partner

# Maui tested Neon Clone
deb http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-2-packages xenial main
#deb-src http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-2-packages xenial main

It also should remove the neon.list file in /etc/apt/sources.list.d .
If you have that then everything should be alright.
Find
Reply
« Next Oldest | Next Newest »
Pages ({1}): 1 2 3 Next »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

  • Contact Us
  • Maui Forums
  • Return to Top
  • Lite (Archive) Mode
  • RSS Syndication
Current time: 19th May 2025, 7:56 Powered By MyBB, © 2002-2025 MyBB Group.
Linear Mode
Threaded Mode