[MDEV-10048] building from source on ubuntu 16.04 xenial, requires a different way to create personal repo Created: 2016-05-09 Updated: 2021-02-06 Resolved: 2021-02-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Shimon Doodkin | Assignee: | Ian Gilfillan |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
ubuntu 16 LTS xenial |
||
| Description |
|
first, I had followed https://mariadb.com/kb/en/mariadb/Creating_a_Debian_Repository/ https://help.ubuntu.com/community/CreateAuthenticatedRepository // note to replace > with > Also ubuntu 16 has some bug with apt that is stronger with its security and can't read from /root/repo folder finally, it worked for my with the following script:
|
| Comments |
| Comment by Otto Kekäläinen [ 2021-02-06 ] |
|
The current contents of https://mariadb.com/kb/en/Creating_a_Debian_Repository/ is OK. For more help on Debian repositories you should consult Debian repo experts. I am closing this now as it is not a MariaDB bug issue. Anyway, you probably don't need to create a repository at all, you can just install directly the .deb files that are local by running `apt install ./*.deb`. |