What are the all the ppa's to add to build ubuntu 10.10 command line mini install.

Asked by oocevin

I know how to mini install. But I want to do all the install before I even
go into the desktop for the first time.....

How do I turn these into ppa to add as a mini install of ubuntu 10.10

http://archive.canonical.com/ubuntu Binary maverick partner

http://archive.canonical.com/ubuntu sourse maverick partner

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Run:

sudo nano /etc/apt/sources.list

add both lines to the file (lower case B for binary, linux is VERY case sensitive). Press CTRL+X, Press Y, Press ENTER.

Those are not PPAs. Those are official repositories managed by Canonical and the Ubuntu teams, there is a difference. I could start my own package compilation andmake a folder on Launchpad to hold them. I am not in any of the official teams so it is a PPA.

Now you have added the lines, run:

sudo apt-get update; sudo apt-get upgrade

And the repos you added are now ready for use, and just upgraded the packages you already have installed (if upgrades exist).

Revision history for this message
oocevin (ccct007) said :
#2

I will let you know more of what I do:

Install ubuntu 10.10 cd
command line.
After it installs I log in and do this:
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ubuntu-desktop/ppa
sudo apt-get update
sudo add-apt-repository ppa:mozillateam/firefox-stable
sudo apt-get update
sudo apt-get install --no-install-recommends ubuntu-desktop
sudo apt-get install firefox
sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak
sudo apt-get dis-upgrade
sudo apt-get autoclean
sudo reboot.

Now can you ajust any thing here and plus add what it takes
to add them other
http://archive.canonical.com/ubuntu Binary maverick partner
and
http://archive.canonical.com/ubuntu sourse maverick partner

so I can sudo apt-get install sun-java6-plugin
and
sudo apt-get install flashplugin-nonfree
before I go into my desktop for the first time

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

You will probably find the java plugin doesn't install as Oracle changed the license and they don't like java being packaged

Revision history for this message
oocevin (ccct007) said :
#4

OK I was just trying to get my mini install up to the
next level.
I quess some things just got to stay the way they are

Thank you

ooseven