There are many way to install new package into your system. With Ubuntu, apt is the simples way. You can easy upgrade and install package with command apt-get.
After install Ubuntu. You can let Ubuntu doesn’t use packages from cd by edit file /etc/apt/source.list
Please find line: deb cdrom:[Ubuntu ….
You can delete or insert letter # in front of that line.
Now you can:
- upgrade your system by command: apt-get upgrade
- install new package (ex mc) apt-get install mc
If you an error occur, please type apt-get update
Recent Comments