Installing apt the easy way

I've created a simple Bash script file to install the files and put that and the required files into a tar archive.

Instructions are as follows:


* Download install-apt-files.tar from - link here

* Where install-apt-files.tar is located on minibook, enter the following commands in terminal:

   tar -xf install-apt-files.tar
    cd temp-files
   ./install-apt


The Bash script will install the required files onto the minibook and if everything works okay, will attempt to update apt-get. If this is successful you should be able to install files by

   apt-get install package-name

If for any reason, there is errors, run the following command to download the packages lists:
Code:

   apt-get update

And to install the debian-archive-keyring package and apt dependencies:

   apt-get install debian-archive-keyring


WARNING: Please backup any personal files as installing programs via apt-get may break the os. The only way to fix this is to reinstll 3MX which will result in loss of data.

0 comments:

Post a Comment