ubuntu-termux


Nameubuntu-termux JSON
Version 0.0.4.1 PyPI version JSON
download
home_pagehttps://github.com/perseu912/ubuntu-termux
Summaryinstall and use the Ubuntu on the Termux
upload_time2023-04-22 22:57:43
maintainer
docs_urlNone
authorReinan Br
requires_python
licenseGPLv3
keywords ubuntu termux linux
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align='center'>

<h1> ubuntu-termux</h1>
<p>Install run a mini distro Ubuntu on Termux</p>

</div>
<hr/>

### installing the lib on termux:

```sh
~$ pkg update # update packages

~$ pkg i python3 -y # installing the python3

~$ pip3 install ubuntu-termux
```

###  installing the Ubuntu run:

```sh
~$ installubuntu # installing the Ubuntu
```

#### return ...
```sh
root@localhost:~#
```


### init ubuntu 
```sh
~$ ubuntu
root@localhost:~#
```

#### showing that it is ubuntu arm on termux
```sh
root@localhost:~# cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.2 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.2 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/perseu912/ubuntu-termux",
    "name": "ubuntu-termux",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ubuntu termux linux",
    "author": "Reinan Br",
    "author_email": "slimchatuba@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "<div align='center'>\n\n<h1> ubuntu-termux</h1>\n<p>Install run a mini distro Ubuntu on Termux</p>\n\n</div>\n<hr/>\n\n### installing the lib on termux:\n\n```sh\n~$ pkg update # update packages\n\n~$ pkg i python3 -y # installing the python3\n\n~$ pip3 install ubuntu-termux\n```\n\n###  installing the Ubuntu run:\n\n```sh\n~$ installubuntu # installing the Ubuntu\n```\n\n#### return ...\n```sh\nroot@localhost:~#\n```\n\n\n### init ubuntu \n```sh\n~$ ubuntu\nroot@localhost:~#\n```\n\n#### showing that it is ubuntu arm on termux\n```sh\nroot@localhost:~# cat /etc/os-release\nPRETTY_NAME=\"Ubuntu 22.04.2 LTS\"\nNAME=\"Ubuntu\"\nVERSION_ID=\"22.04\"\nVERSION=\"22.04.2 LTS (Jammy Jellyfish)\"\nVERSION_CODENAME=jammy\nID=ubuntu\nID_LIKE=debian\nHOME_URL=\"https://www.ubuntu.com/\"\nSUPPORT_URL=\"https://help.ubuntu.com/\"\nBUG_REPORT_URL=\"https://bugs.launchpad.net/ubuntu/\"\nPRIVACY_POLICY_URL=\"https://www.ubuntu.com/legal/terms-and-policies/privacy-policy\"\nUBUNTU_CODENAME=jammy\n```\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "install and use the Ubuntu on the Termux",
    "version": "0.0.4.1",
    "split_keywords": [
        "ubuntu",
        "termux",
        "linux"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aea3f994dd48d7701297a7ad7c807925419bdf76b359076e043b0794d6e68078",
                "md5": "c22faa0a9c93ec0c90618b7cf912631e",
                "sha256": "04e929a157a92468dbef2c57713100ba268a22ff843eabb6527791a925e2ed69"
            },
            "downloads": -1,
            "filename": "ubuntu_termux-0.0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c22faa0a9c93ec0c90618b7cf912631e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 15501,
            "upload_time": "2023-04-22T22:57:43",
            "upload_time_iso_8601": "2023-04-22T22:57:43.550940Z",
            "url": "https://files.pythonhosted.org/packages/ae/a3/f994dd48d7701297a7ad7c807925419bdf76b359076e043b0794d6e68078/ubuntu_termux-0.0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-22 22:57:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "perseu912",
    "github_project": "ubuntu-termux",
    "lcname": "ubuntu-termux"
}
        
Elapsed time: 0.05932s