TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Lilite, a Linux package autoinstaller

4 点作者 c_moscardi将近 8 年前

2 条评论

tprata将近 8 年前
While I understand where you&#x27;re coming from, package management and install shouldn&#x27;t really be a fun thing. One of the core benefits of linux is having every package at the distance of a command, on the same place, without needing external sites and downloads. I can understand that for some new users this is alien, but it is a necessary, and useful in the end, adaptation that they have to make. And finally, since this would be dedicated to new users, since olders one would just take the simple path of creating the shell script, NEVER TEACH A NEW USER TO JUST curl <i></i>* | BASH. That&#x27;s a criminal sin right there
评论 #14531468 未加载
c_moscardi将近 8 年前
Hi all, I created this site!<p>The motivation was basically a version of ninite[1] for Linux. So very desktop-focused. I actually got in touch with the ninite folks, who used to run a Linux installer [2]. They said there wasn&#x27;t enough interest and package managers are &quot;good enough.&quot; I respectfully disagree on that point - I think that having the ability to point-and-click for the core, most important packages you want to install is really useful when you&#x27;re spinning up a new desktop from scratch.<p>I was running into this problem after basically doing ad-hoc setup for every new machine I turned on. Sure - I could write a shell script &#x2F; list of packages and save it to my dotfiles repo, but where would the fun be in that? :)<p>(Plus, package lists on every machine are different)<p>[1] <a href="https:&#x2F;&#x2F;ninite.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ninite.com&#x2F;</a> [2] <a href="https:&#x2F;&#x2F;ninite.com&#x2F;linux" rel="nofollow">https:&#x2F;&#x2F;ninite.com&#x2F;linux</a>